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

(6869 errors, 460 warnings)

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

mod/scormcloud/SCORMCloud_PHPLibrary/AccountService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Whitespace found at end of line
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 70% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Public method name "AccountService::GetAccountInfo" must be in lower-case letters only
(#48) Expected 1 space after closing parenthesis; found 0
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) This comment is 80% valid code; is this commented out code?
(#53) No space found before comment text; expected "// error_log($response);" but found "//error_log($response);"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#56) Whitespace found at end of line
(#57) Whitespace found at end of line
(#60) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/ApplicationData.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#33) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Line indented incorrectly; expected 4 spaces, found 8
(#37) Member variable "_appId" must be all lower-case
(#38) Line indented incorrectly; expected 4 spaces, found 8
(#38) Member variable "_createDate" must be all lower-case
(#39) Line indented incorrectly; expected 4 spaces, found 8
(#40) Line indented incorrectly; expected 4 spaces, found 8
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#43) 3 slashes comments are not allowed; use "// Comment." instead
(#44) 3 slashes comments are not allowed; use "// Comment." instead
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) 3 slashes comments are not allowed; use "// Comment." instead
(#46) Line indented incorrectly; expected 4 spaces, found 8
(#47) Opening brace should be on the same line as the declaration
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Line indented incorrectly; expected 4 spaces, found 8
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) 3 slashes comments are not allowed; use "// Comment." instead
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#56) 3 slashes comments are not allowed; use "// Comment." instead
(#57) 3 slashes comments are not allowed; use "// Comment." instead
(#58) 3 slashes comments are not allowed; use "// Comment." instead
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) 3 slashes comments are not allowed; use "// Comment." instead
(#60) Line indented incorrectly; expected 4 spaces, found 8
(#60) Public method name "ApplicationData::ConvertToApplicationDataList" must be in lower-case letters only
(#60) Variable "xmlDoc" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#62) Variable "allResults" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#63) Variable "xmlDoc" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 12 spaces, found 14
(#65) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t {\n"
(#65) Variable "Application" must be all lower-case
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Variable "allResults" must be all lower-case
(#67) Variable "Application" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 14
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 3
(#69) Expected "} else {\n"; found "}else{\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 4
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#72) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#74) Variable "allResults" must be all lower-case
(#75) Line indented incorrectly; expected 4 spaces, found 8
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) 3 slashes comments are not allowed; use "// Comment." instead
(#78) 3 slashes comments are not allowed; use "// Comment." instead
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) 3 slashes comments are not allowed; use "// Comment." instead
(#80) Line indented incorrectly; expected 4 spaces, found 8
(#80) Public method name "ApplicationData::getAppId" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#83) Line indented incorrectly; expected 4 spaces, found 8
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) 3 slashes comments are not allowed; use "// Comment." instead
(#87) 3 slashes comments are not allowed; use "// Comment." instead
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#89) Line indented incorrectly; expected 4 spaces, found 8
(#89) Public method name "ApplicationData::getCreateDate" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#92) Line indented incorrectly; expected 4 spaces, found 8
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#95) 3 slashes comments are not allowed; use "// Comment." instead
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) 3 slashes comments are not allowed; use "// Comment." instead
(#97) Line indented incorrectly; expected 4 spaces, found 8
(#97) Public method name "ApplicationData::getName" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#100) Line indented incorrectly; expected 4 spaces, found 8
(#102) Line indented incorrectly; expected 4 spaces, found 8
(#102) Public method name "ApplicationData::getData" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#105) Line indented incorrectly; expected 4 spaces, found 8
(#106) Whitespace found at end of line
(#109) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/ApplicationService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#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
(#46) This comment is 70% valid code; is this commented out code?
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#50) Whitespace found at end of line
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Line indented incorrectly; expected 4 spaces, found 8
(#53) Public method name "ApplicationService::CreateApplication" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 3
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 3
(#59) Line indented incorrectly; expected 4 spaces, found 8
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) 3 slashes comments are not allowed; use "// Comment." instead
(#62) 3 slashes comments are not allowed; use "// Comment." instead
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#64) 3 slashes comments are not allowed; use "// Comment." instead
(#65) 3 slashes comments are not allowed; use "// Comment." instead
(#66) 3 slashes comments are not allowed; use "// Comment." instead
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) 3 slashes comments are not allowed; use "// Comment." instead
(#68) Line indented incorrectly; expected 4 spaces, found 8
(#68) Public method name "ApplicationService::UpdateApplication" must be in lower-case letters only
(#68) Variable "appId" must be all lower-case
(#68) Variable "allowDelete" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#71) Variable "appId" must be all lower-case
(#72) Line indented incorrectly; expected 8 spaces, found 12
(#72) Expected "if (...) {\n"; found "if (...)\n {\n"
(#75) Line indented incorrectly; expected 8 spaces, found 12
(#76) Line indented incorrectly; expected 8 spaces, found 12
(#76) Expected "if (...) {\n"; found "if (...)\n {\n"
(#76) Variable "allowDelete" must be all lower-case
(#78) Variable "allowDelete" must be all lower-case
(#79) Line indented incorrectly; expected 8 spaces, found 12
(#80) Whitespace found at end of line
(#85) Line indented incorrectly; expected 4 spaces, found 8
(#86) Whitespace found at end of line
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) 3 slashes comments are not allowed; use "// Comment." instead
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#89) 3 slashes comments are not allowed; use "// Comment." instead
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#91) Line indented incorrectly; expected 4 spaces, found 8
(#91) Public method name "ApplicationService::GetAppList" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#98) Variable "appData" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Variable "appArray" must be all lower-case
(#100) Variable "appData" must be all lower-case
(#101) Variable "appArray" must be all lower-case
(#102) Line indented incorrectly; expected 4 spaces, found 8
(#103) Whitespace found at end of line
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) 3 slashes comments are not allowed; use "// Comment." instead
(#105) 3 slashes comments are not allowed; use "// Comment." instead
(#106) 3 slashes comments are not allowed; use "// Comment." instead
(#107) 3 slashes comments are not allowed; use "// Comment." instead
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) 3 slashes comments are not allowed; use "// Comment." instead
(#109) Line indented incorrectly; expected 4 spaces, found 8
(#109) Public method name "ApplicationService::GetAppInfo" must be in lower-case letters only
(#109) Variable "appId" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 3
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 3
(#112) Variable "appId" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 3
(#116) Line indented incorrectly; expected 4 spaces, found 8
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) 3 slashes comments are not allowed; use "// Comment." instead
(#119) 3 slashes comments are not allowed; use "// Comment." instead
(#120) 3 slashes comments are not allowed; use "// Comment." instead
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) 3 slashes comments are not allowed; use "// Comment." instead
(#122) Line indented incorrectly; expected 4 spaces, found 8
(#122) Public method name "ApplicationService::AddSecretKey" must be in lower-case letters only
(#122) Variable "appId" must be all lower-case
(#123) Opening brace should be on the same line as the declaration
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Variable "ApplicationId" must be all lower-case
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#129) Line indented incorrectly; expected 4 spaces, found 8
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) 3 slashes comments are not allowed; use "// Comment." instead
(#132) 3 slashes comments are not allowed; use "// Comment." instead
(#133) 3 slashes comments are not allowed; use "// Comment." instead
(#134) 3 slashes comments are not allowed; use "// Comment." instead
(#135) 3 slashes comments are not allowed; use "// Comment." instead
(#136) 3 slashes comments are not allowed; use "// Comment." instead
(#137) 3 slashes comments are not allowed; use "// Comment." instead
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) 3 slashes comments are not allowed; use "// Comment." instead
(#139) Line indented incorrectly; expected 4 spaces, found 8
(#139) Public method name "ApplicationService::UpdateSecretKey" must be in lower-case letters only
(#139) Variable "appId" must be all lower-case
(#139) Variable "keyId" must be all lower-case
(#140) Opening brace should be on the same line as the declaration
(#142) Variable "appId" must be all lower-case
(#143) Variable "keyId" must be all lower-case
(#144) Line indented incorrectly; expected 8 spaces, found 12
(#144) Expected "if (...) {\n"; found "if (...)\n {\n"
(#147) Line indented incorrectly; expected 8 spaces, found 12
(#148) Line indented incorrectly; expected 8 spaces, found 12
(#148) Expected "if (...) {\n"; found "if (...)\n {\n"
(#148) Variable "allowDelete" must be all lower-case
(#151) Line indented incorrectly; expected 8 spaces, found 12
(#152) Whitespace found at end of line
(#157) Line indented incorrectly; expected 4 spaces, found 8
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) 3 slashes comments are not allowed; use "// Comment." instead
(#160) 3 slashes comments are not allowed; use "// Comment." instead
(#161) 3 slashes comments are not allowed; use "// Comment." instead
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) 3 slashes comments are not allowed; use "// Comment." instead
(#164) Line indented incorrectly; expected 4 spaces, found 8
(#164) Public method name "ApplicationService::DeleteSecretKey" must be in lower-case letters only
(#164) Variable "keyId" must be all lower-case
(#165) Opening brace should be on the same line as the declaration
(#168) Variable "keyId" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 3
(#171) Line indented incorrectly; expected 4 spaces, found 8
mod/scormcloud/SCORMCloud_PHPLibrary/Configuration.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Member variable "_appId" must be all lower-case
(#35) Member variable "_securityKey" must be all lower-case
(#36) Member variable "_scormEngineServiceUrl" must be all lower-case
(#37) Member variable "_appManagerId" must be all lower-case
(#38) Member variable "_managerSecurityKey" must be all lower-case
(#39) Member variable "_originString" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Variable "scormEngineServiceUrl" must be all lower-case
(#43) Variable "appId" must be all lower-case
(#43) Variable "securityKey" must be all lower-case
(#43) Variable "appManagerId" must be all lower-case
(#43) Variable "managerSecurityKey" must be all lower-case
(#43) Variable "originString" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) This comment is 75% valid code; is this commented out code?
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) No space found before comment text; expected "// echo $scormEngineServiceUrl;" but found "//echo $scormEngineServiceUrl;"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) This comment is 75% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// echo $appId;" but found "//echo $appId;"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) This comment is 75% valid code; is this commented out code?
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) No space found before comment text; expected "// echo $securityKey;" but found "//echo $securityKey;"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#48) Variable "scormEngineServiceUrl" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Variable "scormEngineServiceUrl" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#50) Empty ELSE statement detected
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) This comment is 67% valid code; is this commented out code?
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) No space found before comment text; expected "// throw new ScormEngine_Exception('Must provide a scormEngineServiceUrl.');" but found "//throw new ScormEngine_Exception('Must provide a scormEngineServiceUrl.');"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#54) Variable "appId" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Variable "appId" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Empty ELSE statement detected
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) This comment is 67% valid code; is this commented out code?
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) No space found before comment text; expected "// throw new ScormEngine_Exception('Must provide an appId.');" but found "//throw new ScormEngine_Exception('Must provide an appId.');"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#60) Variable "securityKey" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Variable "securityKey" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Empty ELSE statement detected
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 67% valid code; is this commented out code?
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) No space found before comment text; expected "// throw new ScormEngine_Exception('Must provide a securityKey.');" but found "//throw new ScormEngine_Exception('Must provide a securityKey.');"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Variable "appManagerId" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Variable "appManagerId" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Variable "managerSecurityKey" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Variable "managerSecurityKey" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Variable "originString" must be all lower-case
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Variable "originString" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) Public method name "Configuration::getAppId" must be in lower-case letters only
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Opening brace should be on the same line as the declaration
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#84) Public method name "Configuration::setAppId" must be in lower-case letters only
(#84) Variable "appId" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Opening brace should be on the same line as the declaration
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Variable "appId" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#89) Public method name "Configuration::getSecurityKey" must be in lower-case letters only
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Opening brace should be on the same line as the declaration
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#93) Public method name "Configuration::setSecurityKey" must be in lower-case letters only
(#93) Variable "securityKey" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Opening brace should be on the same line as the declaration
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Variable "securityKey" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Public method name "Configuration::getAppManagerId" must be in lower-case letters only
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Opening brace should be on the same line as the declaration
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#102) Public method name "Configuration::setAppManagerId" must be in lower-case letters only
(#102) Variable "appManagerId" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) Opening brace should be on the same line as the declaration
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Variable "appManagerId" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#107) Public method name "Configuration::getManagerSecurityKey" must be in lower-case letters only
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Opening brace should be on the same line as the declaration
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#111) Public method name "Configuration::setManagerSecurityKey" must be in lower-case letters only
(#111) Variable "securityKey" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Opening brace should be on the same line as the declaration
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Variable "securityKey" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#116) Public method name "Configuration::getScormEngineServiceUrl" must be in lower-case letters only
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Opening brace should be on the same line as the declaration
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#120) Public method name "Configuration::setScormEngineServiceUrl" must be in lower-case letters only
(#120) Variable "scormEngineServiceUrl" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#121) Opening brace should be on the same line as the declaration
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Variable "scormEngineServiceUrl" must be all lower-case
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Public method name "Configuration::getOriginString" must be in lower-case letters only
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Opening brace should be on the same line as the declaration
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#130) Public method name "Configuration::setOriginString" must be in lower-case letters only
(#130) Variable "originString" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Opening brace should be on the same line as the declaration
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "originString" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#135) Public method name "Configuration::setProxy" must be in lower-case letters only
(#139) Public method name "Configuration::getProxy" must be in lower-case letters only
(#143) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/CourseData.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#33) Member variable "_courseId" must be all lower-case
(#34) Member variable "_numberOfVersions" must be all lower-case
(#35) Member variable "_numberOfRegistrations" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Variable "courseDataElement" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) This comment is 56% valid code; is this commented out code?
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// $xml = simplexml_load_string($courseDataElement);" but found "//$xml = simplexml_load_string($courseDataElement);"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) This comment is 55% valid code; is this commented out code?
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) No space found before comment text; expected "// if (false === $xml) {" but found "//if (false === $xml) {"
(#47) This comment is 67% valid code; is this commented out code?
(#47) No space found before comment text; expected "// throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);" but found "//throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);"
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) This comment is 100% valid code; is this commented out code?
(#48) No space found before comment text; expected "// }" but found "//}"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#49) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#49) Variable "courseDataElement" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 10
(#51) Variable "courseDataElement" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 10
(#52) Variable "courseDataElement" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 10
(#53) Variable "courseDataElement" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 10
(#54) Variable "courseDataElement" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) 3 slashes comments are not allowed; use "// Comment." instead
(#59) 3 slashes comments are not allowed; use "// Comment." instead
(#60) 3 slashes comments are not allowed; use "// Comment." instead
(#61) 3 slashes comments are not allowed; use "// Comment." instead
(#62) 3 slashes comments are not allowed; use "// Comment." instead
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#64) Public method name "CourseData::ConvertToCourseDataList" must be in lower-case letters only
(#64) Variable "xmlDoc" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "xmlDoc" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Empty IF statement detected
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) This comment is 67% valid code; is this commented out code?
(#68) No space found before comment text; expected "// throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);" but found "//throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);"
(#69) Closing brace indented incorrectly; expected 2 spaces, found 8
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "allResults" must be all lower-case
(#72) Whitespace found at end of line
(#73) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#75) Variable "allResults" must be all lower-case
(#78) Variable "allResults" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) 3 slashes comments are not allowed; use "// Comment." instead
(#82) 3 slashes comments are not allowed; use "// Comment." instead
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) 3 slashes comments are not allowed; use "// Comment." instead
(#84) Public method name "CourseData::getCourseId" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) 3 slashes comments are not allowed; use "// Comment." instead
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) 3 slashes comments are not allowed; use "// Comment." instead
(#92) Public method name "CourseData::getNumberOfVersions" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) 3 slashes comments are not allowed; use "// Comment." instead
(#98) 3 slashes comments are not allowed; use "// Comment." instead
(#99) 3 slashes comments are not allowed; use "// Comment." instead
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) 3 slashes comments are not allowed; use "// Comment." instead
(#101) Public method name "CourseData::getNumberOfRegistrations" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) 3 slashes comments are not allowed; use "// Comment." instead
(#107) 3 slashes comments are not allowed; use "// Comment." instead
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) 3 slashes comments are not allowed; use "// Comment." instead
(#109) Public method name "CourseData::getTitle" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#115) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/CourseService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) "require_once" must be immediately followed by an open parenthesis
(#36) "require_once" must be immediately followed by an open parenthesis
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Whitespace found at end of line
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) This comment is 70% valid code; is this commented out code?
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#54) 3 slashes comments are not allowed; use "// Comment." instead
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#56) 3 slashes comments are not allowed; use "// Comment." instead
(#57) 3 slashes comments are not allowed; use "// Comment." instead
(#57) Whitespace found at end of line
(#58) 3 slashes comments are not allowed; use "// Comment." instead
(#58) Whitespace found at end of line
(#59) 3 slashes comments are not allowed; use "// Comment." instead
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) 3 slashes comments are not allowed; use "// Comment." instead
(#61) Public method name "CourseService::ImportCourse" must be in lower-case letters only
(#61) Variable "courseId" must be all lower-case
(#61) Variable "absoluteFilePathToZip" must be all lower-case
(#61) Variable "itemIdToImport" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "uploadService" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Variable "uploadService" must be all lower-case
(#64) Variable "absoluteFilePathToZip" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "importException" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 5
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 6
(#69) Variable "courseId" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 5
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 6
(#71) Variable "importException" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 5
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "uploadService" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 5
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Variable "importException" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 6
(#77) Variable "importException" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 5
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Whitespace found at end of line
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) 3 slashes comments are not allowed; use "// Comment." instead
(#83) No space found before comment text; expected "// function VersionCourse has been deprecated from the course service" but found "///function VersionCourse has been deprecated from the course service"
(#83) Whitespace found at end of line
(#84) Whitespace found at end of line
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#86) 3 slashes comments are not allowed; use "// Comment." instead
(#87) 3 slashes comments are not allowed; use "// Comment." instead
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#89) 3 slashes comments are not allowed; use "// Comment." instead
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#91) 3 slashes comments are not allowed; use "// Comment." instead
(#92) 3 slashes comments are not allowed; use "// Comment." instead
(#93) 3 slashes comments are not allowed; use "// Comment." instead
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Whitespace found at end of line
(#95) 3 slashes comments are not allowed; use "// Comment." instead
(#95) Whitespace found at end of line
(#96) 3 slashes comments are not allowed; use "// Comment." instead
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) 3 slashes comments are not allowed; use "// Comment." instead
(#98) Line indented incorrectly; expected 4 spaces, found 5
(#98) Public method name "CourseService::ImportUploadedCourse" must be in lower-case letters only
(#98) Variable "courseId" must be all lower-case
(#98) Variable "permissionDomain" must be all lower-case
(#99) Opening brace should be on the same line as the declaration
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Variable "courseId" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 6
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#105) This comment is 70% valid code; is this commented out code?
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Line indented incorrectly; expected at least 8 spaces, found 7
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) This comment is 54% valid code; is this commented out code?
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) No space found before comment text; expected "// {" but found "//{"
(#107) Line indented incorrectly; expected at least 8 spaces, found 0
(#107) Tab found before comment text; expected "// $params[] = 'itemid' => $itemIdToImport;" but found "// $params[] = 'itemid' => $itemIdToImport;"
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) This comment is 100% valid code; is this commented out code?
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) No space found before comment text; expected "// }" but found "//}"
(#109) Whitespace found at end of line
(#110) This comment is 55% valid code; is this commented out code?
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) No space found before comment text; expected "// if (!String.IsNullOrEmpty(permissionDomain))" but found "//if (!String.IsNullOrEmpty(permissionDomain))"
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Variable "importResult" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Variable "importResult" must be all lower-case
(#119) Line indented incorrectly; expected 4 spaces, found 5
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) 3 slashes comments are not allowed; use "// Comment." instead
(#121) No space found before comment text; expected "// function VersionCourse has been deprecated from the course service" but found "///function VersionCourse has been deprecated from the course service"
(#121) Whitespace found at end of line
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) 3 slashes comments are not allowed; use "// Comment." instead
(#124) 3 slashes comments are not allowed; use "// Comment." instead
(#125) 3 slashes comments are not allowed; use "// Comment." instead
(#126) 3 slashes comments are not allowed; use "// Comment." instead
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 3
(#127) 3 slashes comments are not allowed; use "// Comment." instead
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) 3 slashes comments are not allowed; use "// Comment." instead
(#129) Public method name "CourseService::Exists" must be in lower-case letters only
(#129) Variable "courseId" must be all lower-case
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Variable "courseId" must be all lower-case
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) 3 slashes comments are not allowed; use "// Comment." instead
(#140) 3 slashes comments are not allowed; use "// Comment." instead
(#140) Whitespace found at end of line
(#141) 3 slashes comments are not allowed; use "// Comment." instead
(#142) 3 slashes comments are not allowed; use "// Comment." instead
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 2
(#143) 3 slashes comments are not allowed; use "// Comment." instead
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) 3 slashes comments are not allowed; use "// Comment." instead
(#145) Public method name "CourseService::GetCourseList" must be in lower-case letters only
(#145) Variable "courseIdFilterRegex" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#149) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#149) Variable "courseIdFilterRegex" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Variable "courseIdFilterRegex" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Variable "CourseDataObject" must be all lower-case
(#157) Variable "CourseDataObject" must be all lower-case
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Line indented incorrectly; expected at least 4 spaces, found 3
(#159) 3 slashes comments are not allowed; use "// Comment." instead
(#160) 3 slashes comments are not allowed; use "// Comment." instead
(#161) 3 slashes comments are not allowed; use "// Comment." instead
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) 3 slashes comments are not allowed; use "// Comment." instead
(#164) Public method name "CourseService::DeleteCourse" must be in lower-case letters only
(#164) Variable "courseId" must be all lower-case
(#164) Variable "deleteLatestVersionOnly" must be all lower-case
(#164) TRUE, FALSE and NULL must be lowercase; expected "false" but found "False"
(#165) Opening brace should be on the same line as the declaration
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Variable "courseId" must be all lower-case
(#168) Expected "if (...) {\n"; found "if (...)\n\t\t{ \n"
(#168) Variable "deleteLatestVersionOnly" must be all lower-case
(#168) Variable "deleteLatestVersionOnly" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Whitespace found at end of line
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#171) Closing brace indented incorrectly; expected 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Whitespace found at end of line
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) 3 slashes comments are not allowed; use "// Comment." instead
(#178) 3 slashes comments are not allowed; use "// Comment." instead
(#179) 3 slashes comments are not allowed; use "// Comment." instead
(#180) 3 slashes comments are not allowed; use "// Comment." instead
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) 3 slashes comments are not allowed; use "// Comment." instead
(#182) Public method name "CourseService::DeleteCourseVersion" must be in lower-case letters only
(#182) Variable "courseId" must be all lower-case
(#182) Variable "versionId" must be all lower-case
(#183) Opening brace should be on the same line as the declaration
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Variable "courseId" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 6
(#186) Variable "versionId" must be all lower-case
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Whitespace found at end of line
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) 3 slashes comments are not allowed; use "// Comment." instead
(#193) 3 slashes comments are not allowed; use "// Comment." instead
(#194) 3 slashes comments are not allowed; use "// Comment." instead
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) 3 slashes comments are not allowed; use "// Comment." instead
(#196) Public method name "CourseService::GetCourseDetail" must be in lower-case letters only
(#196) Variable "courseId" must be all lower-case
(#197) Opening brace should be on the same line as the declaration
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Variable "courseId" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) 3 slashes comments are not allowed; use "// Comment." instead
(#205) 3 slashes comments are not allowed; use "// Comment." instead
(#206) 3 slashes comments are not allowed; use "// Comment." instead
(#207) 3 slashes comments are not allowed; use "// Comment." instead
(#208) 3 slashes comments are not allowed; use "// Comment." instead
(#209) 3 slashes comments are not allowed; use "// Comment." instead
(#210) 3 slashes comments are not allowed; use "// Comment." instead
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) 3 slashes comments are not allowed; use "// Comment." instead
(#212) Public method name "CourseService::GetMetadata" must be in lower-case letters only
(#212) Variable "courseId" must be all lower-case
(#212) Variable "versionId" must be all lower-case
(#213) Opening brace should be on the same line as the declaration
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Expected 1 space before "=>"; 0 found
(#216) Expected 1 space after "=>"; 0 found
(#216) Variable "courseId" must be all lower-case
(#217) Whitespace found at end of line
(#218) Expected "if (...) {\n"; found "if (...)\n {\n"
(#218) Variable "versionId" must be all lower-case
(#218) Variable "versionId" must be all lower-case
(#220) Variable "versionId" must be all lower-case
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#228) Whitespace found at end of line
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) 3 slashes comments are not allowed; use "// Comment." instead
(#234) 3 slashes comments are not allowed; use "// Comment." instead
(#235) 3 slashes comments are not allowed; use "// Comment." instead
(#236) 3 slashes comments are not allowed; use "// Comment." instead
(#237) 3 slashes comments are not allowed; use "// Comment." instead
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) 3 slashes comments are not allowed; use "// Comment." instead
(#239) Public method name "CourseService::GetPreviewUrl" must be in lower-case letters only
(#239) Variable "courseId" must be all lower-case
(#239) Variable "redirectOnExitUrl" must be all lower-case
(#239) Variable "cssUrl" must be all lower-case
(#240) Opening brace should be on the same line as the declaration
(#242) Variable "courseId" must be all lower-case
(#243) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#243) Variable "redirectOnExitUrl" must be all lower-case
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Variable "redirectOnExitUrl" must be all lower-case
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 8 spaces, found 2
(#246) Closing brace indented incorrectly; expected 8 spaces, found 2
(#247) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#247) Variable "cssUrl" must be all lower-case
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#249) Variable "cssUrl" must be all lower-case
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 8 spaces, found 2
(#250) Closing brace indented incorrectly; expected 8 spaces, found 2
(#250) Whitespace found at end of line
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) 3 slashes comments are not allowed; use "// Comment." instead
(#257) 3 slashes comments are not allowed; use "// Comment." instead
(#258) 3 slashes comments are not allowed; use "// Comment." instead
(#259) 3 slashes comments are not allowed; use "// Comment." instead
(#260) 3 slashes comments are not allowed; use "// Comment." instead
(#261) 3 slashes comments are not allowed; use "// Comment." instead
(#262) 3 slashes comments are not allowed; use "// Comment." instead
(#263) 3 slashes comments are not allowed; use "// Comment." instead
(#264) 3 slashes comments are not allowed; use "// Comment." instead
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) 3 slashes comments are not allowed; use "// Comment." instead
(#266) Public method name "CourseService::GetPropertyEditorUrl" must be in lower-case letters only
(#266) Variable "courseId" must be all lower-case
(#266) Variable "stylesheetUrl" must be all lower-case
(#266) Variable "notificationFrameUrl" must be all lower-case
(#267) Opening brace should be on the same line as the declaration
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Variable "parameterMap" must be all lower-case
(#273) Variable "courseId" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Variable "parameterMap" must be all lower-case
(#276) Expected "if (...) {\n"; found "if(...){\n"
(#276) Variable "notificationFrameUrl" must be all lower-case
(#277) Variable "parameterMap" must be all lower-case
(#277) Variable "notificationFrameUrl" must be all lower-case
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 8 spaces, found 2
(#278) Closing brace indented incorrectly; expected 8 spaces, found 2
(#279) Expected "if (...) {\n"; found "if(...){\n"
(#279) Variable "stylesheetUrl" must be all lower-case
(#280) Variable "parameterMap" must be all lower-case
(#280) Variable "stylesheetUrl" must be all lower-case
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 8 spaces, found 2
(#281) Closing brace indented incorrectly; expected 8 spaces, found 2
(#283) Variable "parameterMap" must be all lower-case
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) 3 slashes comments are not allowed; use "// Comment." instead
(#288) 3 slashes comments are not allowed; use "// Comment." instead
(#289) 3 slashes comments are not allowed; use "// Comment." instead
(#290) 3 slashes comments are not allowed; use "// Comment." instead
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) 3 slashes comments are not allowed; use "// Comment." instead
(#292) Public method name "CourseService::GetImportCourseUrl" must be in lower-case letters only
(#292) Variable "courseId" must be all lower-case
(#292) Variable "redirectUrl" must be all lower-case
(#293) Opening brace should be on the same line as the declaration
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 8 spaces, found 5
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 5
(#295) Variable "courseId" must be all lower-case
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Variable "redirectUrl" must be all lower-case
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 5
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 5
(#300) Whitespace found at end of line
(#301) Whitespace found at end of line
(#302) Public method name "CourseService::GetUpdateAssetsUrl" must be in lower-case letters only
(#302) Variable "courseId" must be all lower-case
(#302) Variable "redirectUrl" must be all lower-case
(#303) Opening brace should be on the same line as the declaration
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 5
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 5
(#305) Variable "courseId" must be all lower-case
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Variable "redirectUrl" must be all lower-case
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 5
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 8 spaces, found 5
(#310) Whitespace found at end of line
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) 3 slashes comments are not allowed; use "// Comment." instead
(#312) 3 slashes comments are not allowed; use "// Comment." instead
(#313) 3 slashes comments are not allowed; use "// Comment." instead
(#314) 3 slashes comments are not allowed; use "// Comment." instead
(#315) 3 slashes comments are not allowed; use "// Comment." instead
(#316) 3 slashes comments are not allowed; use "// Comment." instead
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) 3 slashes comments are not allowed; use "// Comment." instead
(#318) Public method name "CourseService::GetAttributes" must be in lower-case letters only
(#318) Variable "courseId" must be all lower-case
(#318) Variable "versionId" must be all lower-case
(#318) TRUE, FALSE and NULL must be lowercase; expected "null" but found "Null"
(#319) Opening brace should be on the same line as the declaration
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) Variable "courseId" must be all lower-case
(#322) Whitespace found at end of line
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Inline control structures are not allowed
(#323) Variable "versionId" must be all lower-case
(#324) Variable "versionId" must be all lower-case
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 2
(#329) Variable "xmlAtts" must be all lower-case
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 8 spaces, found 2
(#331) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#331) Variable "xmlAtts" must be all lower-case
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 12 spaces, found 3
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#339) 3 slashes comments are not allowed; use "// Comment." instead
(#340) 3 slashes comments are not allowed; use "// Comment." instead
(#341) 3 slashes comments are not allowed; use "// Comment." instead
(#342) 3 slashes comments are not allowed; use "// Comment." instead
(#343) 3 slashes comments are not allowed; use "// Comment." instead
(#344) 3 slashes comments are not allowed; use "// Comment." instead
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) 3 slashes comments are not allowed; use "// Comment." instead
(#346) Public method name "CourseService::UpdateAttributes" must be in lower-case letters only
(#346) Variable "courseId" must be all lower-case
(#346) Variable "versionId" must be all lower-case
(#346) Variable "attributePairs" must be all lower-case
(#347) Opening brace should be on the same line as the declaration
(#349) Variable "courseId" must be all lower-case
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Whitespace found at end of line
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 8 spaces, found 2
(#351) Inline control structures are not allowed
(#351) Variable "versionId" must be all lower-case
(#352) Variable "versionId" must be all lower-case
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Whitespace found at end of line
(#353) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#354) Whitespace found at end of line
(#355) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#355) Variable "attributePairs" must be all lower-case
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 2
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Variable "xmlAtts" must be all lower-case
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 8 spaces, found 2
(#365) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#365) Variable "xmlAtts" must be all lower-case
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 8 spaces, found 2
(#371) Whitespace found at end of line
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) 3 slashes comments are not allowed; use "// Comment." instead
(#375) 3 slashes comments are not allowed; use "// Comment." instead
(#376) 3 slashes comments are not allowed; use "// Comment." instead
(#377) 3 slashes comments are not allowed; use "// Comment." instead
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) 3 slashes comments are not allowed; use "// Comment." instead
(#379) Public method name "CourseService::UpdateAssetsFromUploadedFile" must be in lower-case letters only
(#379) Variable "courseId" must be all lower-case
(#379) Variable "uploadLocation" must be all lower-case
(#380) Opening brace should be on the same line as the declaration
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 8 spaces, found 5
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 8 spaces, found 5
(#382) Variable "courseId" must be all lower-case
(#382) Variable "uploadLocation" must be all lower-case
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Whitespace found at end of line
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 8 spaces, found 5
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 8 spaces, found 5
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Whitespace found at end of line
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 8 spaces, found 5
(#389) Line indented incorrectly; expected 0 spaces, found 1
(#389) Closing brace indented incorrectly; expected 0 spaces, found 1
(#391) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/DebugLogger.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#36) Whitespace found at end of line
(#41) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Variable "debug_enabled" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Expected "if (...) {\n"; found "if (...){\n"
(#44) Variable "debug_enabled" must not contain underscores.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 1
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/DebugService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Whitespace found at end of line
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 70% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Public method name "DebugService::CloudPing" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Line indented incorrectly; expected 12 spaces, found 8
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 2
(#62) Closing brace indented incorrectly; expected 1 spaces, found 4
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Public method name "DebugService::CloudAuthPing" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Line indented incorrectly; expected 12 spaces, found 8
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 2
(#78) Closing brace indented incorrectly; expected 1 spaces, found 4
(#80) Whitespace found at end of line
(#83) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/Dispatch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Member variable "_destinationId" must be all lower-case
(#34) Member variable "_appId" must be all lower-case
(#35) Member variable "_courseAppId" must be all lower-case
(#36) Member variable "_courseId" must be all lower-case
(#39) Member variable "_createdBy" must be all lower-case
(#40) Member variable "_createDate" must be all lower-case
(#41) Member variable "_updateDate" must be all lower-case
(#44) Variable "xmlElem" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#46) Variable "xmlElem" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 9
(#48) Variable "xmlElem" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 9
(#49) Variable "xmlElem" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 9
(#50) Variable "xmlElem" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 9
(#51) Variable "xmlElem" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 9
(#52) Variable "xmlElem" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 9
(#53) Variable "xmlElem" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 9
(#54) Variable "xmlElem" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 9
(#55) Variable "xmlElem" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 9
(#56) Variable "xmlElem" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 9
(#57) Variable "xmlElem" must be all lower-case
(#59) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#59) Variable "xmlElem" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 13
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#64) Whitespace found at end of line
(#65) Public method name "Dispatch::parseDispatchList" must be in lower-case letters only
(#65) Variable "xmlString" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) This comment is 75% valid code; is this commented out code?
(#67) Perl-style comments are not allowed; use "// Comment." instead
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Variable "xmlString" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#70) Empty IF statement detected
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) This comment is 67% valid code; is this commented out code?
(#71) No space found before comment text; expected "// throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);" but found "//throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);"
(#72) Closing brace indented incorrectly; expected 2 spaces, found 8
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Variable "allResults" must be all lower-case
(#76) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#76) Variable "dispatchElem" must be all lower-case
(#78) Variable "allResults" must be all lower-case
(#78) Variable "dispatchElem" must be all lower-case
(#81) Variable "allResults" must be all lower-case
(#84) Public method name "Dispatch::getId" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#89) Public method name "Dispatch::getDestinationId" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#94) Public method name "Dispatch::getAppId" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#99) Public method name "Dispatch::getCourseAppId" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#104) Public method name "Dispatch::getCourseId" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#109) Public method name "Dispatch::getEnabled" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#114) Public method name "Dispatch::getNotes" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#119) Public method name "Dispatch::getCreatedBy" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#124) Public method name "Dispatch::getCreateDate" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#129) Public method name "Dispatch::getUpdateDate" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#134) Public method name "Dispatch::getTags" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#140) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/DispatchDestination.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#35) Member variable "_createdBy" must be all lower-case
(#36) Member variable "_createDate" must be all lower-case
(#37) Member variable "_updateDate" must be all lower-case
(#40) Variable "xmlElem" must be all lower-case
(#41) Opening brace should be on the same line as the declaration
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#42) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#42) Variable "xmlElem" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 9
(#44) Variable "xmlElem" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 9
(#45) Variable "xmlElem" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 9
(#46) Variable "xmlElem" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 9
(#47) Variable "xmlElem" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 9
(#48) Variable "xmlElem" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 9
(#49) Variable "xmlElem" must be all lower-case
(#51) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#51) Variable "xmlElem" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 13
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#56) Whitespace found at end of line
(#57) Public method name "DispatchDestination::parseDestinationList" must be in lower-case letters only
(#57) Variable "xmlString" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) This comment is 75% valid code; is this commented out code?
(#59) Perl-style comments are not allowed; use "// Comment." instead
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "xmlString" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Empty IF statement detected
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 67% valid code; is this commented out code?
(#63) No space found before comment text; expected "// throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);" but found "//throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);"
(#64) Closing brace indented incorrectly; expected 2 spaces, found 8
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "allResults" must be all lower-case
(#68) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#68) Variable "dispatchElem" must be all lower-case
(#70) Variable "allResults" must be all lower-case
(#70) Variable "dispatchElem" must be all lower-case
(#73) Variable "allResults" must be all lower-case
(#76) Public method name "DispatchDestination::getId" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#81) Public method name "DispatchDestination::getName" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#86) Public method name "DispatchDestination::getNotes" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#91) Public method name "DispatchDestination::getCreatedBy" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#96) Public method name "DispatchDestination::getCreateDate" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#101) Public method name "DispatchDestination::getUpdateDate" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#106) Public method name "DispatchDestination::getTags" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#112) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/DispatchService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Whitespace found at end of line
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Public method name "DispatchService::GetDestinationList" must be in lower-case letters only
(#47) Variable "tagList" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#51) Variable "tagList" must be all lower-case
(#51) Variable "tagList" must be all lower-case
(#52) Commas (,) must be followed by white space.
(#52) Variable "tagList" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Public method name "DispatchService::CreateDestination" must be in lower-case letters only
(#59) Variable "tagList" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Variable "tagList" must be all lower-case
(#63) Variable "tagList" must be all lower-case
(#64) Commas (,) must be followed by white space.
(#64) Variable "tagList" must be all lower-case
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Public method name "DispatchService::DeleteDestination" must be in lower-case letters only
(#76) Variable "destinationId" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#79) Variable "destinationId" must be all lower-case
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Public method name "DispatchService::GetDestinationInfo" must be in lower-case letters only
(#84) Variable "destinationId" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#87) Variable "destinationId" must be all lower-case
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Public method name "DispatchService::UpdateDestination" must be in lower-case letters only
(#94) Variable "destinationId" must be all lower-case
(#94) Variable "tagList" must be all lower-case
(#95) Opening brace should be on the same line as the declaration
(#97) Variable "destinationId" must be all lower-case
(#98) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#101) Variable "tagList" must be all lower-case
(#102) Commas (,) must be followed by white space.
(#102) Variable "tagList" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Public method name "DispatchService::CreateDispatch" must be in lower-case letters only
(#109) Variable "destinationId" must be all lower-case
(#109) Variable "courseId" must be all lower-case
(#109) Variable "tagList" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#112) Variable "destinationId" must be all lower-case
(#113) Variable "courseId" must be all lower-case
(#114) Expected "if (...) {\n"; found "if(...){\n"
(#114) Variable "tagList" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "tagList" must be all lower-case
(#117) Expected "if (...) {\n"; found "if(...){\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Public method name "DispatchService::GetDispatchInfo" must be in lower-case letters only
(#126) Variable "dispatchId" must be all lower-case
(#127) Opening brace should be on the same line as the declaration
(#129) Variable "dispatchId" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Public method name "DispatchService::DeleteDispatches" must be in lower-case letters only
(#136) Variable "destinationId" must be all lower-case
(#136) Variable "courseId" must be all lower-case
(#136) Variable "dispatchId" must be all lower-case
(#136) Variable "tagList" must be all lower-case
(#137) Opening brace should be on the same line as the declaration
(#140) Expected "if (...) {\n"; found "if(...){\n"
(#140) Variable "destinationId" must be all lower-case
(#141) Variable "destinationId" must be all lower-case
(#143) Expected "if (...) {\n"; found "if(...){\n"
(#143) Variable "courseId" must be all lower-case
(#144) Variable "courseId" must be all lower-case
(#146) Expected "if (...) {\n"; found "if(...){\n"
(#146) Variable "dispatchId" must be all lower-case
(#147) Variable "dispatchId" must be all lower-case
(#149) Expected "if (...) {\n"; found "if(...){\n"
(#149) Variable "tagList" must be all lower-case
(#149) Variable "tagList" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "tagList" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Public method name "DispatchService::GetDispatchList" must be in lower-case letters only
(#156) Variable "destinationId" must be all lower-case
(#156) Variable "courseId" must be all lower-case
(#156) Variable "dispatchId" must be all lower-case
(#156) Variable "tagList" must be all lower-case
(#157) Opening brace should be on the same line as the declaration
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#160) Variable "destinationId" must be all lower-case
(#161) Variable "destinationId" must be all lower-case
(#163) Expected "if (...) {\n"; found "if(...){\n"
(#163) Variable "courseId" must be all lower-case
(#164) Variable "courseId" must be all lower-case
(#166) Expected "if (...) {\n"; found "if(...){\n"
(#166) Variable "tagList" must be all lower-case
(#166) Variable "tagList" must be all lower-case
(#167) Commas (,) must be followed by white space.
(#167) Variable "tagList" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Public method name "DispatchService::UpdateDispatches" must be in lower-case letters only
(#174) Variable "destinationId" must be all lower-case
(#174) Variable "courseId" must be all lower-case
(#174) Variable "dispatchId" must be all lower-case
(#174) Variable "tagList" must be all lower-case
(#174) Variable "tagsToAdd" must be all lower-case
(#174) Variable "tagsToRemove" must be all lower-case
(#174) Line exceeds 132 characters; contains 170 characters
(#175) Opening brace should be on the same line as the declaration
(#179) Expected "if (...) {\n"; found "if(...){\n"
(#179) Variable "destinationId" must be all lower-case
(#180) Variable "destinationId" must be all lower-case
(#182) Expected "if (...) {\n"; found "if(...){\n"
(#182) Variable "courseId" must be all lower-case
(#183) Variable "courseId" must be all lower-case
(#185) Expected "if (...) {\n"; found "if(...){\n"
(#185) Variable "dispatchId" must be all lower-case
(#186) Variable "dispatchId" must be all lower-case
(#188) Expected "if (...) {\n"; found "if(...){\n"
(#188) Variable "tagList" must be all lower-case
(#188) Variable "tagList" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "tagList" must be all lower-case
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#194) Expected "if (...) {\n"; found "if(...){\n"
(#194) Variable "tagsToAdd" must be all lower-case
(#194) Variable "tagsToAdd" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "tagsToAdd" must be all lower-case
(#197) Expected "if (...) {\n"; found "if(...){\n"
(#197) Variable "tagsToRemove" must be all lower-case
(#197) Variable "tagsToRemove" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "tagsToRemove" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Public method name "DispatchService::GetDispatchDownloadUrl" must be in lower-case letters only
(#204) Variable "destinationId" must be all lower-case
(#204) Variable "courseId" must be all lower-case
(#204) Variable "dispatchId" must be all lower-case
(#204) Variable "tagList" must be all lower-case
(#204) Variable "cssUrl" must be all lower-case
(#204) Line exceeds 132 characters; contains 136 characters
(#205) Opening brace should be on the same line as the declaration
(#208) Expected "if (...) {\n"; found "if(...){\n"
(#208) Variable "destinationId" must be all lower-case
(#209) Variable "destinationId" must be all lower-case
(#211) Expected "if (...) {\n"; found "if(...){\n"
(#211) Variable "courseId" must be all lower-case
(#212) Variable "courseId" must be all lower-case
(#214) Expected "if (...) {\n"; found "if(...){\n"
(#214) Variable "dispatchId" must be all lower-case
(#215) Variable "dispatchId" must be all lower-case
(#217) Expected "if (...) {\n"; found "if(...){\n"
(#217) Variable "tagList" must be all lower-case
(#217) Variable "tagList" must be all lower-case
(#218) Commas (,) must be followed by white space.
(#218) Variable "tagList" must be all lower-case
(#220) Expected "if (...) {\n"; found "if(...){\n"
(#220) Variable "cssUrl" must be all lower-case
(#221) Variable "cssUrl" must be all lower-case
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 2
mod/scormcloud/SCORMCloud_PHPLibrary/Enums.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Line indented incorrectly; expected 4 spaces, found 0
(#40) Public method name "Enum::getScope" must be in lower-case letters only
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Opening brace should be on the same line as the declaration
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 12 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 12 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line exceeds 132 characters; contains 138 characters
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 1
(#56) Line indented incorrectly; expected 4 spaces, found 0
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) 3 slashes comments are not allowed; use "// Comment." instead
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) 3 slashes comments are not allowed; use "// Comment." instead
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Line indented incorrectly; expected at least 4 spaces, found 0
(#60) 3 slashes comments are not allowed; use "// Comment." instead
(#61) Line indented incorrectly; expected 4 spaces, found 0
(#61) Public method name "Enum::getMetadataScope" must be in lower-case letters only
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Opening brace should be on the same line as the declaration
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 12 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 1
(#74) Line indented incorrectly; expected 4 spaces, found 0
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) 3 slashes comments are not allowed; use "// Comment." instead
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) 3 slashes comments are not allowed; use "// Comment." instead
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) 3 slashes comments are not allowed; use "// Comment." instead
(#79) Line indented incorrectly; expected 4 spaces, found 0
(#79) Public method name "Enum::getMetadataFormat" must be in lower-case letters only
(#80) Line indented incorrectly; expected at least 4 spaces, found 0
(#80) Opening brace should be on the same line as the declaration
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 1
(#92) Line indented incorrectly; expected 4 spaces, found 0
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#95) Line indented incorrectly; expected at least 4 spaces, found 0
(#95) 3 slashes comments are not allowed; use "// Comment." instead
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 4 spaces, found 0
(#96) 3 slashes comments are not allowed; use "// Comment." instead
(#97) Line indented incorrectly; expected 4 spaces, found 0
(#97) Public method name "Enum::getRegistrationResultsFormat" must be in lower-case letters only
(#98) Line indented incorrectly; expected at least 4 spaces, found 0
(#98) Opening brace should be on the same line as the declaration
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 8 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 3
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 12 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 12 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 1
(#113) Line indented incorrectly; expected 4 spaces, found 0
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Line indented incorrectly; expected at least 4 spaces, found 0
(#115) 3 slashes comments are not allowed; use "// Comment." instead
(#116) Line indented incorrectly; expected at least 4 spaces, found 0
(#116) 3 slashes comments are not allowed; use "// Comment." instead
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line indented incorrectly; expected at least 4 spaces, found 0
(#117) 3 slashes comments are not allowed; use "// Comment." instead
(#118) Line indented incorrectly; expected 4 spaces, found 0
(#118) Public method name "Enum::getDataFormat" must be in lower-case letters only
(#119) Line indented incorrectly; expected at least 4 spaces, found 0
(#119) Opening brace should be on the same line as the declaration
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 1
(#131) Line indented incorrectly; expected 4 spaces, found 0
(#133) Line indented incorrectly; expected 4 spaces, found 0
(#133) Public method name "Enum::getRegistrationResultsAuthType" must be in lower-case letters only
(#134) Line indented incorrectly; expected at least 4 spaces, found 0
(#134) Opening brace should be on the same line as the declaration
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 12 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 12 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 12 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 8 spaces, found 1
(#146) Line indented incorrectly; expected 4 spaces, found 0
(#148) Line indented incorrectly; expected 4 spaces, found 0
(#148) Public method name "Enum::getErrorCode" must be in lower-case letters only
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#149) Opening brace should be on the same line as the declaration
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 4
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 12 spaces, found 3
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#158) Closing brace indented incorrectly; expected 0 spaces, found 1
(#160) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/ImportResult.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Member variable "_wasSuccessful" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Member variable "_parserWarnings" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) 3 slashes comments are not allowed; use "// Comment." instead
(#44) Variable "importResultElement" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#46) Variable "importResultElement" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 10
(#48) Variable "importResultElement" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 10
(#49) Variable "importResultElement" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 10
(#50) Variable "importResultElement" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 4
(#51) Variable "importResultElement" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 4
(#52) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t\t\t{\n"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 16 spaces, found 5
(#54) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t \t{\n"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 16 spaces, found 11
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 20 spaces, found 6
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 16 spaces, found 5
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 12 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#64) 3 slashes comments are not allowed; use "// Comment." instead
(#65) 3 slashes comments are not allowed; use "// Comment." instead
(#66) 3 slashes comments are not allowed; use "// Comment." instead
(#67) 3 slashes comments are not allowed; use "// Comment." instead
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) 3 slashes comments are not allowed; use "// Comment." instead
(#69) Public method name "ImportResult::ConvertToImportResults" must be in lower-case letters only
(#69) Variable "xmlDoc" must be all lower-case
(#70) Opening brace should be on the same line as the declaration
(#71) Variable "allResults" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "xmlDoc" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Variable "importResults" must be all lower-case
(#76) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#76) Variable "importResults" must be all lower-case
(#78) Variable "allResults" must be all lower-case
(#81) Variable "allResults" must be all lower-case
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) 3 slashes comments are not allowed; use "// Comment." instead
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) 3 slashes comments are not allowed; use "// Comment." instead
(#87) Public method name "ImportResult::getTitle" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) 3 slashes comments are not allowed; use "// Comment." instead
(#93) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#95) Public method name "ImportResult::getWasSuccessful" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) 3 slashes comments are not allowed; use "// Comment." instead
(#101) 3 slashes comments are not allowed; use "// Comment." instead
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) 3 slashes comments are not allowed; use "// Comment." instead
(#103) Public method name "ImportResult::getMessage" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) 3 slashes comments are not allowed; use "// Comment." instead
(#109) 3 slashes comments are not allowed; use "// Comment." instead
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) 3 slashes comments are not allowed; use "// Comment." instead
(#111) Public method name "ImportResult::getParserWarnings" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#118) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/InvitationService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Whitespace found at end of line
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 70% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) 3 slashes comments are not allowed; use "// Comment." instead
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#52) Whitespace found at end of line
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Whitespace found at end of line
(#54) 3 slashes comments are not allowed; use "// Comment." instead
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#56) Public method name "InvitationService::CreateInvitation" must be in lower-case letters only
(#56) Variable "courseId" must be all lower-case
(#56) Variable "publicInvitation" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "emailSubject" must be all lower-case
(#57) Variable "emailBody" must be all lower-case
(#57) Variable "creatingUserEmail" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "registrationCap" must be all lower-case
(#58) Variable "postbackUrl" must be all lower-case
(#58) Variable "authType" must be all lower-case
(#58) Variable "urlName" must be all lower-case
(#58) Variable "urlPass" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "resultsFormat" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "courseId" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Variable "publicInvitation" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#66) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#70) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#70) Variable "emailSubject" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Variable "emailSubject" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#74) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#74) Variable "emailBody" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "emailBody" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#78) Variable "creatingUserEmail" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "creatingUserEmail" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#82) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#82) Variable "registrationCap" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "registrationCap" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#86) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#86) Variable "postbackUrl" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Variable "postbackUrl" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#90) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#90) Variable "authType" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Variable "authType" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#94) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#94) Variable "urlName" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Variable "urlName" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#98) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#98) Variable "urlPass" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Variable "urlPass" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#102) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#102) Variable "resultsFormat" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Variable "resultsFormat" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#108) Expected "if (...) {\n"; found "if (...){\n"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#118) Public method name "InvitationService::GetInvitationList" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#123) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 8 spaces, found 2
(#131) Closing brace indented incorrectly; expected 8 spaces, found 2
(#135) Closing brace indented incorrectly; expected 1 spaces, found 4
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#137) Public method name "InvitationService::GetInvitationStatus" must be in lower-case letters only
(#137) Variable "invitationId" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Variable "invitationId" must be all lower-case
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#143) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Closing brace indented incorrectly; expected 1 spaces, found 4
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#151) Public method name "InvitationService::GetInvitationInfo" must be in lower-case letters only
(#151) Variable "invitationId" must be all lower-case
(#152) Opening brace should be on the same line as the declaration
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Variable "invitationId" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#161) Closing brace indented incorrectly; expected 8 spaces, found 2
(#162) Whitespace found at end of line
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Closing brace indented incorrectly; expected 1 spaces, found 4
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Public method name "InvitationService::ChangeStatus" must be in lower-case letters only
(#168) Variable "invitationId" must be all lower-case
(#169) Opening brace should be on the same line as the declaration
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Variable "invitationId" must be all lower-case
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#176) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 8 spaces, found 2
(#179) Closing brace indented incorrectly; expected 8 spaces, found 2
(#180) Whitespace found at end of line
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Closing brace indented incorrectly; expected 1 spaces, found 4
(#185) Whitespace found at end of line
(#186) Whitespace found at end of line
(#187) Line indented incorrectly; expected 0 spaces, found 1
(#187) Closing brace indented incorrectly; expected 0 spaces, found 1
(#189) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/LaunchInfo.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#33) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Line indented incorrectly; expected 4 spaces, found 8
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 5
(#39) Line indented incorrectly; expected 4 spaces, found 8
(#40) Line indented incorrectly; expected 4 spaces, found 8
(#40) Member variable "_measureStatus" must be all lower-case
(#41) Line indented incorrectly; expected 4 spaces, found 8
(#41) Member variable "_normalizedMeasure" must be all lower-case
(#42) Line indented incorrectly; expected 4 spaces, found 8
(#42) Member variable "_experiencedDurationTracked" must be all lower-case
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#43) Member variable "_launchTime" must be all lower-case
(#44) Line indented incorrectly; expected 4 spaces, found 8
(#44) Member variable "_exitTime" must be all lower-case
(#45) Line indented incorrectly; expected 4 spaces, found 8
(#45) Member variable "_lastUpdated" must be all lower-case
(#46) Line indented incorrectly; expected 4 spaces, found 8
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#48) 3 slashes comments are not allowed; use "// Comment." instead
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) Line indented incorrectly; expected 4 spaces, found 8
(#53) Opening brace should be on the same line as the declaration
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 3
(#58) Expected 1 space after "="; 2 found
(#59) Expected 1 space after "="; 2 found
(#60) Expected 1 space after "="; 2 found
(#61) Expected 1 space after "="; 2 found
(#62) Expected 1 space after "="; 2 found
(#63) Expected 1 space after "="; 2 found
(#64) Line indented incorrectly; expected 4 spaces, found 8
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) 3 slashes comments are not allowed; use "// Comment." instead
(#68) 3 slashes comments are not allowed; use "// Comment." instead
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) 3 slashes comments are not allowed; use "// Comment." instead
(#70) Line indented incorrectly; expected 4 spaces, found 8
(#70) Public method name "LaunchInfo::getId" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#73) Line indented incorrectly; expected 4 spaces, found 8
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) 3 slashes comments are not allowed; use "// Comment." instead
(#76) 3 slashes comments are not allowed; use "// Comment." instead
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) 3 slashes comments are not allowed; use "// Comment." instead
(#78) Line indented incorrectly; expected 4 spaces, found 8
(#78) Public method name "LaunchInfo::getCompletion" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 3
(#81) Line indented incorrectly; expected 4 spaces, found 8
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) 3 slashes comments are not allowed; use "// Comment." instead
(#84) 3 slashes comments are not allowed; use "// Comment." instead
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#86) Line indented incorrectly; expected 4 spaces, found 8
(#86) Public method name "LaunchInfo::getSatisfaction" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#89) Line indented incorrectly; expected 4 spaces, found 8
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) 3 slashes comments are not allowed; use "// Comment." instead
(#92) 3 slashes comments are not allowed; use "// Comment." instead
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Line indented incorrectly; expected 4 spaces, found 8
(#94) Public method name "LaunchInfo::getMeasureStatus" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#97) Line indented incorrectly; expected 4 spaces, found 8
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) 3 slashes comments are not allowed; use "// Comment." instead
(#100) 3 slashes comments are not allowed; use "// Comment." instead
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) 3 slashes comments are not allowed; use "// Comment." instead
(#102) Line indented incorrectly; expected 4 spaces, found 8
(#102) Public method name "LaunchInfo::getNormalizedMeasure" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#105) Line indented incorrectly; expected 4 spaces, found 8
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) 3 slashes comments are not allowed; use "// Comment." instead
(#108) 3 slashes comments are not allowed; use "// Comment." instead
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) 3 slashes comments are not allowed; use "// Comment." instead
(#110) Line indented incorrectly; expected 4 spaces, found 8
(#110) Public method name "LaunchInfo::getExperiencedDurationTracked" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#113) Line indented incorrectly; expected 4 spaces, found 8
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) 3 slashes comments are not allowed; use "// Comment." instead
(#116) 3 slashes comments are not allowed; use "// Comment." instead
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) 3 slashes comments are not allowed; use "// Comment." instead
(#118) Line indented incorrectly; expected 4 spaces, found 8
(#118) Public method name "LaunchInfo::getLaunchTime" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#120) Whitespace found at end of line
(#121) Line indented incorrectly; expected 4 spaces, found 8
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) 3 slashes comments are not allowed; use "// Comment." instead
(#124) 3 slashes comments are not allowed; use "// Comment." instead
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) 3 slashes comments are not allowed; use "// Comment." instead
(#126) Line indented incorrectly; expected 4 spaces, found 8
(#126) Public method name "LaunchInfo::getExitTime" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#128) Whitespace found at end of line
(#129) Line indented incorrectly; expected 4 spaces, found 8
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) 3 slashes comments are not allowed; use "// Comment." instead
(#132) 3 slashes comments are not allowed; use "// Comment." instead
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) 3 slashes comments are not allowed; use "// Comment." instead
(#134) Line indented incorrectly; expected 4 spaces, found 8
(#134) Public method name "LaunchInfo::getLastUpdated" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#136) Whitespace found at end of line
(#137) Line indented incorrectly; expected 4 spaces, found 8
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) 3 slashes comments are not allowed; use "// Comment." instead
(#140) 3 slashes comments are not allowed; use "// Comment." instead
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) 3 slashes comments are not allowed; use "// Comment." instead
(#142) Line indented incorrectly; expected 4 spaces, found 8
(#142) Public method name "LaunchInfo::getLog" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#144) Whitespace found at end of line
(#145) Line indented incorrectly; expected 4 spaces, found 8
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Line indented incorrectly; expected at least 4 spaces, found 2
(#147) No space found before comment text; expected "// TODO:" but found "//TODO:"
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Line indented incorrectly; expected at least 4 spaces, found 2
(#149) 3 slashes comments are not allowed; use "// Comment." instead
(#150) 3 slashes comments are not allowed; use "// Comment." instead
(#151) 3 slashes comments are not allowed; use "// Comment." instead
(#152) 3 slashes comments are not allowed; use "// Comment." instead
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) 3 slashes comments are not allowed; use "// Comment." instead
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 2
(#154) Public method name "LaunchInfo::ConvertToLaunchInfoList" must be in lower-case letters only
(#154) Variable "xmlDoc" must be all lower-case
(#155) Opening brace should be on the same line as the declaration
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) This comment is 67% valid code; is this commented out code?
(#156) Line indented incorrectly; expected at least 8 spaces, found 3
(#156) No space found before comment text; expected "// echo '$xmlDoc='.$xmlDoc;" but found "//echo '$xmlDoc='.$xmlDoc;"
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 3
(#157) Variable "allResults" must be all lower-case
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 3
(#158) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#158) Variable "xmlDoc" must be all lower-case
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 3
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 12 spaces, found 14
(#160) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t {\n"
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#162) Variable "allResults" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 14
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 8 spaces, found 3
(#164) Expected "} else {\n"; found "}else{\n"
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 12 spaces, found 4
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 8 spaces, found 3
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#167) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#169) Variable "allResults" must be all lower-case
(#170) Line indented incorrectly; expected 4 spaces, found 8
(#170) Closing brace indented incorrectly; expected 2 spaces, found 8
(#173) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/LrsAccount.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#33) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Line indented incorrectly; expected 4 spaces, found 8
(#37) Member variable "_accountKey" must be all lower-case
(#38) Line indented incorrectly; expected 4 spaces, found 8
(#38) Member variable "_accountEnabled" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Member variable "_accountLabel" must be all lower-case
(#40) Line indented incorrectly; expected 4 spaces, found 8
(#40) Member variable "_accountSecret" must be all lower-case
(#41) Line indented incorrectly; expected 4 spaces, found 8
(#41) Member variable "_accountAuthType" must be all lower-case
(#43) Whitespace found at end of line
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) 3 slashes comments are not allowed; use "// Comment." instead
(#45) 3 slashes comments are not allowed; use "// Comment." instead
(#46) 3 slashes comments are not allowed; use "// Comment." instead
(#47) 3 slashes comments are not allowed; use "// Comment." instead
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) 3 slashes comments are not allowed; use "// Comment." instead
(#49) Line indented incorrectly; expected 4 spaces, found 8
(#49) Variable "xmlDoc" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#53) Line indented incorrectly; expected 8 spaces, found 12
(#53) Expected "if (...) {\n"; found "if(...)\n {\n"
(#53) Variable "xmlDoc" must be all lower-case
(#55) Variable "xmlDoc" must be all lower-case
(#56) Line indented incorrectly; expected 8 spaces, found 12
(#57) Line indented incorrectly; expected 8 spaces, found 12
(#57) Expected "} else {\n"; found "}\n else\n {\n"
(#59) Variable "xmlDoc" must be all lower-case
(#59) Whitespace found at end of line
(#60) Whitespace found at end of line
(#61) Line indented incorrectly; expected 8 spaces, found 12
(#62) Whitespace found at end of line
(#63) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 8
(#70) Whitespace found at end of line
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) 3 slashes comments are not allowed; use "// Comment." instead
(#72) 3 slashes comments are not allowed; use "// Comment." instead
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#74) 3 slashes comments are not allowed; use "// Comment." instead
(#75) 3 slashes comments are not allowed; use "// Comment." instead
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) 3 slashes comments are not allowed; use "// Comment." instead
(#77) Line indented incorrectly; expected 4 spaces, found 8
(#77) Public method name "LrsAccount::ConvertToLrsAcountList" must be in lower-case letters only
(#77) Variable "xmlDoc" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 3
(#79) Variable "allResults" must be all lower-case
(#80) Variable "xmlDoc" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 3
(#81) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#84) Line indented incorrectly; expected 8 spaces, found 12
(#84) Closing brace indented incorrectly; expected 3 spaces, found 12
(#85) Line indented incorrectly; expected 8 spaces, found 12
(#85) Expected "} else {\n"; found "}\n else\n {\n"
(#87) Line indented incorrectly; expected 12 spaces, found 16
(#87) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#87) Variable "activityProvider" must be all lower-case
(#89) Variable "allResults" must be all lower-case
(#89) Variable "activityProvider" must be all lower-case
(#90) Line indented incorrectly; expected 12 spaces, found 16
(#91) Line indented incorrectly; expected 8 spaces, found 12
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#92) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#94) Variable "allResults" must be all lower-case
(#95) Line indented incorrectly; expected 4 spaces, found 8
(#97) Whitespace found at end of line
(#98) Line indented incorrectly; expected 4 spaces, found 8
(#98) Public method name "LrsAccount::getAccountKey" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#101) Line indented incorrectly; expected 4 spaces, found 8
(#103) Whitespace found at end of line
(#104) Line indented incorrectly; expected 4 spaces, found 8
(#104) Public method name "LrsAccount::getAccountEnabled" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#107) Line indented incorrectly; expected 4 spaces, found 8
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 2
(#109) Public method name "LrsAccount::getAccountLabel" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#112) Line indented incorrectly; expected 4 spaces, found 8
(#112) Closing brace indented incorrectly; expected 2 spaces, found 8
(#114) Line indented incorrectly; expected 4 spaces, found 8
(#114) Public method name "LrsAccount::getAccountSecret" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#117) Line indented incorrectly; expected 4 spaces, found 8
(#119) Line indented incorrectly; expected 4 spaces, found 8
(#119) Public method name "LrsAccount::getAccountAuthType" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#122) Line indented incorrectly; expected 4 spaces, found 8
(#124) Line indented incorrectly; expected 4 spaces, found 8
(#124) Public method name "LrsAccount::setAccountKey" must be in lower-case letters only
(#124) Variable "accountKey" must be all lower-case
(#125) Opening brace should be on the same line as the declaration
(#126) Variable "accountKey" must be all lower-case
(#127) Line indented incorrectly; expected 4 spaces, found 8
(#129) Whitespace found at end of line
(#130) Line indented incorrectly; expected 4 spaces, found 8
(#130) Public method name "LrsAccount::setAccountEnabled" must be in lower-case letters only
(#130) Variable "accountEnabled" must be all lower-case
(#131) Opening brace should be on the same line as the declaration
(#132) Variable "accountEnabled" must be all lower-case
(#133) Line indented incorrectly; expected 4 spaces, found 8
(#135) Line indented incorrectly; expected 4 spaces, found 8
(#135) Public method name "LrsAccount::setAccountLabel" must be in lower-case letters only
(#135) Variable "accountLabel" must be all lower-case
(#136) Opening brace should be on the same line as the declaration
(#137) Variable "accountLabel" must be all lower-case
(#138) Line indented incorrectly; expected 4 spaces, found 8
(#140) Line indented incorrectly; expected 4 spaces, found 8
(#140) Public method name "LrsAccount::setAccountSecret" must be in lower-case letters only
(#140) Variable "accountSecret" must be all lower-case
(#141) Opening brace should be on the same line as the declaration
(#142) Variable "accountSecret" must be all lower-case
(#143) Line indented incorrectly; expected 4 spaces, found 8
(#145) Line indented incorrectly; expected 4 spaces, found 8
(#145) Public method name "LrsAccount::setAccountAuthType" must be in lower-case letters only
(#145) Variable "accountAuthType" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#147) Variable "accountAuthType" must be all lower-case
(#148) Line indented incorrectly; expected 4 spaces, found 8
(#149) Whitespace found at end of line
(#152) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/LrsAccountService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) "require_once" must be immediately followed by an open parenthesis
(#36) "require_once" must be immediately followed by an open parenthesis
(#37) "require_once" must be immediately followed by an open parenthesis
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#41) Whitespace found at end of line
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#54) Public method name "LrsAccountService::createActivityProvider" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Whitespace found at end of line
(#61) Variable "lrsAccountResult" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "lrsAccountResult" must be all lower-case
(#65) Whitespace found at end of line
(#66) Whitespace found at end of line
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) 3 slashes comments are not allowed; use "// Comment." instead
(#68) 3 slashes comments are not allowed; use "// Comment." instead
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) 3 slashes comments are not allowed; use "// Comment." instead
(#70) Whitespace found at end of line
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) 3 slashes comments are not allowed; use "// Comment." instead
(#72) Line indented incorrectly; expected 4 spaces, found 5
(#72) Public method name "LrsAccountService::listActivityProviders" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#78) Whitespace found at end of line
(#79) Variable "lrsAccountResult" must be all lower-case
(#80) Whitespace found at end of line
(#81) Variable "lrsAccountResult" must be all lower-case
(#82) Line indented incorrectly; expected 4 spaces, found 5
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) 3 slashes comments are not allowed; use "// Comment." instead
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) 3 slashes comments are not allowed; use "// Comment." instead
(#87) Whitespace found at end of line
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#89) Line indented incorrectly; expected 4 spaces, found 5
(#89) Public method name "LrsAccountService::editActivityProvider" must be in lower-case letters only
(#89) Variable "accountKey" must be all lower-case
(#89) Variable "isActive" must be all lower-case
(#89) Variable "authType" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Variable "accountKey" must be all lower-case
(#94) Whitespace found at end of line
(#94) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#95) Whitespace found at end of line
(#96) Expected "if (...) {\n"; found "if(...)\n {\n"
(#96) Variable "isActive" must be all lower-case
(#98) Variable "isActive" must be all lower-case
(#100) Expected "if (...) {\n"; found "if(...)\n {\n"
(#100) Variable "authType" must be all lower-case
(#102) Variable "authType" must be all lower-case
(#104) Expected "if (...) {\n"; found "if (...) \n {\n"
(#104) Whitespace found at end of line
(#113) Whitespace found at end of line
(#114) Variable "lrsAccountResult" must be all lower-case
(#115) Whitespace found at end of line
(#116) Variable "lrsAccountResult" must be all lower-case
(#117) Line indented incorrectly; expected 4 spaces, found 5
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) 3 slashes comments are not allowed; use "// Comment." instead
(#121) 3 slashes comments are not allowed; use "// Comment." instead
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) 3 slashes comments are not allowed; use "// Comment." instead
(#123) Whitespace found at end of line
(#124) Line indented incorrectly; expected 4 spaces, found 5
(#124) Public method name "LrsAccountService::deleteActivityProvider" must be in lower-case letters only
(#124) Variable "accountKey" must be all lower-case
(#125) Opening brace should be on the same line as the declaration
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Variable "accountKey" must be all lower-case
(#133) Line indented incorrectly; expected 4 spaces, found 5
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) 3 slashes comments are not allowed; use "// Comment." instead
(#136) 3 slashes comments are not allowed; use "// Comment." instead
(#136) Whitespace found at end of line
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) 3 slashes comments are not allowed; use "// Comment." instead
(#138) Line indented incorrectly; expected 4 spaces, found 5
(#138) Public method name "LrsAccountService::setAppLrsAuthCallbackUrl" must be in lower-case letters only
(#138) Variable "callBackUrl" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#142) Expected 1 space before "=>"; 0 found
(#142) Expected 1 space after "=>"; 0 found
(#142) Variable "callBackUrl" must be all lower-case
(#148) Line indented incorrectly; expected 4 spaces, found 5
(#151) Line indented incorrectly; expected 0 spaces, found 1
(#151) Closing brace indented incorrectly; expected 0 spaces, found 1
(#153) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/RegistrationData.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#33) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Line indented incorrectly; expected 4 spaces, found 8
(#37) Member variable "_registrationId" must be all lower-case
(#38) Line indented incorrectly; expected 4 spaces, found 8
(#38) Member variable "_courseId" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#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
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#43) 3 slashes comments are not allowed; use "// Comment." instead
(#44) 3 slashes comments are not allowed; use "// Comment." instead
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) 3 slashes comments are not allowed; use "// Comment." instead
(#46) Line indented incorrectly; expected 4 spaces, found 8
(#47) Opening brace should be on the same line as the declaration
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) This comment is 75% valid code; is this commented out code?
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) No space found before comment text; expected "// echo $regDataEl;" but found "//echo $regDataEl;"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) This comment is 56% valid code; is this commented out code?
(#49) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) No space found before comment text; expected "// $xml = simplexml_load_string($regDataEl);" but found "//$xml = simplexml_load_string($regDataEl);"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 3
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) No space found before comment text; expected "// this.numberOfInstances = Convert.ToInt32(regDataEl.Attributes["instances"].Value);" but found "//this.numberOfInstances = Convert.ToInt32(regDataEl.Attributes["instances"].Value);"
(#54) Line indented incorrectly; expected 4 spaces, found 8
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) 3 slashes comments are not allowed; use "// Comment." instead
(#57) 3 slashes comments are not allowed; use "// Comment." instead
(#58) 3 slashes comments are not allowed; use "// Comment." instead
(#59) 3 slashes comments are not allowed; use "// Comment." instead
(#60) 3 slashes comments are not allowed; use "// Comment." instead
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) 3 slashes comments are not allowed; use "// Comment." instead
(#62) Line indented incorrectly; expected 4 spaces, found 8
(#62) Public method name "RegistrationData::ConvertToRegistrationDataList" must be in lower-case letters only
(#62) Variable "xmlDoc" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) This comment is 67% valid code; is this commented out code?
(#64) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) No space found before comment text; expected "// echo '$xmlDoc='.$xmlDoc;" but found "//echo '$xmlDoc='.$xmlDoc;"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 3
(#65) Variable "allResults" must be all lower-case
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 3
(#66) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#66) Variable "xmlDoc" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 14
(#68) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t {\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) This comment is 86% valid code; is this commented out code?
(#70) Line indented incorrectly; expected at least 16 spaces, found 6
(#70) No space found before comment text; expected "// echo $registration['id'];" but found "//echo $registration['id'];"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Variable "allResults" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 12 spaces, found 14
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 3
(#73) Expected "} else {\n"; found "}else{\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#76) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#78) Variable "allResults" must be all lower-case
(#79) Line indented incorrectly; expected 4 spaces, found 8
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) 3 slashes comments are not allowed; use "// Comment." instead
(#82) 3 slashes comments are not allowed; use "// Comment." instead
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) 3 slashes comments are not allowed; use "// Comment." instead
(#84) Line indented incorrectly; expected 4 spaces, found 8
(#84) Public method name "RegistrationData::getRegistrationId" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected 4 spaces, found 8
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) 3 slashes comments are not allowed; use "// Comment." instead
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) 3 slashes comments are not allowed; use "// Comment." instead
(#92) Line indented incorrectly; expected 4 spaces, found 8
(#92) Public method name "RegistrationData::getCourseId" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#95) Line indented incorrectly; expected 4 spaces, found 8
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 2
(#97) Public method name "RegistrationData::getData" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#100) Line indented incorrectly; expected 4 spaces, found 8
(#100) Closing brace indented incorrectly; expected 2 spaces, found 8
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Line indented incorrectly; expected at least 4 spaces, found 0
(#102) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#103) Line indented incorrectly; expected at least 4 spaces, found 0
(#103) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#104) Line indented incorrectly; expected at least 4 spaces, found 0
(#104) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#105) Line indented incorrectly; expected at least 4 spaces, found 0
(#105) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#106) Line indented incorrectly; expected at least 4 spaces, found 0
(#106) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#108) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#109) Line indented incorrectly; expected at least 4 spaces, found 0
(#109) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#110) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#111) Whitespace found at end of line
(#114) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/RegistrationService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) "require_once" must be immediately followed by an open parenthesis
(#36) "require_once" must be immediately followed by an open parenthesis
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) This comment is 70% valid code; is this commented out code?
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#54) 3 slashes comments are not allowed; use "// Comment." instead
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#56) 3 slashes comments are not allowed; use "// Comment." instead
(#57) 3 slashes comments are not allowed; use "// Comment." instead
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) 3 slashes comments are not allowed; use "// Comment." instead
(#59) Line indented incorrectly; expected 4 spaces, found 8
(#59) Public method name "RegistrationService::CreateRegistration" must be in lower-case letters only
(#59) Variable "registrationId" must be all lower-case
(#59) Variable "courseId" must be all lower-case
(#59) Variable "learnerId" must be all lower-case
(#59) Variable "learnerFirstName" must be all lower-case
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "learnerLastName" must be all lower-case
(#60) Commas (,) must be followed by white space.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "resultsPostbackUrl" must be all lower-case
(#61) Variable "postBackLoginName" must be all lower-case
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Variable "postBackLoginPassword" must be all lower-case
(#62) Variable "versionId" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 3
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Variable "registrationId" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 7
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#67) Variable "courseId" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 7
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#68) Variable "learnerFirstName" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 7
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Variable "learnerLastName" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 7
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Variable "learnerId" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#71) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 3
(#73) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 3
(#77) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 4
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 3
(#81) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Line indented incorrectly; expected at least 8 spaces, found 3
(#85) No space found before comment text; expected "// Optional Arguments" but found "//Optional Arguments"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 3
(#86) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#86) Variable "resultsPostbackUrl" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 4
(#88) Variable "resultsPostbackUrl" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 3
(#90) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#90) Variable "postBackLoginName" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 4
(#92) Variable "postBackLoginName" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 3
(#94) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#94) Variable "postBackLoginPassword" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 12 spaces, found 4
(#96) Variable "postBackLoginPassword" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 3
(#98) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#98) Variable "versionId" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 3
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 4
(#100) Variable "versionId" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#106) Line indented incorrectly; expected 4 spaces, found 8
(#108) Line indented incorrectly; expected 4 spaces, found 8
(#108) Public method name "RegistrationService::Exists" must be in lower-case letters only
(#108) Variable "registrationId" must be all lower-case
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Variable "registrationId" must be all lower-case
(#116) Line indented incorrectly; expected 4 spaces, found 8
(#117) Whitespace found at end of line
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) 3 slashes comments are not allowed; use "// Comment." instead
(#119) 3 slashes comments are not allowed; use "// Comment." instead
(#120) 3 slashes comments are not allowed; use "// Comment." instead
(#121) 3 slashes comments are not allowed; use "// Comment." instead
(#122) 3 slashes comments are not allowed; use "// Comment." instead
(#123) 3 slashes comments are not allowed; use "// Comment." instead
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) 3 slashes comments are not allowed; use "// Comment." instead
(#125) Line indented incorrectly; expected 4 spaces, found 8
(#125) Public method name "RegistrationService::GetRegistrationResult" must be in lower-case letters only
(#125) Variable "registrationId" must be all lower-case
(#125) Variable "resultsFormat" must be all lower-case
(#125) Variable "dataFormat" must be all lower-case
(#126) Opening brace should be on the same line as the declaration
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 3
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 3
(#129) Variable "registrationId" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 7
(#130) Variable "resultsFormat" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 7
(#131) Variable "dataFormat" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 7
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 3
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected 4 spaces, found 8
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 2
(#140) Public method name "RegistrationService::GetRegistrationResultUrl" must be in lower-case letters only
(#140) Variable "registrationId" must be all lower-case
(#140) Variable "resultsFormat" must be all lower-case
(#140) Variable "dataFormat" must be all lower-case
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 2
(#141) Opening brace should be on the same line as the declaration
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 3
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 3
(#144) Variable "registrationId" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 7
(#145) Variable "resultsFormat" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 7
(#146) Variable "dataFormat" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 7
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 3
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 2
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) 3 slashes comments are not allowed; use "// Comment." instead
(#155) 3 slashes comments are not allowed; use "// Comment." instead
(#156) 3 slashes comments are not allowed; use "// Comment." instead
(#157) 3 slashes comments are not allowed; use "// Comment." instead
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) 3 slashes comments are not allowed; use "// Comment." instead
(#159) Line indented incorrectly; expected 4 spaces, found 8
(#159) Public method name "RegistrationService::GetRegistrationSummary" must be in lower-case letters only
(#159) Variable "registrationId" must be all lower-case
(#160) Opening brace should be on the same line as the declaration
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 3
(#162) Variable "registrationId" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 7
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 7
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 7
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 3
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Variable "reportElem" must be all lower-case
(#171) Variable "reportElem" must be all lower-case
(#172) Line indented incorrectly; expected 4 spaces, found 8
(#173) Whitespace found at end of line
(#174) Whitespace found at end of line
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) 3 slashes comments are not allowed; use "// Comment." instead
(#176) 3 slashes comments are not allowed; use "// Comment." instead
(#177) 3 slashes comments are not allowed; use "// Comment." instead
(#178) 3 slashes comments are not allowed; use "// Comment." instead
(#179) 3 slashes comments are not allowed; use "// Comment." instead
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) 3 slashes comments are not allowed; use "// Comment." instead
(#181) Line indented incorrectly; expected 4 spaces, found 8
(#181) Public method name "RegistrationService::GetRegistrationList" must be in lower-case letters only
(#181) Variable "courseId" must be all lower-case
(#181) Variable "learnerId" must be all lower-case
(#182) Opening brace should be on the same line as the declaration
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 5
(#185) Line indented incorrectly; expected 8 spaces, found 12
(#185) Expected "if (...) {\n"; found "if (...)\n\t {\n"
(#185) Variable "courseId" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 7
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 2
(#187) Variable "courseId" must be all lower-case
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 8 spaces, found 7
(#188) Closing brace indented incorrectly; expected 12 spaces, found 7
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 5
(#189) Expected "if (...) {\n"; found "if (...)\n\t {\n"
(#189) Variable "learnerId" must be all lower-case
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 7
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 12 spaces, found 2
(#191) Variable "learnerId" must be all lower-case
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 8 spaces, found 7
(#192) Closing brace indented incorrectly; expected 5 spaces, found 7
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 5
(#196) Variable "regData" must be all lower-case
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 5
(#198) Variable "regArray" must be all lower-case
(#198) Variable "regData" must be all lower-case
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 5
(#199) Variable "regArray" must be all lower-case
(#200) Line indented incorrectly; expected 4 spaces, found 8
(#201) Whitespace found at end of line
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) 3 slashes comments are not allowed; use "// Comment." instead
(#203) 3 slashes comments are not allowed; use "// Comment." instead
(#204) 3 slashes comments are not allowed; use "// Comment." instead
(#205) 3 slashes comments are not allowed; use "// Comment." instead
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) 3 slashes comments are not allowed; use "// Comment." instead
(#207) Line indented incorrectly; expected 4 spaces, found 8
(#207) Public method name "RegistrationService::GetRegistrationDetail" must be in lower-case letters only
(#207) Variable "registrationId" must be all lower-case
(#208) Opening brace should be on the same line as the declaration
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 3
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 3
(#210) Variable "registrationId" must be all lower-case
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 3
(#214) Line indented incorrectly; expected 4 spaces, found 8
(#215) Whitespace found at end of line
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) 3 slashes comments are not allowed; use "// Comment." instead
(#217) 3 slashes comments are not allowed; use "// Comment." instead
(#218) 3 slashes comments are not allowed; use "// Comment." instead
(#219) 3 slashes comments are not allowed; use "// Comment." instead
(#220) 3 slashes comments are not allowed; use "// Comment." instead
(#221) 3 slashes comments are not allowed; use "// Comment." instead
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) 3 slashes comments are not allowed; use "// Comment." instead
(#223) Line indented incorrectly; expected 4 spaces, found 8
(#223) Public method name "RegistrationService::GetRegistrationListResults" must be in lower-case letters only
(#223) Variable "courseId" must be all lower-case
(#223) Variable "learnerId" must be all lower-case
(#223) Variable "resultsFormat" must be all lower-case
(#224) Opening brace should be on the same line as the declaration
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 5
(#228) Line indented incorrectly; expected 8 spaces, found 12
(#228) Expected "if (...) {\n"; found "if (...)\n\t {\n"
(#228) Variable "courseId" must be all lower-case
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 7
(#230) Variable "courseId" must be all lower-case
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 8 spaces, found 7
(#231) Closing brace indented incorrectly; expected 12 spaces, found 7
(#232) Line indented incorrectly; expected 8 spaces, found 12
(#232) Expected "if (...) {\n"; found "if (...)\n\t {\n"
(#232) Variable "learnerId" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 7
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 2
(#234) Variable "learnerId" must be all lower-case
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 8 spaces, found 7
(#235) Closing brace indented incorrectly; expected 12 spaces, found 7
(#236) Line indented incorrectly; expected 8 spaces, found 12
(#236) Expected "if (...) {\n"; found "if (...)\n\t {\n"
(#236) Variable "resultsFormat" must be all lower-case
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 7
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 2
(#238) Variable "resultsFormat" must be all lower-case
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 7
(#239) Closing brace indented incorrectly; expected 12 spaces, found 7
(#240) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 5
(#245) Line indented incorrectly; expected 4 spaces, found 8
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) 3 slashes comments are not allowed; use "// Comment." instead
(#249) 3 slashes comments are not allowed; use "// Comment." instead
(#250) 3 slashes comments are not allowed; use "// Comment." instead
(#251) 3 slashes comments are not allowed; use "// Comment." instead
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) 3 slashes comments are not allowed; use "// Comment." instead
(#253) Line indented incorrectly; expected 4 spaces, found 8
(#253) Public method name "RegistrationService::DeleteRegistration" must be in lower-case letters only
(#253) Variable "registrationId" must be all lower-case
(#253) Variable "deleteLatestInstanceOnly" must be all lower-case
(#253) TRUE, FALSE and NULL must be lowercase; expected "false" but found "False"
(#254) Opening brace should be on the same line as the declaration
(#256) Variable "registrationId" must be all lower-case
(#257) Line indented incorrectly; expected 8 spaces, found 12
(#257) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#257) Variable "deleteLatestInstanceOnly" must be all lower-case
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 3
(#260) Line indented incorrectly; expected 8 spaces, found 12
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 3
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 3
(#263) Line indented incorrectly; expected 4 spaces, found 8
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) 3 slashes comments are not allowed; use "// Comment." instead
(#267) 3 slashes comments are not allowed; use "// Comment." instead
(#268) 3 slashes comments are not allowed; use "// Comment." instead
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) 3 slashes comments are not allowed; use "// Comment." instead
(#270) Line indented incorrectly; expected 4 spaces, found 8
(#270) Public method name "RegistrationService::ResetRegistration" must be in lower-case letters only
(#270) Variable "registrationId" must be all lower-case
(#271) Opening brace should be on the same line as the declaration
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 8 spaces, found 3
(#273) Expected 1 space before "=>"; 0 found
(#273) Expected 1 space after "=>"; 0 found
(#273) Variable "registrationId" must be all lower-case
(#276) Line indented incorrectly; expected 4 spaces, found 8
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) 3 slashes comments are not allowed; use "// Comment." instead
(#279) 3 slashes comments are not allowed; use "// Comment." instead
(#280) 3 slashes comments are not allowed; use "// Comment." instead
(#281) 3 slashes comments are not allowed; use "// Comment." instead
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) 3 slashes comments are not allowed; use "// Comment." instead
(#283) Line indented incorrectly; expected 4 spaces, found 8
(#283) Public method name "RegistrationService::ResetGlobalObjectives" must be in lower-case letters only
(#283) Variable "registrationId" must be all lower-case
(#283) Variable "deleteLatestInstanceOnly" must be all lower-case
(#284) Opening brace should be on the same line as the declaration
(#286) Expected 1 space before "=>"; 0 found
(#286) Expected 1 space after "=>"; 0 found
(#286) Variable "registrationId" must be all lower-case
(#287) Line indented incorrectly; expected 8 spaces, found 12
(#287) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#287) Variable "deleteLatestInstanceOnly" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 3
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 12 spaces, found 4
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 8 spaces, found 4
(#290) Closing brace indented incorrectly; expected 12 spaces, found 4
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 3
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 3
(#293) Line indented incorrectly; expected 4 spaces, found 8
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) 3 slashes comments are not allowed; use "// Comment." instead
(#295) 3 slashes comments are not allowed; use "// Comment." instead
(#296) 3 slashes comments are not allowed; use "// Comment." instead
(#297) 3 slashes comments are not allowed; use "// Comment." instead
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) 3 slashes comments are not allowed; use "// Comment." instead
(#299) Line indented incorrectly; expected 4 spaces, found 8
(#299) Public method name "RegistrationService::DeleteRegistrationInstance" must be in lower-case letters only
(#299) Variable "registrationId" must be all lower-case
(#299) Variable "instanceId" must be all lower-case
(#300) Opening brace should be on the same line as the declaration
(#302) Variable "registrationId" must be all lower-case
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 7
(#303) Variable "instanceId" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 8
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) 3 slashes comments are not allowed; use "// Comment." instead
(#310) 3 slashes comments are not allowed; use "// Comment." instead
(#311) 3 slashes comments are not allowed; use "// Comment." instead
(#312) 3 slashes comments are not allowed; use "// Comment." instead
(#313) 3 slashes comments are not allowed; use "// Comment." instead
(#314) 3 slashes comments are not allowed; use "// Comment." instead
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 2
(#315) 3 slashes comments are not allowed; use "// Comment." instead
(#316) 3 slashes comments are not allowed; use "// Comment." instead
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) 3 slashes comments are not allowed; use "// Comment." instead
(#318) Line indented incorrectly; expected 4 spaces, found 8
(#318) Public method name "RegistrationService::GetLaunchUrl" must be in lower-case letters only
(#318) Variable "registrationId" must be all lower-case
(#318) Variable "redirectOnExitUrl" must be all lower-case
(#318) Variable "cssUrl" must be all lower-case
(#318) Variable "debugLogPointerUrl" must be all lower-case
(#318) Commas (,) must be followed by white space.
(#318) Variable "courseTags" must be all lower-case
(#318) Variable "learnerTags" must be all lower-case
(#318) Variable "registrationTags" must be all lower-case
(#318) Line exceeds 132 characters; contains 178 characters
(#319) Opening brace should be on the same line as the declaration
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 3
(#321) Variable "registrationId" must be all lower-case
(#322) Whitespace found at end of line
(#323) Line indented incorrectly; expected 8 spaces, found 12
(#323) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#323) Variable "redirectOnExitUrl" must be all lower-case
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 3
(#325) Variable "redirectOnExitUrl" must be all lower-case
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 8 spaces, found 3
(#326) Closing brace indented incorrectly; expected 12 spaces, found 3
(#326) Whitespace found at end of line
(#327) Line indented incorrectly; expected 8 spaces, found 12
(#327) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#327) Variable "cssUrl" must be all lower-case
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 3
(#329) Variable "cssUrl" must be all lower-case
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 3
(#330) Closing brace indented incorrectly; expected 12 spaces, found 3
(#330) Whitespace found at end of line
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 8 spaces, found 3
(#331) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#331) Variable "debugLogPointerUrl" must be all lower-case
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 8 spaces, found 3
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 12 spaces, found 4
(#333) Variable "debugLogPointerUrl" must be all lower-case
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Whitespace found at end of line
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 8 spaces, found 3
(#335) Line indented incorrectly; expected 8 spaces, found 12
(#335) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#335) Variable "courseTags" must be all lower-case
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 3
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 12 spaces, found 4
(#337) Variable "courseTags" must be all lower-case
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Whitespace found at end of line
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 8 spaces, found 3
(#338) Closing brace indented incorrectly; expected 12 spaces, found 3
(#339) Line indented incorrectly; expected 8 spaces, found 12
(#339) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#339) Variable "learnerTags" must be all lower-case
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 3
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 12 spaces, found 4
(#341) Variable "learnerTags" must be all lower-case
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Whitespace found at end of line
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 8 spaces, found 3
(#342) Closing brace indented incorrectly; expected 12 spaces, found 3
(#343) Line indented incorrectly; expected 8 spaces, found 12
(#343) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#343) Variable "registrationTags" must be all lower-case
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 8 spaces, found 3
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 4
(#345) Variable "registrationTags" must be all lower-case
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Whitespace found at end of line
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 8 spaces, found 3
(#346) Closing brace indented incorrectly; expected 12 spaces, found 3
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 8 spaces, found 3
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#350) Line indented incorrectly; expected 4 spaces, found 8
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Whitespace found at end of line
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Whitespace found at end of line
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Line indented incorrectly; expected at least 4 spaces, found 1
(#353) 3 slashes comments are not allowed; use "// Comment." instead
(#354) 3 slashes comments are not allowed; use "// Comment." instead
(#355) 3 slashes comments are not allowed; use "// Comment." instead
(#356) 3 slashes comments are not allowed; use "// Comment." instead
(#357) 3 slashes comments are not allowed; use "// Comment." instead
(#358) 3 slashes comments are not allowed; use "// Comment." instead
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) 3 slashes comments are not allowed; use "// Comment." instead
(#360) Public method name "RegistrationService::GetLaunchHistory" must be in lower-case letters only
(#360) Variable "registrationId" must be all lower-case
(#361) Opening brace should be on the same line as the declaration
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Variable "registrationId" must be all lower-case
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 8 spaces, found 2
(#365) Whitespace found at end of line
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 8 spaces, found 2
(#368) Variable "historyArray" must be all lower-case
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 8 spaces, found 2
(#369) Variable "historyArray" must be all lower-case
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) 3 slashes comments are not allowed; use "// Comment." instead
(#373) 3 slashes comments are not allowed; use "// Comment." instead
(#374) 3 slashes comments are not allowed; use "// Comment." instead
(#375) 3 slashes comments are not allowed; use "// Comment." instead
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) 3 slashes comments are not allowed; use "// Comment." instead
(#377) Public method name "RegistrationService::GetLaunchInfo" must be in lower-case letters only
(#377) Variable "launchId" must be all lower-case
(#378) Opening brace should be on the same line as the declaration
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 8 spaces, found 2
(#380) Variable "launchId" must be all lower-case
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 8 spaces, found 2
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 4 spaces, found 1
(#386) Public method name "RegistrationService::UpdateLearnerInfo" must be in lower-case letters only
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 4 spaces, found 1
(#387) Opening brace should be on the same line as the declaration
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 8 spaces, found 2
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 8 spaces, found 2
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 8 spaces, found 2
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 8 spaces, found 2
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 8 spaces, found 2
(#392) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 8 spaces, found 2
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 3
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 8 spaces, found 2
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Whitespace found at end of line
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#400) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Whitespace found at end of line
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 4 spaces, found 1
mod/scormcloud/SCORMCloud_PHPLibrary/RegistrationSummary.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#33) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#38) Line indented incorrectly; expected 4 spaces, found 8
(#39) Line indented incorrectly; expected 4 spaces, found 8
(#40) Line indented incorrectly; expected 4 spaces, found 8
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#43) 3 slashes comments are not allowed; use "// Comment." instead
(#44) 3 slashes comments are not allowed; use "// Comment." instead
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) 3 slashes comments are not allowed; use "// Comment." instead
(#46) Line indented incorrectly; expected 4 spaces, found 8
(#47) Opening brace should be on the same line as the declaration
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 8
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Line indented incorrectly; expected at least 4 spaces, found 2
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#56) 3 slashes comments are not allowed; use "// Comment." instead
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) 3 slashes comments are not allowed; use "// Comment." instead
(#58) Line indented incorrectly; expected 4 spaces, found 8
(#58) Public method name "RegistrationSummary::getComplete" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#61) Line indented incorrectly; expected 4 spaces, found 8
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#64) 3 slashes comments are not allowed; use "// Comment." instead
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) 3 slashes comments are not allowed; use "// Comment." instead
(#66) Line indented incorrectly; expected 4 spaces, found 8
(#66) Public method name "RegistrationSummary::getSuccess" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Line indented incorrectly; expected 4 spaces, found 8
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) 3 slashes comments are not allowed; use "// Comment." instead
(#72) 3 slashes comments are not allowed; use "// Comment." instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#74) Line indented incorrectly; expected 4 spaces, found 8
(#74) Public method name "RegistrationSummary::getTotalTime" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#77) Line indented incorrectly; expected 4 spaces, found 8
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) 3 slashes comments are not allowed; use "// Comment." instead
(#80) 3 slashes comments are not allowed; use "// Comment." instead
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) 3 slashes comments are not allowed; use "// Comment." instead
(#82) Line indented incorrectly; expected 4 spaces, found 8
(#82) Public method name "RegistrationSummary::getScore" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#85) Line indented incorrectly; expected 4 spaces, found 8
(#89) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/ReportingService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Whitespace found at end of line
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 70% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Public method name "ReportingService::GetReportageAuth" must be in lower-case letters only
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Opening brace should be on the same line as the declaration
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Public method name "ReportingService::GetReportUrl" must be in lower-case letters only
(#62) Variable "reportUrl" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "reportUrl" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) This comment is 80% valid code; is this commented out code?
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) No space found before comment text; expected "// error_log($response);" but found "//error_log($response);"
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Whitespace found at end of line
(#74) method name "ReportingService::GetReportageServiceUrl" must be in lower-case letters only
(#74) Visibility must be declared on method "GetReportageServiceUrl"
(#74) Expected 1 space after closing parenthesis; found 0
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#77) Whitespace found at end of line
(#78) method name "ReportingService::GetReportageDate" must be in lower-case letters only
(#78) Visibility must be declared on method "GetReportageDate"
(#78) Expected 1 space after closing parenthesis; found 0
(#80) Whitespace found at end of line
(#81) Variable "rServiceUrl" must be all lower-case
(#82) Variable "reportageUrl" must be all lower-case
(#82) Variable "rServiceUrl" must be all lower-case
(#83) Variable "reportageUrl" must be all lower-case
(#84) Whitespace found at end of line
(#87) Public method name "ReportingService::LaunchReportage" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Variable "rServiceUrl" must be all lower-case
(#90) Variable "reportageUrl" must be all lower-case
(#90) Variable "rServiceUrl" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Variable "reportageUrl" must be all lower-case
(#94) Public method name "ReportingService::LaunchCourseReport" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Variable "rServiceUrl" must be all lower-case
(#97) Variable "reportageUrl" must be all lower-case
(#97) Variable "rServiceUrl" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Variable "reportageUrl" must be all lower-case
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#101) Public method name "ReportingService::LaunchUserReport" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Variable "rServiceUrl" must be all lower-case
(#104) Variable "reportageUrl" must be all lower-case
(#104) Variable "rServiceUrl" must be all lower-case
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Variable "reportageUrl" must be all lower-case
(#106) Closing brace indented incorrectly; expected 1 spaces, found 4
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#108) Public method name "ReportingService::GetWidgetUrl" must be in lower-case letters only
(#108) Variable "widgetSettings" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Variable "rServiceUrl" must be all lower-case
(#111) Whitespace found at end of line
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 3
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#115) Variable "rServiceUrl" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 16 spaces, found 4
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 12 spaces, found 3
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 4
(#119) Variable "rServiceUrl" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 4
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 3
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Variable "rServiceUrl" must be all lower-case
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 4
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Variable "rServiceUrl" must be all lower-case
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 4
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 12 spaces, found 3
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 12 spaces, found 3
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 12 spaces, found 3
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 12 spaces, found 3
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 12 spaces, found 3
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 12 spaces, found 3
(#143) Whitespace found at end of line
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 16 spaces, found 4
(#144) Variable "rServiceUrl" must be all lower-case
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 16 spaces, found 4
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 12 spaces, found 3
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 16 spaces, found 4
(#148) Variable "rServiceUrl" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 16 spaces, found 4
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 12 spaces, found 3
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 16 spaces, found 4
(#152) Variable "rServiceUrl" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 16 spaces, found 4
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 12 spaces, found 3
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) No space found before comment text; expected "// process the WidgetSettings" but found "//process the WidgetSettings"
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 2
(#162) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#162) Variable "widgetSettings" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Expected "if (...) {\n"; found "if (...)\n {\n"
(#164) Variable "widgetSettings" must be all lower-case
(#166) Variable "widgetSettings" must be all lower-case
(#168) Expected "if (...) {\n"; found "if (...)\n {\n"
(#168) Variable "widgetSettings" must be all lower-case
(#170) Variable "widgetSettings" must be all lower-case
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Variable "widgetSettings" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Variable "widgetSettings" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 12 spaces, found 3
(#175) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#175) Variable "widgetSettings" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 4
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// only write this if it's true" but found "//only write this if it's true"
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 3
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Variable "widgetSettings" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 3
(#180) Variable "widgetSettings" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Variable "widgetSettings" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Variable "widgetSettings" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Variable "widgetSettings" must be all lower-case
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) This comment is 57% valid code; is this commented out code?
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) No space found before comment text; expected "// $reporturl .= '&viewall='.boolString($widgetSettings->getViewAll());" but found "//$reporturl .= '&viewall='.boolString($widgetSettings->getViewAll());"
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) This comment is 57% valid code; is this commented out code?
(#185) Line indented incorrectly; expected at least 12 spaces, found 3
(#185) No space found before comment text; expected "// $reporturl .= '&export='.boolString($widgetSettings->getExport());" but found "//$reporturl .= '&export='.boolString($widgetSettings->getExport());"
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#186) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// Process the DateRangeSettings" but found "//Process the DateRangeSettings"
(#189) Variable "dateRangeSettings" must be all lower-case
(#189) Variable "widgetSettings" must be all lower-case
(#190) Expected "if (...) {\n"; found "if(...)\n {\n"
(#190) Variable "dateRangeSettings" must be all lower-case
(#192) Whitespace found at end of line
(#193) Variable "dateRangeSettings" must be all lower-case
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) No space found before comment text; expected "// daterange" but found "//daterange"
(#197) Variable "dateRangeSettings" must be all lower-case
(#198) Variable "dateRangeSettings" must be all lower-case
(#199) Variable "dateRangeSettings" must be all lower-case
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) No space found before comment text; expected "// month to date" but found "//month to date"
(#203) Variable "dateRangeSettings" must be all lower-case
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) No space found before comment text; expected "// year to date" but found "//year to date"
(#207) Variable "dateRangeSettings" must be all lower-case
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) This comment is 67% valid code; is this commented out code?
(#209) No space found before comment text; expected "// case 'p3m': ??" but found "//case 'p3m': ??"
(#214) Whitespace found at end of line
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// Process Tags" but found "//Process Tags"
(#216) Variable "tagSettings" must be all lower-case
(#216) Variable "widgetSettings" must be all lower-case
(#217) Expected "if (...) {\n"; found "if(...)\n {\n"
(#217) Variable "tagSettings" must be all lower-case
(#219) Variable "tagSettings" must be all lower-case
(#219) Variable "widgetSettings" must be all lower-case
(#220) Expected "if (...) {\n"; found "if (...)\n {\n"
(#220) Variable "tagSettings" must be all lower-case
(#222) Variable "tagSettings" must be all lower-case
(#223) Variable "tagSettings" must be all lower-case
(#225) Expected "if (...) {\n"; found "if (...)\n {\n"
(#225) Variable "tagSettings" must be all lower-case
(#227) Variable "tagSettings" must be all lower-case
(#228) Variable "tagSettings" must be all lower-case
(#230) Expected "if (...) {\n"; found "if (...)\n {\n"
(#230) Variable "tagSettings" must be all lower-case
(#232) Variable "tagSettings" must be all lower-case
(#233) Variable "tagSettings" must be all lower-case
(#235) Whitespace found at end of line
(#235) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#236) Whitespace found at end of line
(#238) Whitespace found at end of line
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) No space found before comment text; expected "// Process Comparisons" but found "//Process Comparisons"
(#240) Variable "comparisonSettings" must be all lower-case
(#240) Variable "widgetSettings" must be all lower-case
(#241) Expected "if (...) {\n"; found "if(...)\n {\n"
(#241) Variable "comparisonSettings" must be all lower-case
(#243) Whitespace found at end of line
(#243) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#244) Whitespace found at end of line
(#255) Closing brace indented incorrectly; expected 2 spaces, found 8
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) This comment is 72% valid code; is this commented out code?
(#256) No space found before comment text; expected "// error_log("ReportUrl: ".$reporturl);" but found "//error_log("ReportUrl: ".$reporturl);"
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#258) Closing brace indented incorrectly; expected 1 spaces, found 4
(#259) Whitespace found at end of line
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Whitespace found at end of line
(#265) Member variable "_dateRangeSettings" must be all lower-case
(#266) Member variable "_tagSettings" must be all lower-case
(#267) Member variable "_comparisonSettings" must be all lower-case
(#268) Whitespace found at end of line
(#271) Whitespace found at end of line
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 4 spaces, found 1
(#272) Member variable "_showTitle" must be all lower-case
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 4 spaces, found 1
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 4 spaces, found 1
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 4 spaces, found 1
(#278) Member variable "_scriptBased" must be all lower-case
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 4 spaces, found 1
(#280) Member variable "_pubNavPermission" must be all lower-case
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 4 spaces, found 1
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 4 spaces, found 1
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 4 spaces, found 1
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#285) Variable "dateRangeSettings" must be all lower-case
(#285) Variable "tagSettings" must be all lower-case
(#285) Variable "comparisonSettings" must be all lower-case
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Variable "dateRangeSettings" must be all lower-case
(#287) Variable "tagSettings" must be all lower-case
(#288) Variable "comparisonSettings" must be all lower-case
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 4 spaces, found 1
(#290) Whitespace found at end of line
(#291) Public method name "WidgetSettings::getDateRangeSettings" must be in lower-case letters only
(#292) Opening brace should be on the same line as the declaration
(#295) Public method name "WidgetSettings::getTagSettings" must be in lower-case letters only
(#296) Opening brace should be on the same line as the declaration
(#299) Public method name "WidgetSettings::getComparisonSettings" must be in lower-case letters only
(#300) Opening brace should be on the same line as the declaration
(#303) Whitespace found at end of line
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Whitespace found at end of line
(#305) Public method name "WidgetSettings::setCourseId" must be in lower-case letters only
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 4 spaces, found 1
(#306) Opening brace should be on the same line as the declaration
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#308) Closing brace indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 4 spaces, found 1
(#309) Public method name "WidgetSettings::getCourseId" must be in lower-case letters only
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Opening brace should be on the same line as the declaration
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 4 spaces, found 1
(#313) Public method name "WidgetSettings::hasCourseId" must be in lower-case letters only
(#314) Opening brace should be on the same line as the declaration
(#317) Whitespace found at end of line
(#318) Public method name "WidgetSettings::setLearnerId" must be in lower-case letters only
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Opening brace should be on the same line as the declaration
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 4 spaces, found 1
(#321) Closing brace indented incorrectly; expected 4 spaces, found 1
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 4 spaces, found 1
(#322) Public method name "WidgetSettings::getLearnerId" must be in lower-case letters only
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 4 spaces, found 1
(#323) Opening brace should be on the same line as the declaration
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
(#326) Public method name "WidgetSettings::hasLearnerId" must be in lower-case letters only
(#327) Opening brace should be on the same line as the declaration
(#330) Whitespace found at end of line
(#331) Whitespace found at end of line
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 4 spaces, found 1
(#332) Public method name "WidgetSettings::setShowTitle" must be in lower-case letters only
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 4 spaces, found 1
(#333) Opening brace should be on the same line as the declaration
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 4 spaces, found 1
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 4 spaces, found 1
(#336) Public method name "WidgetSettings::getShowTitle" must be in lower-case letters only
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 4 spaces, found 1
(#337) Opening brace should be on the same line as the declaration
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 4 spaces, found 1
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#340) Public method name "WidgetSettings::setVertical" must be in lower-case letters only
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 4 spaces, found 1
(#341) Opening brace should be on the same line as the declaration
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 4 spaces, found 1
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 4 spaces, found 1
(#344) Public method name "WidgetSettings::getVertical" must be in lower-case letters only
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 4 spaces, found 1
(#345) Opening brace should be on the same line as the declaration
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 8 spaces, found 2
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 4 spaces, found 1
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 4 spaces, found 1
(#348) Public method name "WidgetSettings::setPublic" must be in lower-case letters only
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 4 spaces, found 1
(#349) Opening brace should be on the same line as the declaration
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 8 spaces, found 2
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 4 spaces, found 1
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 4 spaces, found 1
(#352) Public method name "WidgetSettings::getPublic" must be in lower-case letters only
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 4 spaces, found 1
(#353) Opening brace should be on the same line as the declaration
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 4 spaces, found 1
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 4 spaces, found 1
(#356) Public method name "WidgetSettings::setStandalone" must be in lower-case letters only
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 4 spaces, found 1
(#357) Opening brace should be on the same line as the declaration
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 8 spaces, found 2
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 4 spaces, found 1
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 4 spaces, found 1
(#360) Public method name "WidgetSettings::getStandalone" must be in lower-case letters only
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 4 spaces, found 1
(#361) Opening brace should be on the same line as the declaration
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 4 spaces, found 1
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 4 spaces, found 1
(#364) Public method name "WidgetSettings::setIframe" must be in lower-case letters only
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Opening brace should be on the same line as the declaration
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 8 spaces, found 2
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 4 spaces, found 1
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 4 spaces, found 1
(#368) Public method name "WidgetSettings::getIframe" must be in lower-case letters only
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 4 spaces, found 1
(#369) Opening brace should be on the same line as the declaration
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 8 spaces, found 2
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 4 spaces, found 1
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 4 spaces, found 1
(#372) Public method name "WidgetSettings::setExpand" must be in lower-case letters only
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 4 spaces, found 1
(#373) Opening brace should be on the same line as the declaration
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 2
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 4 spaces, found 1
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 4 spaces, found 1
(#376) Public method name "WidgetSettings::getExpand" must be in lower-case letters only
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 4 spaces, found 1
(#377) Opening brace should be on the same line as the declaration
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 8 spaces, found 2
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 4 spaces, found 1
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 4 spaces, found 1
(#380) Public method name "WidgetSettings::setScriptBased" must be in lower-case letters only
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#381) Opening brace should be on the same line as the declaration
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 8 spaces, found 2
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 4 spaces, found 1
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected 4 spaces, found 1
(#384) Public method name "WidgetSettings::getScriptBased" must be in lower-case letters only
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 4 spaces, found 1
(#385) Opening brace should be on the same line as the declaration
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 8 spaces, found 2
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 4 spaces, found 1
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 4 spaces, found 1
(#388) Public method name "WidgetSettings::setDivname" must be in lower-case letters only
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 4 spaces, found 1
(#389) Opening brace should be on the same line as the declaration
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 8 spaces, found 2
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 4 spaces, found 1
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 4 spaces, found 1
(#392) Public method name "WidgetSettings::getDivname" must be in lower-case letters only
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 4 spaces, found 1
(#393) Opening brace should be on the same line as the declaration
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 8 spaces, found 2
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 4 spaces, found 1
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 4 spaces, found 1
(#396) Public method name "WidgetSettings::setPubNavPermission" must be in lower-case letters only
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 4 spaces, found 1
(#397) Opening brace should be on the same line as the declaration
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 8 spaces, found 2
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 4 spaces, found 1
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 4 spaces, found 1
(#400) Public method name "WidgetSettings::getPubNavPermission" must be in lower-case letters only
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 4 spaces, found 1
(#401) Opening brace should be on the same line as the declaration
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 8 spaces, found 2
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 4 spaces, found 1
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 4 spaces, found 1
(#404) Public method name "WidgetSettings::setEmbedded" must be in lower-case letters only
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 4 spaces, found 1
(#405) Opening brace should be on the same line as the declaration
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 4 spaces, found 1
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 4 spaces, found 1
(#408) Public method name "WidgetSettings::getEmbedded" must be in lower-case letters only
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 4 spaces, found 1
(#409) Opening brace should be on the same line as the declaration
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected 4 spaces, found 1
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 4 spaces, found 1
(#412) Public method name "WidgetSettings::setViewAll" must be in lower-case letters only
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 4 spaces, found 1
(#413) Opening brace should be on the same line as the declaration
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 8 spaces, found 2
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 4 spaces, found 1
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected 4 spaces, found 1
(#416) Public method name "WidgetSettings::getViewAll" must be in lower-case letters only
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 4 spaces, found 1
(#417) Opening brace should be on the same line as the declaration
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 8 spaces, found 2
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 4 spaces, found 1
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected 4 spaces, found 1
(#420) Public method name "WidgetSettings::setExport" must be in lower-case letters only
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 4 spaces, found 1
(#421) Opening brace should be on the same line as the declaration
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 8 spaces, found 2
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 4 spaces, found 1
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected 4 spaces, found 1
(#424) Public method name "WidgetSettings::getExport" must be in lower-case letters only
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 4 spaces, found 1
(#425) Opening brace should be on the same line as the declaration
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 4 spaces, found 1
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Whitespace found at end of line
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 4 spaces, found 1
(#432) Member variable "_dateRangeType" must be all lower-case
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 4 spaces, found 1
(#433) Member variable "_dateRangeStart" must be all lower-case
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected 4 spaces, found 1
(#434) Member variable "_dateRangeEnd" must be all lower-case
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 4 spaces, found 1
(#435) Member variable "_dateCriteria" must be all lower-case
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Whitespace found at end of line
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Whitespace found at end of line
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 4 spaces, found 1
(#438) Variable "dateRangeType" must be all lower-case
(#438) Commas (,) must be followed by white space.
(#438) Variable "dateRangeStart" must be all lower-case
(#438) Commas (,) must be followed by white space.
(#438) Variable "dateRangeEnd" must be all lower-case
(#438) Commas (,) must be followed by white space.
(#438) Variable "dateCriteria" must be all lower-case
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#439) Variable "dateRangeType" must be all lower-case
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Variable "dateRangeStart" must be all lower-case
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 8 spaces, found 2
(#441) Variable "dateRangeEnd" must be all lower-case
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 8 spaces, found 2
(#442) Variable "dateCriteria" must be all lower-case
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 4 spaces, found 1
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Whitespace found at end of line
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 4 spaces, found 1
(#445) Public method name "DateRangeSettings::getDateRangeType" must be in lower-case letters only
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 4 spaces, found 1
(#446) Opening brace should be on the same line as the declaration
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 8 spaces, found 2
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 4 spaces, found 1
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected 4 spaces, found 1
(#449) Public method name "DateRangeSettings::getDateRangeStart" must be in lower-case letters only
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 4 spaces, found 1
(#450) Opening brace should be on the same line as the declaration
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 8 spaces, found 2
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 4 spaces, found 1
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 4 spaces, found 1
(#453) Public method name "DateRangeSettings::getDateRangeEnd" must be in lower-case letters only
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 4 spaces, found 1
(#454) Opening brace should be on the same line as the declaration
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 8 spaces, found 2
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 4 spaces, found 1
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 4 spaces, found 1
(#457) Public method name "DateRangeSettings::getDateCriteria" must be in lower-case letters only
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 4 spaces, found 1
(#458) Opening brace should be on the same line as the declaration
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 2
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 4 spaces, found 1
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Whitespace found at end of line
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 4 spaces, found 1
(#465) Commas (,) must be followed by white space.
(#465) Commas (,) must be followed by white space.
(#466) Whitespace found at end of line
(#467) Public method name "TagSettings::addTag" must be in lower-case letters only
(#467) Variable "tagType" must be all lower-case
(#467) Commas (,) must be followed by white space.
(#467) Variable "newValue" must be all lower-case
(#468) Opening brace should be on the same line as the declaration
(#469) Variable "tagType" must be all lower-case
(#469) Variable "newValue" must be all lower-case
(#471) Whitespace found at end of line
(#472) Public method name "TagSettings::getTagString" must be in lower-case letters only
(#472) Variable "tagType" must be all lower-case
(#473) Opening brace should be on the same line as the declaration
(#474) Commas (,) must be followed by white space.
(#474) Variable "tagType" must be all lower-case
(#476) Whitespace found at end of line
(#477) Public method name "TagSettings::getViewTagString" must be in lower-case letters only
(#477) Variable "tagType" must be all lower-case
(#478) Opening brace should be on the same line as the declaration
(#479) Commas (,) must be followed by white space.
(#479) Variable "tagType" must be all lower-case
(#481) Whitespace found at end of line
(#482) Public method name "TagSettings::hasTags" must be in lower-case letters only
(#482) Variable "tagType" must be all lower-case
(#483) Opening brace should be on the same line as the declaration
(#484) Variable "tagType" must be all lower-case
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 4 spaces, found 1
(#489) Member variable "compMatchDates" must be all lower-case
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 4 spaces, found 1
(#490) Member variable "compDateRangeType" must be all lower-case
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 4 spaces, found 1
(#491) Member variable "compDateCriteria" must be all lower-case
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 4 spaces, found 1
(#492) Member variable "compLearnerTags" must be all lower-case
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 4 spaces, found 1
(#493) Member variable "compViewLearnerTagGroups" must be all lower-case
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected 4 spaces, found 1
(#494) Member variable "compViewCourseTagGroups" must be all lower-case
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 4 spaces, found 1
(#495) Member variable "compViewRegistrationTagGroups" must be all lower-case
(#499) function name "boolString" must be lower-case letters only
(#499) Variable "bValue" must be all lower-case
(#499) Whitespace found at end of line
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) Line indented incorrectly; expected at least 4 spaces, found 0
(#501) Line indented incorrectly; expected at least 4 spaces, found 2
(#501) Variable "bValue" must be all lower-case
(#504) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/ScormEngineService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#40) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) "require_once" must be immediately followed by an open parenthesis
(#41) "require_once" must be immediately followed by an open parenthesis
(#42) "require_once" must be immediately followed by an open parenthesis
(#43) "require_once" must be immediately followed by an open parenthesis
(#44) "require_once" must be immediately followed by an open parenthesis
(#45) "require_once" must be immediately followed by an open parenthesis
(#46) "require_once" must be immediately followed by an open parenthesis
(#47) "require_once" must be immediately followed by an open parenthesis
(#48) "require_once" must be immediately followed by an open parenthesis
(#49) "require_once" must be immediately followed by an open parenthesis
(#50) "require_once" must be immediately followed by an open parenthesis
(#51) "require_once" must be immediately followed by an open parenthesis
(#52) "require_once" must be immediately followed by an open parenthesis
(#54) "require_once" must be immediately followed by an open parenthesis
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#60) Member variable "_courseService" must be all lower-case
(#61) Member variable "_registrationService" must be all lower-case
(#62) Member variable "_uploadService" must be all lower-case
(#63) Member variable "_ftpService" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_serviceRequest" must be all lower-case
(#65) Member variable "_taggingService" must be all lower-case
(#66) Member variable "_accountService" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Member variable "_debugService" must be all lower-case
(#68) Member variable "_dispatchService" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#69) Member variable "_invitationService" must be all lower-case
(#70) Member variable "_lrsAccountService" must be all lower-case
(#71) Member variable "_applicationService" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Variable "scormEngineServiceUrl" must be all lower-case
(#73) Variable "appId" must be all lower-case
(#73) Variable "securityKey" must be all lower-case
(#73) Variable "originString" must be all lower-case
(#73) Variable "appManager" must be all lower-case
(#73) Variable "managerKey" must be all lower-case
(#73) Line exceeds 132 characters; contains 140 characters
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Variable "scormEngineServiceUrl" must be all lower-case
(#74) Variable "appId" must be all lower-case
(#74) Variable "securityKey" must be all lower-case
(#74) Variable "appManager" must be all lower-case
(#74) Variable "managerKey" must be all lower-case
(#74) Variable "originString" must be all lower-case
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) This comment is 46% valid code; is this commented out code?
(#88) No space found before comment text; expected "// $_ftpService = new FtpService(configuration);" but found "//$_ftpService = new FtpService(configuration);"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Public method name "ScormEngineService::isValidAccount" must be in lower-case letters only
(#92) Variable "appId" must be all lower-case
(#96) Variable "appId" must be all lower-case
(#99) Whitespace found at end of line
(#102) Whitespace found at end of line
(#103) Public method name "ScormEngineService::isValidUrl" must be in lower-case letters only
(#103) Expected 1 space after closing parenthesis; found 0
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Expected 2 space(s) before asterisk; 1 found
(#110) Expected 2 space(s) before asterisk; 4 found
(#111) Expected 2 space(s) before asterisk; 4 found
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Expected 2 space(s) before asterisk; 1 found
(#113) Public method name "ScormEngineService::getCourseService" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Expected 2 space(s) before asterisk; 1 found
(#120) Expected 2 space(s) before asterisk; 4 found
(#121) Expected 2 space(s) before asterisk; 4 found
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Expected 2 space(s) before asterisk; 1 found
(#123) Public method name "ScormEngineService::getRegistrationService" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Expected 2 space(s) before asterisk; 1 found
(#130) Expected 2 space(s) before asterisk; 4 found
(#131) Expected 2 space(s) before asterisk; 4 found
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Expected 2 space(s) before asterisk; 1 found
(#133) Public method name "ScormEngineService::getUploadService" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Expected 2 space(s) before asterisk; 1 found
(#140) Expected 2 space(s) before asterisk; 4 found
(#141) Expected 2 space(s) before asterisk; 4 found
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Expected 2 space(s) before asterisk; 1 found
(#143) Public method name "ScormEngineService::getReportingService" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Expected 2 space(s) before asterisk; 1 found
(#150) Expected 2 space(s) before asterisk; 4 found
(#151) Expected 2 space(s) before asterisk; 4 found
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Expected 2 space(s) before asterisk; 1 found
(#153) Public method name "ScormEngineService::getFtpService" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#157) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Expected 5 space(s) before asterisk; 1 found
(#160) Expected 5 space(s) before asterisk; 4 found
(#161) Expected 5 space(s) before asterisk; 4 found
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Expected 5 space(s) before asterisk; 1 found
(#163) Public method name "ScormEngineService::getTaggingService" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#167) Whitespace found at end of line
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Expected 5 space(s) before asterisk; 1 found
(#170) Expected 5 space(s) before asterisk; 4 found
(#171) Expected 5 space(s) before asterisk; 4 found
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Expected 5 space(s) before asterisk; 1 found
(#173) Public method name "ScormEngineService::getAccountService" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 1
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Expected 2 space(s) before asterisk; 1 found
(#180) Expected 2 space(s) before asterisk; 4 found
(#181) Expected 2 space(s) before asterisk; 4 found
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Expected 2 space(s) before asterisk; 1 found
(#183) Public method name "ScormEngineService::getDebugService" must be in lower-case letters only
(#184) Opening brace should be on the same line as the declaration
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 1
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Expected 2 space(s) before asterisk; 1 found
(#190) Expected 2 space(s) before asterisk; 4 found
(#191) Expected 2 space(s) before asterisk; 4 found
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Expected 2 space(s) before asterisk; 1 found
(#193) Public method name "ScormEngineService::getDispatchService" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Expected 2 space(s) before asterisk; 1 found
(#200) Expected 2 space(s) before asterisk; 4 found
(#201) Expected 2 space(s) before asterisk; 4 found
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Expected 2 space(s) before asterisk; 1 found
(#203) Public method name "ScormEngineService::getInvitationService" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#209) Expected 5 space(s) before asterisk; 4 found
(#210) Expected 5 space(s) before asterisk; 4 found
(#211) Expected 5 space(s) before asterisk; 4 found
(#212) Expected 5 space(s) before asterisk; 4 found
(#213) Public method name "ScormEngineService::getLrsAccountService" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#219) Expected 5 space(s) before asterisk; 4 found
(#220) Expected 5 space(s) before asterisk; 4 found
(#221) Expected 5 space(s) before asterisk; 4 found
(#222) Expected 5 space(s) before asterisk; 4 found
(#223) Public method name "ScormEngineService::getApplicationService" must be in lower-case letters only
(#224) Opening brace should be on the same line as the declaration
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Expected 2 space(s) before asterisk; 1 found
(#230) Expected 2 space(s) before asterisk; 4 found
(#231) Expected 2 space(s) before asterisk; 4 found
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Expected 2 space(s) before asterisk; 1 found
(#233) Public method name "ScormEngineService::getAppId" must be in lower-case letters only
(#234) Opening brace should be on the same line as the declaration
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 4 spaces, found 1
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Expected 2 space(s) before asterisk; 1 found
(#240) Expected 2 space(s) before asterisk; 4 found
(#241) Expected 2 space(s) before asterisk; 4 found
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Expected 2 space(s) before asterisk; 1 found
(#243) Public method name "ScormEngineService::getSecurityKey" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Expected 2 space(s) before asterisk; 1 found
(#250) Expected 2 space(s) before asterisk; 4 found
(#251) Expected 2 space(s) before asterisk; 4 found
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Expected 2 space(s) before asterisk; 1 found
(#253) Public method name "ScormEngineService::getScormEngineServiceUrl" must be in lower-case letters only
(#254) Opening brace should be on the same line as the declaration
(#257) Whitespace found at end of line
(#258) Public method name "ScormEngineService::getOriginString" must be in lower-case letters only
(#259) Opening brace should be on the same line as the declaration
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 4 spaces, found 1
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Expected 2 space(s) before asterisk; 1 found
(#265) Expected 2 space(s) before asterisk; 4 found
(#266) Expected 2 space(s) before asterisk; 4 found
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Expected 2 space(s) before asterisk; 1 found
(#268) Public method name "ScormEngineService::CreateNewRequest" must be in lower-case letters only
(#269) Opening brace should be on the same line as the declaration
(#273) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/ScormEngineUtilities.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#5) Line indented incorrectly; expected 4 spaces, found 1
(#5) Public method name "ScormEngineUtilities::getCanonicalOriginString" must be in lower-case letters only
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line indented incorrectly; expected at least 4 spaces, found 1
(#6) Opening brace should be on the same line as the declaration
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected at least 8 spaces, found 2
(#7) Variable "companyComponent" must be all lower-case
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Line indented incorrectly; expected at least 8 spaces, found 2
(#8) Variable "applicationComponent" must be all lower-case
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 8 spaces, found 2
(#9) Variable "versionComponent" must be all lower-case
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Whitespace found at end of line
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#11) Variable "companyComponent" must be all lower-case
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected 4 spaces, found 1
mod/scormcloud/SCORMCloud_PHPLibrary/ServiceRequest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Member variable "_methodParams" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Member variable "_fileToPost" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) This comment is 64% valid code; is this commented out code?
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) No space found before comment text; expected "// $this->_methodParams['appname'] = '';" but found "//$this->_methodParams['appname'] = '';"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#56) Public method name "ServiceRequest::setMethodParams" must be in lower-case letters only
(#56) Variable "paramsArray" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Opening brace should be on the same line as the declaration
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Variable "paramsArray" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) Public method name "ServiceRequest::setFileToPost" must be in lower-case letters only
(#61) Variable "fileName" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Opening brace should be on the same line as the declaration
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "fileName" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#66) Public method name "ServiceRequest::setProxy" must be in lower-case letters only
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#72) Public method name "ServiceRequest::CallService" must be in lower-case letters only
(#72) Variable "methodName" must be all lower-case
(#72) Variable "serviceUrl" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Opening brace should be on the same line as the declaration
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Variable "postParams" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) This comment is 63% valid code; is this commented out code?
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) No space found before comment text; expected "// echo '_fileToPost='.$this->_fileToPost;" but found "//echo '_fileToPost='.$this->_fileToPost;"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) No space found before comment text; expected "// TODO - check to see if this file exists" but found "//TODO - check to see if this file exists"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Variable "postParams" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#84) Variable "postParams" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) This comment is 44% valid code; is this commented out code?
(#88) No space found before comment text; expected "// $responseText = Encoding.GetEncoding("utf-8").GetString(responseBytes);" but found "//$responseText = Encoding.GetEncoding("utf-8").GetString(responseBytes);"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Variable "methodName" must be all lower-case
(#90) Variable "serviceUrl" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) This comment is 67% valid code; is this commented out code?
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) No space found before comment text; expected "// echo $url.'<br><br>';" but found "//echo $url.'<br><br>';"
(#93) Variable "curlProxy" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Variable "responseText" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "postParams" must be all lower-case
(#94) Variable "curlProxy" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) This comment is 80% valid code; is this commented out code?
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) No space found before comment text; expected "// error_log($responseText);" but found "//error_log($responseText);"
(#96) Variable "responseText" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#101) Public method name "ServiceRequest::CallManagerService" must be in lower-case letters only
(#101) Variable "methodName" must be all lower-case
(#101) Variable "serviceUrl" must be all lower-case
(#102) Opening brace should be on the same line as the declaration
(#103) Variable "postParams" must be all lower-case
(#105) Variable "methodName" must be all lower-case
(#105) Variable "serviceUrl" must be all lower-case
(#107) Variable "curlProxy" must be all lower-case
(#108) Variable "responseText" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) Variable "postParams" must be all lower-case
(#108) Variable "curlProxy" must be all lower-case
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) This comment is 80% valid code; is this commented out code?
(#109) No space found before comment text; expected "// error_log($responseText);" but found "//error_log($responseText);"
(#110) Variable "responseText" must be all lower-case
(#115) Public method name "ServiceRequest::ConstructUrl" must be in lower-case letters only
(#115) Variable "methodName" must be all lower-case
(#115) Variable "serviceUrl" must be all lower-case
(#116) Opening brace should be on the same line as the declaration
(#117) Whitespace found at end of line
(#118) Whitespace found at end of line
(#119) Variable "methodName" must be all lower-case
(#119) Whitespace found at end of line
(#120) Variable "serviceUrl" must be all lower-case
(#123) Public method name "ServiceRequest::ConstructManagerUrl" must be in lower-case letters only
(#123) Variable "methodName" must be all lower-case
(#123) Variable "serviceUrl" must be all lower-case
(#124) Opening brace should be on the same line as the declaration
(#125) Whitespace found at end of line
(#126) Whitespace found at end of line
(#127) Variable "methodName" must be all lower-case
(#127) Whitespace found at end of line
(#128) Variable "serviceUrl" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
(#131) Public method name "ServiceRequest::ConstructAppAgnosticUrl" must be in lower-case letters only
(#131) Variable "appId" must be all lower-case
(#131) Variable "secretKey" must be all lower-case
(#131) Variable "methodName" must be all lower-case
(#131) Variable "serviceUrl" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Opening brace should be on the same line as the declaration
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) This comment is 72% valid code; is this commented out code?
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) No space found before comment text; expected "// error_log('serviceUrl = '.$serviceUrl);" but found "//error_log('serviceUrl = '.$serviceUrl);"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Variable "parameterMap" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Variable "methodName" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Variable "appId" must be all lower-case
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 7
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "parameterMap" must be all lower-case
(#140) Commas (,) must be followed by white space.
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#141) Expected "foreach (...) {\n"; found "foreach(...)\n\t\t{\n"
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Variable "parameterMap" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#146) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#146) Variable "serviceUrl" must be all lower-case
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Variable "serviceUrl" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#149) Expected "} else {\n"; found "}else{\n"
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#152) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Whitespace found at end of line
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Variable "secretKey" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "parameterMap" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Line indented incorrectly; expected at least 4 spaces, found 2
(#161) 3 slashes comments are not allowed; use "// Comment." instead
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#163) 3 slashes comments are not allowed; use "// Comment." instead
(#164) 3 slashes comments are not allowed; use "// Comment." instead
(#165) 3 slashes comments are not allowed; use "// Comment." instead
(#166) 3 slashes comments are not allowed; use "// Comment." instead
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) 3 slashes comments are not allowed; use "// Comment." instead
(#168) Line indented incorrectly; expected 4 spaces, found 8
(#168) Private method name "ServiceRequest::AssertNoErrorAndReturnXml" must be in lower-case letters only
(#168) Variable "xmlString" must be all lower-case
(#169) Opening brace should be on the same line as the declaration
(#171) Variable "xmlDoc" must be all lower-case
(#171) Variable "xmlString" must be all lower-case
(#173) Variable "rspElements" must be all lower-case
(#173) Variable "xmlDoc" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 3
(#174) Variable "rspElements" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 3
(#175) Expected "if (...) {\n"; found "if(...)\n\t\t\t{\n"
(#175) Variable "rspElements" must be all lower-case
(#175) Expected 1 space before "!="; 0 found
(#175) Expected 1 space after "!="; 0 found
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 3
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 4
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 4
(#178) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t{\n"
(#178) Variable "rspElements" must be all lower-case
(#178) Expected 1 space before "=="; 0 found
(#178) Expected 1 space after "=="; 0 found
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 4
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 16 spaces, found 5
(#180) Variable "rspElements" must be all lower-case
(#180) Variable "rspElements" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 4
(#181) Expected "} else {\n"; found "}else{\n"
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 16 spaces, found 5
(#182) Variable "xmlString" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 12 spaces, found 4
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 4
(#184) The use of function error_log() is forbidden
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 4
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 8 spaces, found 3
(#188) Variable "xmlString" must be all lower-case
(#189) Line indented incorrectly; expected 4 spaces, found 8
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Expected 2 space(s) before asterisk; 5 found
(#193) Expected 2 space(s) before asterisk; 5 found
(#194) Expected 2 space(s) before asterisk; 5 found
(#195) Expected 2 space(s) before asterisk; 5 found
(#196) Expected 2 space(s) before asterisk; 5 found
(#197) Expected 2 space(s) before asterisk; 5 found
(#198) Expected 2 space(s) before asterisk; 5 found
(#199) Expected 2 space(s) before asterisk; 5 found
(#200) Expected 2 space(s) before asterisk; 5 found
(#201) Expected 2 space(s) before asterisk; 5 found
(#202) Expected 2 space(s) before asterisk; 5 found
(#203) Expected 2 space(s) before asterisk; 5 found
(#204) Expected 2 space(s) before asterisk; 5 found
(#205) Expected 2 space(s) before asterisk; 5 found
(#206) Expected 2 space(s) before asterisk; 5 found
(#207) Expected 2 space(s) before asterisk; 5 found
(#208) method name "ServiceRequest::submitHttpPost" must be in lower-case letters only
(#208) Visibility must be declared on method "submitHttpPost"
(#208) Variable "postParams" must be all lower-case
(#208) Commas (,) must be followed by white space.
(#208) Variable "curlProxy" must be all lower-case
(#209) Opening brace should be on the same line as the declaration
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) This comment is 67% valid code; is this commented out code?
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) No space found before comment text; expected "// foreach($postParams as $key => $value)" but found "//foreach($postParams as $key => $value)"
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) This comment is 100% valid code; is this commented out code?
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) No space found before comment text; expected "// {" but found "//{"
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) This comment is 55% valid code; is this commented out code?
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Tab found before comment text; expected "// echo $key.'='.$value.'<br>';" but found "// echo $key.'='.$value.'<br>';"
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) This comment is 100% valid code; is this commented out code?
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) No space found before comment text; expected "// }" but found "//}"
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Variable "postParams" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#222) Variable "postParams" must be all lower-case
(#223) Expected "} else {\n"; found "}else{\n"
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Whitespace found at end of line
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Commas (,) must be followed by white space.
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Line indented incorrectly; expected at least 8 spaces, found 2
(#234) No space found before comment text; expected "// set header expect empty for upload issue..." but found "//set header expect empty for upload issue..."
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) No space found before comment text; expected "// set proxy" but found "//set proxy"
(#238) Variable "curlProxy" must be all lower-case
(#239) Commas (,) must be followed by white space.
(#239) Variable "curlProxy" must be all lower-case
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) No space found before comment text; expected "// $ex = new Phlickr_ConnectionException(" but found "//$ex = new Phlickr_ConnectionException("
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) This comment is 67% valid code; is this commented out code?
(#252) No space found before comment text; expected "// echo 'Request failed. '.curl_error($ch);" but found "//echo 'Request failed. '.curl_error($ch);"
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) This comment is 75% valid code; is this commented out code?
(#254) No space found before comment text; expected "// throw $ex;" but found "//throw $ex;"
(#264) method name "ServiceRequest::signParams" must be in lower-case letters only
(#264) Visibility must be declared on method "signParams"
(#265) Opening brace should be on the same line as the declaration
(#268) No space found before comment text; expected "// PHP 5.4 and higher only." but found "//PHP 5.4 and higher only."
(#274) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#287) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/TaggingService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) 3 slashes comments are not allowed; use "// Comment." instead
(#36) Whitespace found at end of line
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#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
(#44) This comment is 70% valid code; is this commented out code?
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) 3 slashes comments are not allowed; use "// Comment." instead
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#54) Public method name "TaggingService::AddCourseTag" must be in lower-case letters only
(#54) Variable "courseId" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#57) Variable "courseId" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Whitespace found at end of line
(#64) Public method name "TaggingService::RemoveCourseTag" must be in lower-case letters only
(#64) Variable "courseId" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#67) Variable "courseId" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Whitespace found at end of line
(#74) Public method name "TaggingService::AddLearnerTag" must be in lower-case letters only
(#74) Variable "learnerId" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#77) Variable "learnerId" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Whitespace found at end of line
(#84) Public method name "TaggingService::RemoveLearnerTag" must be in lower-case letters only
(#84) Variable "learnerId" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#87) Variable "learnerId" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Line indented incorrectly; expected 4 spaces, found 8
(#94) Public method name "TaggingService::AddRegistrationTag" must be in lower-case letters only
(#94) Variable "regId" must be all lower-case
(#95) Opening brace should be on the same line as the declaration
(#97) Variable "regId" must be all lower-case
(#102) Closing brace indented incorrectly; expected 8 spaces, found 4
(#103) Whitespace found at end of line
(#104) Public method name "TaggingService::RemoveRegistrationTag" must be in lower-case letters only
(#104) Variable "regId" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#107) Variable "regId" must be all lower-case
(#114) Whitespace found at end of line
(#115) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/UploadService.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) "require_once" must be immediately followed by an open parenthesis
(#36) "require_once" must be immediately followed by an open parenthesis
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Whitespace found at end of line
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) This comment is 70% valid code; is this commented out code?
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) No space found before comment text; expected "// echo $this->_configuration->getAppId();" but found "//echo $this->_configuration->getAppId();"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Public method name "UploadService::GetUploadToken" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Closing brace indented incorrectly; expected 1 spaces, found 4
(#61) Public method name "UploadService::UploadFile" must be in lower-case letters only
(#61) Variable "absoluteFilePathToZip" must be all lower-case
(#61) Variable "permissionDomain" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "absoluteFilePathToZip" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "absoluteFilePathToZip" must be all lower-case
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Variable "mParams" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#71) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#73) Variable "permissionDomain" must be all lower-case
(#74) Variable "mParams" must be all lower-case
(#74) Variable "permissionDomain" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "mParams" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#86) Closing brace indented incorrectly; expected 2 spaces, found 8
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Whitespace found at end of line
(#94) Public method name "UploadService::DeleteFile" must be in lower-case letters only
(#94) Expected 1 space after closing parenthesis; found 0
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Variable "location_parts" must not contain underscores.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 5
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 5
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 5
(#98) Variable "location_parts" must not contain underscores.
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 5
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 5
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#103) Public method name "UploadService::GetUploadUrl" must be in lower-case letters only
(#103) Variable "importRedirectUrl" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 2
(#104) Opening brace should be on the same line as the declaration
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Variable "mParams" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Variable "mParams" must be all lower-case
(#111) Variable "importRedirectUrl" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Variable "mParams" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#118) Public method name "UploadService::GetUploadLink" must be in lower-case letters only
(#118) Variable "importRedirectUrl" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Opening brace should be on the same line as the declaration
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Variable "importRedirectUrl" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#124) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/SCORMCloud_PHPLibrary/UploadToken.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#7) Whitespace found at end of line
(#18) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#39) Whitespace found at end of line
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Member variable "_tokenId" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) 3 slashes comments are not allowed; use "// Comment." instead
(#47) 3 slashes comments are not allowed; use "// Comment." instead
(#48) 3 slashes comments are not allowed; use "// Comment." instead
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#51) Variable "tokenData" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Variable "tokenData" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#54) Empty IF statement detected
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) This comment is 67% valid code; is this commented out code?
(#55) No space found before comment text; expected "// throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);" but found "//throw new ScormEngine_XmlParseException('Could not parse XML.', $courseDataElement);"
(#56) Closing brace indented incorrectly; expected 2 spaces, found 8
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#57) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 9
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 9
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) 3 slashes comments are not allowed; use "// Comment." instead
(#65) 3 slashes comments are not allowed; use "// Comment." instead
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) 3 slashes comments are not allowed; use "// Comment." instead
(#67) Public method name "UploadToken::getServer" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) 3 slashes comments are not allowed; use "// Comment." instead
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) 3 slashes comments are not allowed; use "// Comment." instead
(#75) Public method name "UploadToken::getTokenId" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#82) A closing tag is not permitted at the end of a PHP file
mod/scormcloud/courseexit.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/scormcloud/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/scormcloud/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
mod/scormcloud/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
mod/scormcloud/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#42) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/scormcloud/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#43) Line exceeds 132 characters; contains 133 characters
mod/scormcloud/lang/en/scormcloud.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/scormcloud/launch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#48) Variable "ScormService" must be all lower-case
(#49) Variable "regService" must be all lower-case
(#49) Variable "ScormService" must be all lower-case
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Line exceeds 132 characters; contains 140 characters
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#63) Space found before semicolon; expected ");" but found ") ;"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Variable "learnerId" must be all lower-case
(#68) Space found before semicolon; expected "username;" but found "username ;"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Variable "learnerFirstName" must be all lower-case
(#69) Space found before semicolon; expected "firstname;" but found "firstname ;"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Variable "learnerLastName" must be all lower-case
(#70) Space found before semicolon; expected "lastname;" but found "lastname ;"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Variable "regService" must be all lower-case
(#72) Variable "learnerId" must be all lower-case
(#72) Variable "learnerFirstName" must be all lower-case
(#72) Variable "learnerLastName" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Variable "courseService" must be all lower-case
(#81) Variable "ScormService" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Variable "courseService" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Variable "regService" must be all lower-case
(#92) Commas (,) must be followed by white space.
mod/scormcloud/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#42) Closing brace must be on a line by itself
(#43) Closing brace must be on a line by itself
(#66) Variable "course_service" must not contain underscores.
(#70) Variable "course_service" must not contain underscores.
(#104) Variable "course_service" must not contain underscores.
(#108) Variable "course_service" must not contain underscores.
mod/scormcloud/lib/KLogger.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#38) No space found before comment text; expected "// custom logging level" but found "//custom logging level"
(#60) Member variable "_logStatus" must be all lower-case
(#65) Member variable "_messageQueue" must be all lower-case
(#70) Member variable "_logFilePath" must be all lower-case
(#75) Member variable "_severityThreshold" must be all lower-case
(#80) Member variable "_fileHandle" must be all lower-case
(#87) Line exceeds 132 characters; contains 133 characters
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) This comment is 67% valid code; is this commented out code?
(#87) No space found before comment text; expected "// 'writefail' => 'The file exists, but could not be opened for writing. Check that appropriate permissions have been set.'," but found "//'writefail' => 'The file exists, but could not be opened for writing. Check that appropriate permissions have been set.',"
(#97) Member variable "_defaultSeverity" must be all lower-case
(#102) Member variable "_dateFormat" must be all lower-case
(#107) Member variable "_defaultPermissions" must be all lower-case
(#122) Variable "logDirectory" must be all lower-case
(#123) Opening brace should be on the same line as the declaration
(#125) Variable "_defaultSeverity" must be all lower-case
(#125) Variable "_defaultSeverity" must not contain underscores.
(#127) Whitespace found at end of line
(#128) Variable "logDirectory" must be all lower-case
(#132) Variable "logDirectory" must be all lower-case
(#136) Variable "logDirectory" must be all lower-case
(#137) Variable "logDirectory" must be all lower-case
(#140) Variable "logDirectory" must be all lower-case
(#140) Variable "logDirectory" must be all lower-case
(#142) Variable "logDirectory" must be all lower-case
(#152) Variable "logDirectory" must be all lower-case
(#153) Opening brace should be on the same line as the declaration
(#154) Variable "logDirectory" must be all lower-case
(#154) Variable "logDirectory" must be all lower-case
(#160) Variable "logDirectory" must be all lower-case
(#167) Variable "logDirectory" must be all lower-case
(#168) Variable "logDirectory" must be all lower-case
(#168) Variable "_defaultPermissions" must be all lower-case
(#168) Variable "_defaultPermissions" must not contain underscores.
(#190) Opening brace should be on the same line as the declaration
(#201) Public method name "KLogger::logDebug" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#210) Public method name "KLogger::getMessage" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#219) Public method name "KLogger::getMessages" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#228) Public method name "KLogger::clearMessages" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
(#235) Whitespace found at end of line
(#238) Public method name "KLogger::setDateFormat" must be in lower-case letters only
(#238) Variable "dateFormat" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#240) Variable "_dateFormat" must be all lower-case
(#240) Variable "_dateFormat" must not contain underscores.
(#240) Variable "dateFormat" must be all lower-case
(#250) Public method name "KLogger::logInfo" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#262) Public method name "KLogger::logNotice" must be in lower-case letters only
(#263) Opening brace should be on the same line as the declaration
(#269) Whitespace found at end of line
(#275) Public method name "KLogger::logWarn" must be in lower-case letters only
(#276) Opening brace should be on the same line as the declaration
(#287) Public method name "KLogger::logError" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#300) Public method name "KLogger::logFatal" must be in lower-case letters only
(#301) Opening brace should be on the same line as the declaration
(#311) Public method name "KLogger::logAlert" must be in lower-case letters only
(#312) Opening brace should be on the same line as the declaration
(#322) Public method name "KLogger::logCrit" must be in lower-case letters only
(#323) Opening brace should be on the same line as the declaration
(#333) Public method name "KLogger::logEmerg" must be in lower-case letters only
(#334) Opening brace should be on the same line as the declaration
(#345) Opening brace should be on the same line as the declaration
(#358) Public method name "KLogger::writeFreeFormLine" must be in lower-case letters only
(#359) Opening brace should be on the same line as the declaration
(#368) Private method name "KLogger::_getTimeLine" must be in lower-case letters only
(#369) Opening brace should be on the same line as the declaration
(#370) Variable "_dateFormat" must be all lower-case
(#370) Variable "_dateFormat" must not contain underscores.
(#379) Perl-style comments are not allowed; use "// Comment." instead
mod/scormcloud/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) No space found before comment text; expected "// needed as locallib.php is included by add/update_instance functions." but found "//needed as locallib.php is included by add/update_instance functions."
(#116) Expected 1 space before "=="; 0 found
(#116) Expected 1 space after "=="; 0 found
(#210) function name "scormcloud_getSatVal" must be lower-case letters only
(#224) function name "scormcloud_getComplVal" must be lower-case letters only
(#238) function name "scormcloud_getSatVal2" must be lower-case letters only
(#250) function name "scormcloud_getComplVal2" must be lower-case letters only
(#303) Expected 1 space before "=="; 0 found
(#303) Expected 1 space after "=="; 0 found
(#314) Expected 1 space before "==="; 2 found
(#319) Line exceeds 132 characters; contains 134 characters
(#329) Line exceeds 132 characters; contains 165 characters
(#338) Line exceeds 132 characters; contains 135 characters
(#341) Line exceeds 132 characters; contains 136 characters
(#345) Line exceeds 132 characters; contains 135 characters
(#358) Line exceeds 132 characters; contains 172 characters
(#368) Line exceeds 132 characters; contains 176 characters
(#379) Expected 1 space before "/"; 0 found
(#379) Expected 1 space after "/"; 0 found
(#391) Line exceeds 132 characters; contains 144 characters
(#414) Line exceeds 132 characters; contains 139 characters
(#415) Line exceeds 132 characters; contains 177 characters
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) This comment is 42% valid code; is this commented out code?
(#439) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#465) Line exceeds 132 characters; contains 160 characters
(#483) This comment is 45% valid code; is this commented out code?
(#487) This comment is 43% valid code; is this commented out code?
(#488) This comment is 45% valid code; is this commented out code?
mod/scormcloud/mod_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#39) Visibility must be declared on method "definition"
(#46) Line exceeds 132 characters; contains 141 characters
mod/scormcloud/packageprops.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/scormcloud/rollupregistration.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Line exceeds 132 characters; contains 137 characters
mod/scormcloud/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/scormcloud/ui/ReportageUI.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#26) Member variable "_reportingService" must be all lower-case
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Member variable "_reportingServiceAuth" must be all lower-case
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Member variable "_userSummarySettings" must be all lower-case
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Member variable "_userActivitiesSettings" must be all lower-case
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Member variable "_courseSummarySettings" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Member variable "_courseListSettings" must be all lower-case
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#33) Member variable "_learnerListSettings" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Variable "reportingService" must be all lower-case
(#35) Variable "reportingServiceAuth" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Opening brace should be on the same line as the declaration
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Variable "reportingService" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Variable "reportingServiceAuth" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Public method name "ReportageUI::getUserSummaryUrl" must be in lower-case letters only
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Opening brace should be on the same line as the declaration
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Public method name "ReportageUI::getUserActivitiesUrl" must be in lower-case letters only
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Opening brace should be on the same line as the declaration
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Line exceeds 132 characters; contains 137 characters
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) Public method name "ReportageUI::getCourseSummaryUrl" must be in lower-case letters only
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Opening brace should be on the same line as the declaration
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#97) Public method name "ReportageUI::getCourseListUrl" must be in lower-case letters only
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Opening brace should be on the same line as the declaration
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#102) Public method name "ReportageUI::getLearnerListUrl" must be in lower-case letters only
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) Opening brace should be on the same line as the declaration
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
mod/scormcloud/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/scormcloud/view.php
(#2) The opening <?php tag must be followed by exactly one newline.

Javascript coding style problems

(9334 errors, 66771 warnings)

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

mod/scormcloud/request.js
(#2) Missing JSDoc comment. (require-jsdoc)
(#8) 'ActiveXObject' is not defined. (no-undef)
(#11) 'ActiveXObject' is not defined. (no-undef)
(#14) 'ActiveXObject' is not defined. (no-undef)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#27) Expected space or tab after '//' in comment. (spaced-comment)
(#28) A space is required after ','. (comma-spacing)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Missing JSDoc comment. (require-jsdoc)
(#39) 'RollupRegistration' is defined but never used (no-unused-vars)
(#40) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) 'result' is not defined. (no-undef)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
mod/scormcloud/scripts/daterangepicker.jQuery.js
(#1) Missing JSDoc @returns for function. (valid-jsdoc)
(#1) Missing JSDoc for parameter 'settings'. (valid-jsdoc)
(#8) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#20) 'jQuery' is not defined. (no-undef)
(#20) Missing space before opening brace. (space-before-blocks)
(#21) 'jQuery' is not defined. (no-undef)
(#22) Trailing spaces not allowed. (no-trailing-spaces)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#24) 'jQuery' is not defined. (no-undef)
(#26) There should be no space before '}' (object-curly-spacing)
(#27) There should be no space before '}' (object-curly-spacing)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Multiple spaces found before '}'. (no-multi-spaces)
(#28) There should be no space before '}' (object-curly-spacing)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) There should be no space before '}' (object-curly-spacing)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Multiple spaces found before '}'. (no-multi-spaces)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Multiple spaces found before '}'. (no-multi-spaces)
(#31) There should be no space before '}' (object-curly-spacing)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Unexpected empty function. (no-empty-function)
(#60) Missing space before opening brace. (space-before-blocks)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Unexpected empty function. (no-empty-function)
(#62) Unexpected empty function. (no-empty-function)
(#62) Missing space before opening brace. (space-before-blocks)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Missing space before opening brace. (space-before-blocks)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Missing space before opening brace. (space-before-blocks)
(#81) Expected space(s) after "else". (keyword-spacing)
(#81) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) Missing space before opening brace. (space-before-blocks)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) Missing space before opening brace. (space-before-blocks)
(#89) Trailing spaces not allowed. (no-trailing-spaces)
(#90) Trailing spaces not allowed. (no-trailing-spaces)
(#94) Trailing spaces not allowed. (no-trailing-spaces)
(#95) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Trailing spaces not allowed. (no-trailing-spaces)
(#98) Trailing spaces not allowed. (no-trailing-spaces)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#100) 'jQuery' is not defined. (no-undef)
(#101) Trailing spaces not allowed. (no-trailing-spaces)
(#102) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#108) Expected space(s) after "if". (keyword-spacing)
(#108) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Requires a space before '}'. (block-spacing)
(#108) Trailing spaces not allowed. (no-trailing-spaces)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Trailing spaces not allowed. (no-trailing-spaces)
(#111) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Requires a space after '{'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Requires a space before '}'. (block-spacing)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#116) Requires a space after '{'. (block-spacing)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Requires a space before '}'. (block-spacing)
(#117) Expected space(s) after "if". (keyword-spacing)
(#117) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#117) Requires a space after '{'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Requires a space before '}'. (block-spacing)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#120) Trailing spaces not allowed. (no-trailing-spaces)
(#121) 'jQuery' is not defined. (no-undef)
(#122) 'rpPresets' is defined but never used (no-unused-vars)
(#122) Missing space before opening brace. (space-before-blocks)
(#123) 'jQuery' is not defined. (no-undef)
(#124) 'jQuery' is not defined. (no-undef)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#125) Line 125 exceeds the maximum line length of 132. (max-len)
(#125) 'jQuery' is not defined. (no-undef)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#131) 'jQuery' is not defined. (no-undef)
(#132) Line 132 exceeds the maximum line length of 132. (max-len)
(#132) 'jQuery' is not defined. (no-undef)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#136) Trailing spaces not allowed. (no-trailing-spaces)
(#138) Missing space before opening brace. (space-before-blocks)
(#139) 'jQuery' is not defined. (no-undef)
(#141) Missing space before opening brace. (space-before-blocks)
(#142) 'jQuery' is not defined. (no-undef)
(#144) Missing space before opening brace. (space-before-blocks)
(#146) 'jQuery' is not defined. (no-undef)
(#151) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Missing JSDoc comment. (require-jsdoc)
(#153) Missing space before opening brace. (space-before-blocks)
(#154) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#155) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#155) 'day' is defined but never used (no-unused-vars)
(#156) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#157) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#157) 'year' is defined but never used (no-unused-vars)
(#158) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#159) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#160) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#160) 'jQuery' is not defined. (no-undef)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) Trailing spaces not allowed. (no-trailing-spaces)
(#162) Trailing spaces not allowed. (no-trailing-spaces)
(#163) Trailing spaces not allowed. (no-trailing-spaces)
(#164) 'jQuery' is not defined. (no-undef)
(#164) Missing space before opening brace. (space-before-blocks)
(#165) Expected space(s) after "if". (keyword-spacing)
(#165) 'jQuery' is not defined. (no-undef)
(#165) Missing space before opening brace. (space-before-blocks)
(#166) 'jQuery' is not defined. (no-undef)
(#166) 'jQuery' is not defined. (no-undef)
(#166) Trailing spaces not allowed. (no-trailing-spaces)
(#169) Missing semicolon. (semi)
(#170) 'jQuery' is not defined. (no-undef)
(#170) Missing space before opening brace. (space-before-blocks)
(#171) Expected space(s) after "if". (keyword-spacing)
(#171) 'jQuery' is not defined. (no-undef)
(#171) Missing space before opening brace. (space-before-blocks)
(#172) 'jQuery' is not defined. (no-undef)
(#172) 'jQuery' is not defined. (no-undef)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#175) Missing semicolon. (semi)
(#176) Trailing spaces not allowed. (no-trailing-spaces)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#178) Missing JSDoc comment. (require-jsdoc)
(#178) Missing space before opening brace. (space-before-blocks)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Trailing spaces not allowed. (no-trailing-spaces)
(#182) Trailing spaces not allowed. (no-trailing-spaces)
(#185) Missing JSDoc comment. (require-jsdoc)
(#185) Missing space before opening brace. (space-before-blocks)
(#186) Expected space(s) after "if". (keyword-spacing)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#189) Trailing spaces not allowed. (no-trailing-spaces)
(#192) Missing JSDoc comment. (require-jsdoc)
(#192) Missing space before opening brace. (space-before-blocks)
(#193) Expected space(s) after "if". (keyword-spacing)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Trailing spaces not allowed. (no-trailing-spaces)
(#198) Expected space or tab after '//' in comment. (spaced-comment)
(#198) Trailing spaces not allowed. (no-trailing-spaces)
(#199) 'jQuery' is not defined. (no-undef)
(#199) Missing space before opening brace. (space-before-blocks)
(#200) Trailing spaces not allowed. (no-trailing-spaces)
(#201) Expected space(s) after "if". (keyword-spacing)
(#201) 'jQuery' is not defined. (no-undef)
(#201) Missing space before opening brace. (space-before-blocks)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#207) Requires a space after '{'. (block-spacing)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Requires a space before '}'. (block-spacing)
(#209) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#209) Expected space(s) after "if". (keyword-spacing)
(#209) 'jQuery' is not defined. (no-undef)
(#209) Missing space before opening brace. (space-before-blocks)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#215) Requires a space after '{'. (block-spacing)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#215) Requires a space before '}'. (block-spacing)
(#217) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#217) Expected space(s) after "if". (keyword-spacing)
(#217) 'jQuery' is not defined. (no-undef)
(#217) Missing space before opening brace. (space-before-blocks)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#223) Requires a space after '{'. (block-spacing)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Requires a space before '}'. (block-spacing)
(#225) Expected space(s) after "if". (keyword-spacing)
(#225) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#225) 'jQuery' is not defined. (no-undef)
(#225) Missing space before opening brace. (space-before-blocks)
(#232) Requires a space after '{'. (block-spacing)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#237) Missing space before opening brace. (space-before-blocks)
(#240) Line 240 exceeds the maximum line length of 132. (max-len)
(#240) 'jQuery' is not defined. (no-undef)
(#240) 'jQuery' is not defined. (no-undef)
(#240) 'jQuery' is not defined. (no-undef)
(#241) Line 241 exceeds the maximum line length of 132. (max-len)
(#241) 'jQuery' is not defined. (no-undef)
(#241) 'jQuery' is not defined. (no-undef)
(#241) 'jQuery' is not defined. (no-undef)
(#245) Trailing spaces not allowed. (no-trailing-spaces)
(#247) Missing semicolon. (semi)
(#247) Trailing spaces not allowed. (no-trailing-spaces)
(#248) Trailing spaces not allowed. (no-trailing-spaces)
(#250) Expected space or tab after '//' in comment. (spaced-comment)
(#251) Line 251 exceeds the maximum line length of 132. (max-len)
(#251) 'jQuery' is not defined. (no-undef)
(#255) 'jQuery' is not defined. (no-undef)
(#255) Infix operators must be spaced. (space-infix-ops)
(#255) Infix operators must be spaced. (space-infix-ops)
(#256) Missing space before opening brace. (space-before-blocks)
(#261) Missing space before opening brace. (space-before-blocks)
(#262) 'jQuery' is not defined. (no-undef)
(#264) Missing space before opening brace. (space-before-blocks)
(#265) 'jQuery' is not defined. (no-undef)
(#269) Trailing spaces not allowed. (no-trailing-spaces)
(#270) Trailing spaces not allowed. (no-trailing-spaces)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#272) Trailing spaces not allowed. (no-trailing-spaces)
(#272) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#273) Expected space or tab after '//' in comment. (spaced-comment)
(#274) 'jQuery' is not defined. (no-undef)
(#274) Missing space before opening brace. (space-before-blocks)
(#278) Expected space or tab after '//' in comment. (spaced-comment)
(#280) Trailing spaces not allowed. (no-trailing-spaces)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#282) 'jQuery' is not defined. (no-undef)
(#283) Trailing spaces not allowed. (no-trailing-spaces)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#289) Expected space(s) after "if". (keyword-spacing)
(#289) Missing space before opening brace. (space-before-blocks)
(#293) Expected space or tab after '//' in comment. (spaced-comment)
(#294) Expected space(s) after "if". (keyword-spacing)
(#294) Infix operators must be spaced. (space-infix-ops)
(#294) Missing space before opening brace. (space-before-blocks)
(#295) Line 295 exceeds the maximum line length of 132. (max-len)
(#295) 'jQuery' is not defined. (no-undef)
(#295) Infix operators must be spaced. (space-infix-ops)
(#295) Infix operators must be spaced. (space-infix-ops)
(#295) Infix operators must be spaced. (space-infix-ops)
(#295) Infix operators must be spaced. (space-infix-ops)
(#296) Line 296 exceeds the maximum line length of 132. (max-len)
(#296) 'jQuery' is not defined. (no-undef)
(#296) Infix operators must be spaced. (space-infix-ops)
(#296) Infix operators must be spaced. (space-infix-ops)
(#296) Infix operators must be spaced. (space-infix-ops)
(#296) Infix operators must be spaced. (space-infix-ops)
(#297) 'jQuery' is not defined. (no-undef)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#302) Missing space before opening brace. (space-before-blocks)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) Expected space or tab after '//' in comment. (spaced-comment)
(#306) Expected space(s) after "if". (keyword-spacing)
(#306) 'jQuery' is not defined. (no-undef)
(#306) Missing space before opening brace. (space-before-blocks)
(#306) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#306) Statement inside of curly braces should be on next line. (brace-style)
(#307) Trailing spaces not allowed. (no-trailing-spaces)
(#308) Expected to return a value at the end of this function. (consistent-return)
(#308) Missing space before opening brace. (space-before-blocks)
(#309) 'jQuery' is not defined. (no-undef)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) Expected space(s) after "if". (keyword-spacing)
(#310) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Requires a space before '}'. (block-spacing)
(#311) Line 311 exceeds the maximum line length of 132. (max-len)
(#311) 'jQuery' is not defined. (no-undef)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#313) Trailing spaces not allowed. (no-trailing-spaces)
(#317) Missing space before opening brace. (space-before-blocks)
(#318) 'jQuery' is not defined. (no-undef)
(#320) Missing space before opening brace. (space-before-blocks)
(#321) 'jQuery' is not defined. (no-undef)
(#325) Trailing spaces not allowed. (no-trailing-spaces)
(#326) Trailing spaces not allowed. (no-trailing-spaces)
(#327) 'jQuery' is not defined. (no-undef)
(#327) Missing space before opening brace. (space-before-blocks)
(#331) Trailing spaces not allowed. (no-trailing-spaces)
(#333) Requires a space after '{'. (block-spacing)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Requires a space before '}'. (block-spacing)
(#335) Missing semicolon. (semi)
(#340) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#342) Trailing spaces not allowed. (no-trailing-spaces)
(#345) Trailing spaces not allowed. (no-trailing-spaces)
(#348) Line 348 exceeds the maximum line length of 132. (max-len)
(#348) Infix operators must be spaced. (space-infix-ops)
(#348) Missing space before value for key 'name'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'englishName'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'nativeName'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'dayNames'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'abbreviatedDayNames'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'shortestDayNames'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'firstLetterDayNames'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'monthNames'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'abbreviatedMonthNames'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'amDesignator'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'pmDesignator'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'firstDayOfWeek'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'twoDigitYearMax'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'dateElementOrder'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'formatPatterns'. (key-spacing)
(#348) Missing space before value for key 'shortDate'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'longDate'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'shortTime'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'longTime'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'fullDateTime'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'sortableDateTime'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'universalSortableDateTime'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'rfc1123'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'monthDay'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'yearMonth'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'regexPatterns'. (key-spacing)
(#348) Missing space before value for key 'jan'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'feb'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'mar'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'apr'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'may'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'jun'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'jul'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'aug'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'sep'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'oct'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'nov'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'dec'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'sun'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'mon'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'tue'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'wed'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'thu'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'fri'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'sat'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'future'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'past'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'add'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'subtract'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'yesterday'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'today'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'tomorrow'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'now'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'millisecond'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'second'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'minute'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'hour'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'week'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'month'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'day'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'year'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'shortMeridian'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'longMeridian'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'timezone'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'ordinalSuffix'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'timeContext'. (key-spacing)
(#348) Unnecessary escape character: \: (no-useless-escape)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'abbreviatedTimeZoneStandard'. (key-spacing)
(#348) Missing space before value for key 'GMT'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'EST'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'CST'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'MST'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'PST'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'abbreviatedTimeZoneDST'. (key-spacing)
(#348) Missing space before value for key 'GMT'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'EDT'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'CDT'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'MDT'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'PDT'. (key-spacing)
(#349) Line 349 exceeds the maximum line length of 132. (max-len)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Requires a space after '{'. (block-spacing)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#349) Expected space(s) after "for". (keyword-spacing)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Requires a space after '{'. (block-spacing)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Expected space(s) after "if". (keyword-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Infix operators must be spaced. (space-infix-ops)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Requires a space before '}'. (block-spacing)
(#349) Requires a space before '}'. (block-spacing)
(#350) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#350) Expected space(s) after "return". (keyword-spacing)
(#350) Line 350 exceeds the maximum line length of 132. (max-len)
(#350) Requires a space before '}'. (block-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Requires a space after '{'. (block-spacing)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) 'o' is defined but never used (no-unused-vars)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Expected space(s) after "for". (keyword-spacing)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Requires a space after '{'. (block-spacing)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#350) Expected space(s) after "if". (keyword-spacing)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Requires a space after '{'. (block-spacing)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) Requires a space before '}'. (block-spacing)
(#350) Requires a space before '}'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Expected space(s) after "return". (keyword-spacing)
(#351) Line 351 exceeds the maximum line length of 132. (max-len)
(#351) Requires a space before '}'. (block-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Requires a space after '{'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Expected space(s) after "return". (keyword-spacing)
(#351) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Requires a space before '}'. (block-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Expected space(s) after "return". (keyword-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Requires a space before '}'. (block-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Requires a space after '{'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Expected space(s) after "return". (keyword-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Requires a space before '}'. (block-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected space(s) after "for". (keyword-spacing)
(#351) Requires a space after '{'. (block-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Expected space(s) after "if". (keyword-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Requires a space after '{'. (block-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Requires a space before '}'. (block-spacing)
(#351) Requires a space before '}'. (block-spacing)
(#352) Line 352 exceeds the maximum line length of 132. (max-len)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Requires a space before '}'. (block-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Date prototype is read only, properties should not be added. (no-extend-native)
(#352) Infix operators must be spaced. (space-infix-ops)
(#352) Requires a space after '{'. (block-spacing)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Requires a space before '}'. (block-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Date prototype is read only, properties should not be added. (no-extend-native)
(#352) Infix operators must be spaced. (space-infix-ops)
(#352) Requires a space after '{'. (block-spacing)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Expected space(s) after "if". (keyword-spacing)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Line 353 exceeds the maximum line length of 132. (max-len)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Expected space(s) after "return". (keyword-spacing)
(#353) Do not nest ternary expressions (no-nested-ternary)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Expected space(s) before "else". (keyword-spacing)
(#353) Expected space(s) after "else". (keyword-spacing)
(#353) Requires a space after '{'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Requires a space before '}'. (block-spacing)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Expected space(s) after "return". (keyword-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space after '{'. (block-spacing)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Requires a space after '{'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Date prototype is read only, properties should not be added. (no-extend-native)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Function 'anonymous' has a complexity of 23. (complexity)
(#353) Requires a space after '{'. (block-spacing)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Requires a space after '{'. (block-spacing)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Requires a space before '}'. (block-spacing)
(#354) Infix operators must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Expected space(s) after "if". (keyword-spacing)
(#354) Infix operators must be spaced. (space-infix-ops)
(#354) Requires a space after '{'. (block-spacing)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Infix operators must be spaced. (space-infix-ops)
(#354) Requires a space before '}'. (block-spacing)
(#355) Expected space(s) after "if". (keyword-spacing)
(#355) Infix operators must be spaced. (space-infix-ops)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Infix operators must be spaced. (space-infix-ops)
(#355) Requires a space before '}'. (block-spacing)
(#356) Expected space(s) after "if". (keyword-spacing)
(#356) Infix operators must be spaced. (space-infix-ops)
(#356) Requires a space after '{'. (block-spacing)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Infix operators must be spaced. (space-infix-ops)
(#356) Requires a space before '}'. (block-spacing)
(#357) Expected space(s) after "if". (keyword-spacing)
(#357) Infix operators must be spaced. (space-infix-ops)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Requires a space after '{'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Infix operators must be spaced. (space-infix-ops)
(#357) Requires a space before '}'. (block-spacing)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Requires a space after '{'. (block-spacing)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Requires a space before '}'. (block-spacing)
(#359) Expected space(s) after "if". (keyword-spacing)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Requires a space after '{'. (block-spacing)
(#359) Missing space before opening brace. (space-before-blocks)
(#359) Statement inside of curly braces should be on next line. (brace-style)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Requires a space before '}'. (block-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Infix operators must be spaced. (space-infix-ops)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#360) Infix operators must be spaced. (space-infix-ops)
(#360) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Line 361 exceeds the maximum line length of 132. (max-len)
(#361) Requires a space before '}'. (block-spacing)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Requires a space after '{'. (block-spacing)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#361) Expected space(s) after "if". (keyword-spacing)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Requires a space after '{'. (block-spacing)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Requires a space before '}'. (block-spacing)
(#361) Expected space(s) before "else". (keyword-spacing)
(#361) Expected space(s) after "if". (keyword-spacing)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Requires a space after '{'. (block-spacing)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Line 362 exceeds the maximum line length of 132. (max-len)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Requires a space after '{'. (block-spacing)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Requires a space after '{'. (block-spacing)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space after '{'. (block-spacing)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Requires a space after '{'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Requires a space after '{'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Date prototype is read only, properties should not be added. (no-extend-native)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected space(s) after "if". (keyword-spacing)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Requires a space after '{'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Requires a space before '}'. (block-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Infix operators must be spaced. (space-infix-ops)
(#363) Infix operators must be spaced. (space-infix-ops)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Infix operators must be spaced. (space-infix-ops)
(#363) Requires a space before '}'. (block-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Infix operators must be spaced. (space-infix-ops)
(#364) Infix operators must be spaced. (space-infix-ops)
(#364) Requires a space after '{'. (block-spacing)
(#364) Missing space before opening brace. (space-before-blocks)
(#364) Statement inside of curly braces should be on next line. (brace-style)
(#364) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#364) Infix operators must be spaced. (space-infix-ops)
(#364) Requires a space before '}'. (block-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Infix operators must be spaced. (space-infix-ops)
(#365) Infix operators must be spaced. (space-infix-ops)
(#365) Requires a space after '{'. (block-spacing)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Infix operators must be spaced. (space-infix-ops)
(#365) Requires a space before '}'. (block-spacing)
(#366) Expected space(s) after "if". (keyword-spacing)
(#366) Infix operators must be spaced. (space-infix-ops)
(#366) Infix operators must be spaced. (space-infix-ops)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Infix operators must be spaced. (space-infix-ops)
(#366) Requires a space before '}'. (block-spacing)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Requires a space after '{'. (block-spacing)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Requires a space before '}'. (block-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Infix operators must be spaced. (space-infix-ops)
(#368) Infix operators must be spaced. (space-infix-ops)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) Requires a space after '{'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Infix operators must be spaced. (space-infix-ops)
(#368) Requires a space before '}'. (block-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Requires a space before '}'. (block-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Infix operators must be spaced. (space-infix-ops)
(#370) Infix operators must be spaced. (space-infix-ops)
(#370) Requires a space after '{'. (block-spacing)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Infix operators must be spaced. (space-infix-ops)
(#370) Requires a space before '}'. (block-spacing)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) Infix operators must be spaced. (space-infix-ops)
(#371) Infix operators must be spaced. (space-infix-ops)
(#371) Requires a space after '{'. (block-spacing)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Infix operators must be spaced. (space-infix-ops)
(#371) Requires a space before '}'. (block-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Infix operators must be spaced. (space-infix-ops)
(#372) Infix operators must be spaced. (space-infix-ops)
(#372) Requires a space after '{'. (block-spacing)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Infix operators must be spaced. (space-infix-ops)
(#372) Requires a space before '}'. (block-spacing)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Infix operators must be spaced. (space-infix-ops)
(#373) Infix operators must be spaced. (space-infix-ops)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Requires a space after '{'. (block-spacing)
(#373) Statement inside of curly braces should be on next line. (brace-style)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Infix operators must be spaced. (space-infix-ops)
(#373) Requires a space before '}'. (block-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) Missing space before opening brace. (space-before-blocks)
(#374) Requires a space after '{'. (block-spacing)
(#374) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) Requires a space before '}'. (block-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#375) Infix operators must be spaced. (space-infix-ops)
(#375) Infix operators must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before opening brace. (space-before-blocks)
(#375) Requires a space after '{'. (block-spacing)
(#375) Statement inside of curly braces should be on next line. (brace-style)
(#375) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#375) Infix operators must be spaced. (space-infix-ops)
(#375) Requires a space before '}'. (block-spacing)
(#376) Expected space(s) after "if". (keyword-spacing)
(#376) Requires a space after '{'. (block-spacing)
(#376) Missing space before opening brace. (space-before-blocks)
(#376) Statement inside of curly braces should be on next line. (brace-style)
(#376) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#376) Requires a space before '}'. (block-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Line 378 exceeds the maximum line length of 132. (max-len)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Expected space(s) after "return". (keyword-spacing)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Expected space(s) after "return". (keyword-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Requires a space after '{'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before value for key 'day'. (key-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing space before value for key 'day'. (key-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Return statement should not contain assignment. (no-return-assign)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Return statement should not contain assignment. (no-return-assign)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Date prototype is read only, properties should not be added. (no-extend-native)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space after '{'. (block-spacing)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Requires a space after '{'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Requires a space before '}'. (block-spacing)
(#379) Line 379 exceeds the maximum line length of 132. (max-len)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#379) Expected space(s) after "if". (keyword-spacing)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Requires a space after '{'. (block-spacing)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Expected space(s) after "if". (keyword-spacing)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Requires a space before '}'. (block-spacing)
(#379) Expected space(s) after "else". (keyword-spacing)
(#379) Expected space(s) before "else". (keyword-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Requires a space before '}'. (block-spacing)
(#379) Requires a space before '}'. (block-spacing)
(#380) Line 380 exceeds the maximum line length of 132. (max-len)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) A space is required after ','. (comma-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Requires a space after '{'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space before '}'. (block-spacing)
(#380) Expected space(s) before "else". (keyword-spacing)
(#380) Expected space(s) after "else". (keyword-spacing)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Expected space(s) after "return". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space before '}'. (block-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Date prototype is read only, properties should not be added. (no-extend-native)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Requires a space after '{'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Expected space(s) after "return". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Requires a space before '}'. (block-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Expected to return a value at the end of this function. (consistent-return)
(#380) Function 'anonymous' has a complexity of 28. (complexity)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Expected space(s) after "switch". (keyword-spacing)
(#380) Requires a space after '{'. (block-spacing)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Expected space(s) after "case". (keyword-spacing)
(#380) Expected space(s) after "return". (keyword-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#381) Line 381 exceeds the maximum line length of 132. (max-len)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Date prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Number prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Number prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Number prototype is read only, properties should not be added. (no-extend-native)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Requires a space before '}'. (block-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Expected space(s) after "if". (keyword-spacing)
(#381) Requires a space after '{'. (block-spacing)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Infix operators must be spaced. (space-infix-ops)
(#381) Requires a space before '}'. (block-spacing)
(#382) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#382) A space is required after ','. (comma-spacing)
(#382) Requires a space before '}'. (block-spacing)
(#382) Requires a space before '}'. (block-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Expected space(s) after "for". (keyword-spacing)
(#382) Infix operators must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Infix operators must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Requires a space after '{'. (block-spacing)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#382) Infix operators must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Infix operators must be spaced. (space-infix-ops)
(#382) Requires a space before '}'. (block-spacing)
(#383) Infix operators must be spaced. (space-infix-ops)
(#383) Requires a space after '{'. (block-spacing)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Requires a space after '{'. (block-spacing)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Expected space(s) after "if". (keyword-spacing)
(#383) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Requires a space after '{'. (block-spacing)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Infix operators must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Infix operators must be spaced. (space-infix-ops)
(#383) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) A space is required after ','. (comma-spacing)
(#384) Requires a space before '}'. (block-spacing)
(#384) Requires a space before '}'. (block-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected space(s) after "for". (keyword-spacing)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Requires a space after '{'. (block-spacing)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Requires a space before '}'. (block-spacing)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Requires a space after '{'. (block-spacing)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Requires a space after '{'. (block-spacing)
(#385) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Expected space(s) after "if". (keyword-spacing)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Requires a space after '{'. (block-spacing)
(#385) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Line 386 exceeds the maximum line length of 132. (max-len)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Requires a space after '{'. (block-spacing)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Requires a space before '}'. (block-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Expected space(s) after "for". (keyword-spacing)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Date prototype is read only, properties should not be added. (no-extend-native)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Requires a space after '{'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Date prototype is read only, properties should not be added. (no-extend-native)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Requires a space after '{'. (block-spacing)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Date prototype is read only, properties should not be added. (no-extend-native)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Date prototype is read only, properties should not be added. (no-extend-native)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Requires a space after '{'. (block-spacing)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Date prototype is read only, properties should not be added. (no-extend-native)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Requires a space after '{'. (block-spacing)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Requires a space before '}'. (block-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Date prototype is read only, properties should not be added. (no-extend-native)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Requires a space after '{'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Expected space(s) after "switch". (keyword-spacing)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Requires a space after '{'. (block-spacing)
(#386) Expected space(s) after "return". (keyword-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected space(s) after "return". (keyword-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected space(s) after "return". (keyword-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected space(s) after "return". (keyword-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#387) Line 387 exceeds the maximum line length of 132. (max-len)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing space before value for key 'Exception'. (key-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Requires a space before '}'. (block-spacing)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing space before value for key 'rtoken'. (key-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Expected space(s) after "if". (keyword-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "return". (keyword-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) A space is required after ','. (comma-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) Expected space(s) after "else". (keyword-spacing)
(#387) Expected space(s) before "else". (keyword-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Requires a space before '}'. (block-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'token'. (key-spacing)
(#387) 's' is defined but never used (no-unused-vars)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Unnecessary escape character: \s (no-useless-escape)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Unnecessary escape character: \s (no-useless-escape)
(#387) Requires a space before '}'. (block-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'stoken'. (key-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Requires a space before '}'. (block-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'until'. (key-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Requires a space after '{'. (block-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected space(s) after "while". (keyword-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "try". (keyword-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) Expected space(s) before "catch". (keyword-spacing)
(#387) Expected space(s) after "catch". (keyword-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Expected space(s) after "return". (keyword-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Requires a space before '}'. (block-spacing)
(#389) Requires a space before '}'. (block-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing space before value for key 'many'. (key-spacing)
(#389) Requires a space after '{'. (block-spacing)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected space(s) after "while". (keyword-spacing)
(#389) Requires a space after '{'. (block-spacing)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Expected space(s) after "try". (keyword-spacing)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Requires a space before '}'. (block-spacing)
(#389) Expected space(s) before "catch". (keyword-spacing)
(#389) Expected space(s) after "catch". (keyword-spacing)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Requires a space after '{'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Expected space(s) after "return". (keyword-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) A space is required after ','. (comma-spacing)
(#389) Requires a space before '}'. (block-spacing)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Infix operators must be spaced. (space-infix-ops)
(#390) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Expected space(s) after "return". (keyword-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing space before value for key 'optional'. (key-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Requires a space after '{'. (block-spacing)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected space(s) after "try". (keyword-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#391) Expected space(s) after "catch". (keyword-spacing)
(#391) Expected space(s) before "catch". (keyword-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Expected space(s) after "return". (keyword-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Expected space(s) after "return". (keyword-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Requires a space before '}'. (block-spacing)
(#392) Requires a space before '}'. (block-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing space before value for key 'not'. (key-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Expected space(s) after "try". (keyword-spacing)
(#392) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#392) Requires a space after '{'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) A space is required after ','. (comma-spacing)
(#392) Requires a space before '}'. (block-spacing)
(#392) Expected space(s) after "catch". (keyword-spacing)
(#392) Expected space(s) before "catch". (keyword-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Expected space(s) after "return". (keyword-spacing)
(#392) A space is required after ','. (comma-spacing)
(#392) Requires a space before '}'. (block-spacing)
(#393) Line 393 exceeds the maximum line length of 132. (max-len)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) Requires a space before '}'. (block-spacing)
(#393) Requires a space before '}'. (block-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing space before value for key 'ignore'. (key-spacing)
(#393) Requires a space after '{'. (block-spacing)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Requires a space after '{'. (block-spacing)
(#393) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Expected space(s) after "return". (keyword-spacing)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) A space is required after ','. (comma-spacing)
(#393) Requires a space before '}'. (block-spacing)
(#393) Requires a space before '}'. (block-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing space before value for key 'product'. (key-spacing)
(#393) Requires a space after '{'. (block-spacing)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Expected space(s) after "for". (keyword-spacing)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Infix operators must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Requires a space after '{'. (block-spacing)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) A space is required after ','. (comma-spacing)
(#393) Requires a space before '}'. (block-spacing)
(#394) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#394) Line 394 exceeds the maximum line length of 132. (max-len)
(#394) Requires a space before '}'. (block-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing space before value for key 'cache'. (key-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#394) Requires a space after '{'. (block-spacing)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Expected space(s) after "try". (keyword-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Requires a space before '}'. (block-spacing)
(#394) Expected space(s) before "catch". (keyword-spacing)
(#394) Expected space(s) after "catch". (keyword-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Line 395 exceeds the maximum line length of 132. (max-len)
(#395) Expected space(s) after "if". (keyword-spacing)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Requires a space after '{'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Requires a space before '}'. (block-spacing)
(#395) Expected space(s) before "else". (keyword-spacing)
(#395) Expected space(s) after "else". (keyword-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#395) Requires a space before '}'. (block-spacing)
(#395) Requires a space before '}'. (block-spacing)
(#395) Requires a space before '}'. (block-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key 'any'. (key-spacing)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected space(s) after "for". (keyword-spacing)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Requires a space after '{'. (block-spacing)
(#395) Expected space(s) after "if". (keyword-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Requires a space after '{'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Requires a space before '}'. (block-spacing)
(#396) Expected space(s) after "try". (keyword-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Infix operators must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Requires a space before '}'. (block-spacing)
(#396) Expected space(s) before "catch". (keyword-spacing)
(#396) Expected space(s) after "catch". (keyword-spacing)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Requires a space after '{'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Infix operators must be spaced. (space-infix-ops)
(#396) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Expected space(s) after "if". (keyword-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Requires a space before '}'. (block-spacing)
(#397) Requires a space before '}'. (block-spacing)
(#398) Line 398 exceeds the maximum line length of 132. (max-len)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Requires a space before '}'. (block-spacing)
(#398) Requires a space before '}'. (block-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing space before value for key 'each'. (key-spacing)
(#398) Requires a space after '{'. (block-spacing)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#398) Requires a space after '{'. (block-spacing)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Expected space(s) after "for". (keyword-spacing)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Requires a space after '{'. (block-spacing)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Expected space(s) after "if". (keyword-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Requires a space before '}'. (block-spacing)
(#399) Expected space(s) after "try". (keyword-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Infix operators must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Requires a space before '}'. (block-spacing)
(#399) Expected space(s) before "catch". (keyword-spacing)
(#399) Expected space(s) after "catch". (keyword-spacing)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) Requires a space after '{'. (block-spacing)
(#399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#399) Requires a space before '}'. (block-spacing)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#400) Infix operators must be spaced. (space-infix-ops)
(#400) Requires a space before '}'. (block-spacing)
(#401) Line 401 exceeds the maximum line length of 132. (max-len)
(#401) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#401) Expected space(s) after "return". (keyword-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Requires a space before '}'. (block-spacing)
(#401) Requires a space before '}'. (block-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before value for key 'all'. (key-spacing)
(#401) Requires a space after '{'. (block-spacing)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#401) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#401) Requires a space before '}'. (block-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before value for key 'sequence'. (key-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Requires a space after '{'. (block-spacing)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected space(s) after "if". (keyword-spacing)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Requires a space after '{'. (block-spacing)
(#401) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Requires a space before '}'. (block-spacing)
(#402) Requires a space after '{'. (block-spacing)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Expected space(s) after "for". (keyword-spacing)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Requires a space after '{'. (block-spacing)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Expected space(s) after "try". (keyword-spacing)
(#402) Requires a space after '{'. (block-spacing)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Requires a space before '}'. (block-spacing)
(#402) Expected space(s) after "catch". (keyword-spacing)
(#402) Expected space(s) before "catch". (keyword-spacing)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) Requires a space after '{'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Requires a space before '}'. (block-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected space(s) after "try". (keyword-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#403) Infix operators must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space before '}'. (block-spacing)
(#403) Expected space(s) after "catch". (keyword-spacing)
(#403) Expected space(s) before "catch". (keyword-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Infix operators must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Requires a space before '}'. (block-spacing)
(#404) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#404) Infix operators must be spaced. (space-infix-ops)
(#404) Requires a space before '}'. (block-spacing)
(#405) Expected space(s) after "if". (keyword-spacing)
(#405) Requires a space after '{'. (block-spacing)
(#405) Missing space before opening brace. (space-before-blocks)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Requires a space before '}'. (block-spacing)
(#406) Expected space(s) after "if". (keyword-spacing)
(#406) Requires a space after '{'. (block-spacing)
(#406) Missing space before opening brace. (space-before-blocks)
(#406) Statement inside of curly braces should be on next line. (brace-style)
(#406) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#406) Requires a space before '}'. (block-spacing)
(#407) Expected space(s) after "if". (keyword-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Expected space(s) after "try". (keyword-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#407) Infix operators must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space before '}'. (block-spacing)
(#407) Expected space(s) after "catch". (keyword-spacing)
(#407) Expected space(s) before "catch". (keyword-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Requires a space before '}'. (block-spacing)
(#407) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Line 408 exceeds the maximum line length of 132. (max-len)
(#408) Expected space(s) after "return". (keyword-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'between'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Expected space(s) after "return". (keyword-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) 'r' is not defined. (no-undef)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'list'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Expected space(s) after "return". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) 'px' is not defined. (no-undef)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'set'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) after "for". (keyword-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) after "try". (keyword-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) Expected space(s) after "catch". (keyword-spacing)
(#408) Expected space(s) before "catch". (keyword-spacing)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Requires a space after '{'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Requires a space before '}'. (block-spacing)
(#409) Infix operators must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected space(s) after "if". (keyword-spacing)
(#409) Infix operators must be spaced. (space-infix-ops)
(#409) Infix operators must be spaced. (space-infix-ops)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Requires a space after '{'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Expected space(s) after "try". (keyword-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#409) Requires a space after '{'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Infix operators must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Requires a space before '}'. (block-spacing)
(#409) Expected space(s) before "catch". (keyword-spacing)
(#409) Expected space(s) after "catch". (keyword-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Infix operators must be spaced. (space-infix-ops)
(#409) Requires a space before '}'. (block-spacing)
(#409) Requires a space before '}'. (block-spacing)
(#409) Expected space(s) before "else". (keyword-spacing)
(#409) Expected space(s) after "else". (keyword-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Infix operators must be spaced. (space-infix-ops)
(#409) Requires a space before '}'. (block-spacing)
(#410) Expected space(s) after "if". (keyword-spacing)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Requires a space after '{'. (block-spacing)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Requires a space before '}'. (block-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected space(s) after "for". (keyword-spacing)
(#411) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Requires a space after '{'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Requires a space before '}'. (block-spacing)
(#411) Requires a space before '}'. (block-spacing)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Expected space(s) after "if". (keyword-spacing)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Requires a space after '{'. (block-spacing)
(#412) Missing space before opening brace. (space-before-blocks)
(#412) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#412) Statement inside of curly braces should be on next line. (brace-style)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Requires a space before '}'. (block-spacing)
(#412) Requires a space before '}'. (block-spacing)
(#413) Expected space(s) after "if". (keyword-spacing)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Requires a space after '{'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Requires a space before '}'. (block-spacing)
(#414) Expected space(s) after "if". (keyword-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Infix operators must be spaced. (space-infix-ops)
(#414) Requires a space after '{'. (block-spacing)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Requires a space before '}'. (block-spacing)
(#414) Requires a space before '}'. (block-spacing)
(#415) Expected space(s) after "if". (keyword-spacing)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Requires a space after '{'. (block-spacing)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Requires a space before '}'. (block-spacing)
(#416) Expected space(s) after "if". (keyword-spacing)
(#416) Requires a space after '{'. (block-spacing)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Expected space(s) after "try". (keyword-spacing)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Infix operators must be spaced. (space-infix-ops)
(#416) A space is required after ','. (comma-spacing)
(#416) Requires a space before '}'. (block-spacing)
(#416) Expected space(s) after "catch". (keyword-spacing)
(#416) Expected space(s) before "catch". (keyword-spacing)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Requires a space after '{'. (block-spacing)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Infix operators must be spaced. (space-infix-ops)
(#417) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Line 418 exceeds the maximum line length of 132. (max-len)
(#418) Requires a space before '}'. (block-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before value for key 'forward'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before value for key 'replace'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "return". (keyword-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before value for key 'process'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Requires a space after '{'. (block-spacing)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "return". (keyword-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before value for key 'min'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "if". (keyword-spacing)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Requires a space after '{'. (block-spacing)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Line 419 exceeds the maximum line length of 132. (max-len)
(#419) Requires a space before '}'. (block-spacing)
(#419) Requires a space before '}'. (block-spacing)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Infix operators must be spaced. (space-infix-ops)
(#419) Requires a space after '{'. (block-spacing)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#419) Expected to return a value at the end of this function. (consistent-return)
(#419) Requires a space after '{'. (block-spacing)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Infix operators must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#419) Infix operators must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Expected space(s) after "if". (keyword-spacing)
(#419) Infix operators must be spaced. (space-infix-ops)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Infix operators must be spaced. (space-infix-ops)
(#419) Requires a space before '}'. (block-spacing)
(#419) Expected space(s) before "else". (keyword-spacing)
(#419) Expected space(s) after "if". (keyword-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Infix operators must be spaced. (space-infix-ops)
(#419) Requires a space before '}'. (block-spacing)
(#420) Line 420 exceeds the maximum line length of 132. (max-len)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Expected space(s) after "if". (keyword-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Expected space(s) after "for". (keyword-spacing)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Requires a space after '{'. (block-spacing)
(#420) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Requires a space before '}'. (block-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Expected space(s) before "else". (keyword-spacing)
(#420) Expected space(s) after "else". (keyword-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) A space is required after ','. (comma-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected space(s) after "for". (keyword-spacing)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Requires a space after '{'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Requires a space before '}'. (block-spacing)
(#421) Line 421 exceeds the maximum line length of 132. (max-len)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Requires a space after '{'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Requires a space after '{'. (block-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Expected space(s) after "if". (keyword-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Requires a space after '{'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) A space is required after ','. (comma-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Expected space(s) before "else". (keyword-spacing)
(#421) Expected space(s) after "else". (keyword-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) A space is required after ','. (comma-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected space(s) after "for". (keyword-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Requires a space before '}'. (block-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Requires a space after '{'. (block-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected space(s) after "for". (keyword-spacing)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Requires a space after '{'. (block-spacing)
(#421) Expected space(s) after "if". (keyword-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Requires a space after '{'. (block-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Requires a space before '}'. (block-spacing)
(#421) Expected space(s) after "else". (keyword-spacing)
(#421) Expected space(s) before "else". (keyword-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Expected space(s) after "if". (keyword-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Requires a space before '}'. (block-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Line 422 exceeds the maximum line length of 132. (max-len)
(#422) Requires a space before '}'. (block-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing space before value for key 'hour'. (key-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'minute'. (key-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'second'. (key-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'meridian'. (key-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'timezone'. (key-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected space(s) after "if". (keyword-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Expected space(s) after "else". (keyword-spacing)
(#422) Expected space(s) before "else". (keyword-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'day'. (key-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'month'. (key-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'year'. (key-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'rday'. (key-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Expected space(s) after "switch". (keyword-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Expected space(s) after "case". (keyword-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected space(s) after "case". (keyword-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected space(s) after "case". (keyword-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected space(s) after "case". (keyword-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key 'finishExact'. (key-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected space(s) after "for". (keyword-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Requires a space after '{'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Expected space(s) after "if". (keyword-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Requires a space after '{'. (block-spacing)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Requires a space before '}'. (block-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#423) Line 423 exceeds the maximum line length of 132. (max-len)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Expected space(s) after "if". (keyword-spacing)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Infix operators must be spaced. (space-infix-ops)
(#423) Requires a space before '}'. (block-spacing)
(#424) Line 424 exceeds the maximum line length of 132. (max-len)
(#424) Infix operators must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Expected space(s) after "if". (keyword-spacing)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Requires a space after '{'. (block-spacing)
(#424) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing space before value for key 'timezone'. (key-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Expected space(s) before "else". (keyword-spacing)
(#424) Expected space(s) after "if". (keyword-spacing)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing space before value for key 'timezoneOffset'. (key-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#425) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#425) Requires a space before '}'. (block-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing space before value for key 'finish'. (key-spacing)
(#425) Function 'finish' has a complexity of 24. (complexity)
(#425) Requires a space after '{'. (block-spacing)
(#425) Missing space before opening brace. (space-before-blocks)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected space(s) after "if". (keyword-spacing)
(#425) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Requires a space after '{'. (block-spacing)
(#425) Missing space before opening brace. (space-before-blocks)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#425) Requires a space before '}'. (block-spacing)
(#426) Expected space(s) after "for". (keyword-spacing)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Requires a space after '{'. (block-spacing)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Expected space(s) after "if". (keyword-spacing)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Requires a space after '{'. (block-spacing)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#426) Requires a space before '}'. (block-spacing)
(#426) Requires a space before '}'. (block-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Requires a space before '}'. (block-spacing)
(#428) Line 428 exceeds the maximum line length of 132. (max-len)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'method' is defined but never used (no-unused-vars)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Line 429 exceeds the maximum line length of 132. (max-len)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#430) Expected space(s) after "if". (keyword-spacing)
(#430) Missing space before opening brace. (space-before-blocks)
(#430) Requires a space after '{'. (block-spacing)
(#430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#430) Statement inside of curly braces should be on next line. (brace-style)
(#430) Infix operators must be spaced. (space-infix-ops)
(#430) Requires a space before '}'. (block-spacing)
(#431) Expected space(s) after "if". (keyword-spacing)
(#431) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Requires a space after '{'. (block-spacing)
(#431) Missing space before opening brace. (space-before-blocks)
(#431) Statement inside of curly braces should be on next line. (brace-style)
(#431) Expected space(s) after "if". (keyword-spacing)
(#431) Requires a space after '{'. (block-spacing)
(#431) Missing space before opening brace. (space-before-blocks)
(#431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#431) Statement inside of curly braces should be on next line. (brace-style)
(#431) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Requires a space before '}'. (block-spacing)
(#432) Expected space(s) after "if". (keyword-spacing)
(#432) Infix operators must be spaced. (space-infix-ops)
(#432) Requires a space after '{'. (block-spacing)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Infix operators must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#432) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#432) Infix operators must be spaced. (space-infix-ops)
(#432) Infix operators must be spaced. (space-infix-ops)
(#432) Requires a space before '}'. (block-spacing)
(#433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#433) Infix operators must be spaced. (space-infix-ops)
(#433) Infix operators must be spaced. (space-infix-ops)
(#433) Infix operators must be spaced. (space-infix-ops)
(#433) Requires a space before '}'. (block-spacing)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) Requires a space before '}'. (block-spacing)
(#434) Expected space(s) after "else". (keyword-spacing)
(#434) Expected space(s) before "else". (keyword-spacing)
(#434) Requires a space after '{'. (block-spacing)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) Expected space(s) after "if". (keyword-spacing)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Requires a space after '{'. (block-spacing)
(#434) Missing space before opening brace. (space-before-blocks)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#434) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Requires a space before '}'. (block-spacing)
(#435) Expected space(s) after "if". (keyword-spacing)
(#435) Infix operators must be spaced. (space-infix-ops)
(#435) Requires a space after '{'. (block-spacing)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Infix operators must be spaced. (space-infix-ops)
(#435) Infix operators must be spaced. (space-infix-ops)
(#435) Requires a space before '}'. (block-spacing)
(#436) Expected space(s) after "if". (keyword-spacing)
(#436) Infix operators must be spaced. (space-infix-ops)
(#436) Requires a space after '{'. (block-spacing)
(#436) Missing space before opening brace. (space-before-blocks)
(#436) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#436) Statement inside of curly braces should be on next line. (brace-style)
(#436) Infix operators must be spaced. (space-infix-ops)
(#436) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Line 437 exceeds the maximum line length of 132. (max-len)
(#437) Requires a space before '}'. (block-spacing)
(#437) Requires a space before '}'. (block-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Unnecessary escape character: \, (no-useless-escape)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Unnecessary escape character: \, (no-useless-escape)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Requires a space after '{'. (block-spacing)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected space(s) after "if". (keyword-spacing)
(#437) Requires a space after '{'. (block-spacing)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected space(s) after "for". (keyword-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Requires a space after '{'. (block-spacing)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) A space is required after ','. (comma-spacing)
(#437) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Infix operators must be spaced. (space-infix-ops)
(#438) Infix operators must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#439) Line 439 exceeds the maximum line length of 132. (max-len)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space before '}'. (block-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Requires a space after '{'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space before '}'. (block-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Requires a space after '{'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space before '}'. (block-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space before '}'. (block-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Requires a space after '{'. (block-spacing)
(#439) Expected space(s) after "return". (keyword-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Requires a space before '}'. (block-spacing)
(#439) Expected space(s) after "else". (keyword-spacing)
(#439) Expected space(s) before "else". (keyword-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Requires a space before '}'. (block-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Requires a space before '}'. (block-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Return statement should not contain assignment. (no-return-assign)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space before '}'. (block-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Expected space(s) after "for". (keyword-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Requires a space after '{'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Requires a space before '}'. (block-spacing)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Line 440 exceeds the maximum line length of 132. (max-len)
(#440) A space is required after ','. (comma-spacing)
(#440) Requires a space before '}'. (block-spacing)
(#440) Expected space(s) after "else". (keyword-spacing)
(#440) Expected space(s) before "else". (keyword-spacing)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Requires a space before '}'. (block-spacing)
(#440) Requires a space before '}'. (block-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#440) Infix operators must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Infix operators must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Infix operators must be spaced. (space-infix-ops)
(#440) Requires a space after '{'. (block-spacing)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Expected space(s) after "try". (keyword-spacing)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Infix operators must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Infix operators must be spaced. (space-infix-ops)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Requires a space before '}'. (block-spacing)
(#440) Requires a space before '}'. (block-spacing)
(#440) Expected space(s) before "catch". (keyword-spacing)
(#440) Expected space(s) after "catch". (keyword-spacing)
(#440) Empty block statement. (no-empty)
(#440) Missing space before opening brace. (space-before-blocks)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) A space is required after ','. (comma-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Requires a space after '{'. (block-spacing)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Expected space(s) after "if". (keyword-spacing)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Requires a space before '}'. (block-spacing)
(#442) Expected space(s) after "try". (keyword-spacing)
(#442) Requires a space after '{'. (block-spacing)
(#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)
(#442) Infix operators must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Requires a space before '}'. (block-spacing)
(#442) Expected space(s) before "catch". (keyword-spacing)
(#442) Expected space(s) after "catch". (keyword-spacing)
(#442) Requires a space after '{'. (block-spacing)
(#442) Missing space before opening brace. (space-before-blocks)
(#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)
(#442) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#442) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Line 443 exceeds the maximum line length of 132. (max-len)
(#443) Expected space(s) after "return". (keyword-spacing)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Requires a space before '}'. (block-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Requires a space after '{'. (block-spacing)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Requires a space after '{'. (block-spacing)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Expected space(s) after "try". (keyword-spacing)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Requires a space before '}'. (block-spacing)
(#443) Expected space(s) before "catch". (keyword-spacing)
(#443) Expected space(s) after "catch". (keyword-spacing)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Expected space(s) after "return". (keyword-spacing)
(#444) Infix operators must be spaced. (space-infix-ops)
(#444) Infix operators must be spaced. (space-infix-ops)
(#444) Requires a space before '}'. (block-spacing)
(#444) Requires a space before '}'. (block-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Infix operators must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Requires a space after '{'. (block-spacing)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Requires a space before '}'. (block-spacing)
(#452) Trailing spaces not allowed. (no-trailing-spaces)
(#455) Trailing spaces not allowed. (no-trailing-spaces)
(#456) Trailing spaces not allowed. (no-trailing-spaces)
(#461) Unexpected space before function parentheses. (space-before-function-paren)
(#463) Trailing spaces not allowed. (no-trailing-spaces)
(#464) Unexpected space before function parentheses. (space-before-function-paren)
(#464) Trailing spaces not allowed. (no-trailing-spaces)
(#465) Unexpected space before function parentheses. (space-before-function-paren)
(#465) Trailing spaces not allowed. (no-trailing-spaces)
(#466) Trailing spaces not allowed. (no-trailing-spaces)
(#467) Trailing spaces not allowed. (no-trailing-spaces)
(#469) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Unexpected space before function parentheses. (space-before-function-paren)
(#470) Trailing spaces not allowed. (no-trailing-spaces)
(#471) Unexpected space before function parentheses. (space-before-function-paren)
(#471) Trailing spaces not allowed. (no-trailing-spaces)
(#472) Trailing spaces not allowed. (no-trailing-spaces)
(#473) Trailing spaces not allowed. (no-trailing-spaces)
(#474) Trailing spaces not allowed. (no-trailing-spaces)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#477) Unexpected whitespace before semicolon. (semi-spacing)
(#478) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#484) Trailing spaces not allowed. (no-trailing-spaces)
(#485) Trailing spaces not allowed. (no-trailing-spaces)
(#486) Trailing spaces not allowed. (no-trailing-spaces)
(#487) Trailing spaces not allowed. (no-trailing-spaces)
(#488) Trailing spaces not allowed. (no-trailing-spaces)
(#489) Trailing spaces not allowed. (no-trailing-spaces)
(#490) Trailing spaces not allowed. (no-trailing-spaces)
(#491) Trailing spaces not allowed. (no-trailing-spaces)
(#492) Trailing spaces not allowed. (no-trailing-spaces)
(#493) Trailing spaces not allowed. (no-trailing-spaces)
(#494) Trailing spaces not allowed. (no-trailing-spaces)
(#498) Trailing spaces not allowed. (no-trailing-spaces)
(#514) Unexpected space before function parentheses. (space-before-function-paren)
(#515) Line 515 exceeds the maximum line length of 132. (max-len)
(#515) Trailing spaces not allowed. (no-trailing-spaces)
(#517) Trailing spaces not allowed. (no-trailing-spaces)
(#518) Unexpected space before function parentheses. (space-before-function-paren)
(#519) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#520) Trailing spaces not allowed. (no-trailing-spaces)
(#521) Trailing spaces not allowed. (no-trailing-spaces)
(#523) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#526) Do not nest ternary expressions (no-nested-ternary)
(#529) Unexpected space before function parentheses. (space-before-function-paren)
(#531) Trailing spaces not allowed. (no-trailing-spaces)
(#533) Unexpected space before function parentheses. (space-before-function-paren)
(#533) Trailing spaces not allowed. (no-trailing-spaces)
(#534) Trailing spaces not allowed. (no-trailing-spaces)
(#537) Unexpected space before function parentheses. (space-before-function-paren)
(#537) Trailing spaces not allowed. (no-trailing-spaces)
(#538) Trailing spaces not allowed. (no-trailing-spaces)
(#541) Unexpected space before function parentheses. (space-before-function-paren)
(#541) Trailing spaces not allowed. (no-trailing-spaces)
(#542) Trailing spaces not allowed. (no-trailing-spaces)
(#545) Unexpected space before function parentheses. (space-before-function-paren)
(#545) Trailing spaces not allowed. (no-trailing-spaces)
(#546) Trailing spaces not allowed. (no-trailing-spaces)
(#549) Unexpected space before function parentheses. (space-before-function-paren)
(#549) Trailing spaces not allowed. (no-trailing-spaces)
(#550) Trailing spaces not allowed. (no-trailing-spaces)
(#553) Unexpected space before function parentheses. (space-before-function-paren)
(#554) Trailing spaces not allowed. (no-trailing-spaces)
(#557) Unexpected space before function parentheses. (space-before-function-paren)
(#558) Trailing spaces not allowed. (no-trailing-spaces)
(#561) Unexpected space before function parentheses. (space-before-function-paren)
(#562) Do not nest ternary expressions (no-nested-ternary)
(#565) Unexpected space before function parentheses. (space-before-function-paren)
(#565) Trailing spaces not allowed. (no-trailing-spaces)
(#569) Unexpected space before function parentheses. (space-before-function-paren)
(#570) Unexpected space before function parentheses. (space-before-function-paren)
(#574) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#574) Trailing spaces not allowed. (no-trailing-spaces)
(#578) Trailing spaces not allowed. (no-trailing-spaces)
(#579) Unexpected space before function parentheses. (space-before-function-paren)
(#582) Trailing spaces not allowed. (no-trailing-spaces)
(#584) Trailing spaces not allowed. (no-trailing-spaces)
(#585) Trailing spaces not allowed. (no-trailing-spaces)
(#586) Expected to return a value at the end of this function. (consistent-return)
(#586) Unexpected space before function parentheses. (space-before-function-paren)
(#588) Trailing spaces not allowed. (no-trailing-spaces)
(#590) Trailing spaces not allowed. (no-trailing-spaces)
(#592) Trailing spaces not allowed. (no-trailing-spaces)
(#594) Trailing spaces not allowed. (no-trailing-spaces)
(#596) Trailing spaces not allowed. (no-trailing-spaces)
(#598) Trailing spaces not allowed. (no-trailing-spaces)
(#600) Trailing spaces not allowed. (no-trailing-spaces)
(#602) Trailing spaces not allowed. (no-trailing-spaces)
(#604) Trailing spaces not allowed. (no-trailing-spaces)
(#606) Trailing spaces not allowed. (no-trailing-spaces)
(#608) Trailing spaces not allowed. (no-trailing-spaces)
(#610) Trailing spaces not allowed. (no-trailing-spaces)
(#617) Trailing spaces not allowed. (no-trailing-spaces)
(#620) Trailing spaces not allowed. (no-trailing-spaces)
(#623) Date prototype is read only, properties should not be added. (no-extend-native)
(#623) Unexpected space before function parentheses. (space-before-function-paren)
(#627) Trailing spaces not allowed. (no-trailing-spaces)
(#631) Unexpected space before function parentheses. (space-before-function-paren)
(#633) Trailing spaces not allowed. (no-trailing-spaces)
(#634) Unexpected space before function parentheses. (space-before-function-paren)
(#634) Trailing spaces not allowed. (no-trailing-spaces)
(#635) Unexpected space before function parentheses. (space-before-function-paren)
(#635) Trailing spaces not allowed. (no-trailing-spaces)
(#636) Trailing spaces not allowed. (no-trailing-spaces)
(#637) Trailing spaces not allowed. (no-trailing-spaces)
(#639) Trailing spaces not allowed. (no-trailing-spaces)
(#640) Unexpected space before function parentheses. (space-before-function-paren)
(#640) Trailing spaces not allowed. (no-trailing-spaces)
(#641) Unexpected space before function parentheses. (space-before-function-paren)
(#641) Trailing spaces not allowed. (no-trailing-spaces)
(#642) Trailing spaces not allowed. (no-trailing-spaces)
(#643) Trailing spaces not allowed. (no-trailing-spaces)
(#644) Trailing spaces not allowed. (no-trailing-spaces)
(#646) Trailing spaces not allowed. (no-trailing-spaces)
(#647) Unexpected whitespace before semicolon. (semi-spacing)
(#648) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#653) Trailing spaces not allowed. (no-trailing-spaces)
(#654) Trailing spaces not allowed. (no-trailing-spaces)
(#658) Trailing spaces not allowed. (no-trailing-spaces)
(#659) Trailing spaces not allowed. (no-trailing-spaces)
(#660) Trailing spaces not allowed. (no-trailing-spaces)
(#664) Trailing spaces not allowed. (no-trailing-spaces)
(#667) Trailing spaces not allowed. (no-trailing-spaces)
(#670) Trailing spaces not allowed. (no-trailing-spaces)
(#673) Trailing spaces not allowed. (no-trailing-spaces)
(#687) Trailing spaces not allowed. (no-trailing-spaces)
(#691) 'd1' is not modified in this loop. (no-unmodified-loop-condition)
(#691) 'd2' is not modified in this loop. (no-unmodified-loop-condition)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#696) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#697) 'd1' is not modified in this loop. (no-unmodified-loop-condition)
(#697) 'd2' is not modified in this loop. (no-unmodified-loop-condition)
(#702) Trailing spaces not allowed. (no-trailing-spaces)
mod/scormcloud/scripts/dynifs.js
(#1) Expected space or tab after '/**' in comment. (spaced-comment)
(#14) 'DYNIFS' is defined but never used (no-unused-vars)
(#22) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Identifier 'scr_h' is not in camel case. (camelcase)
(#27) Identifier 'off_h' is not in camel case. (camelcase)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#29) Expected space(s) after "with". (keyword-spacing)
(#29) Unexpected use of 'with' statement. (no-with)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#29) There should be no spaces inside this paren. (space-in-parens)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) 'scrollHeight' is not defined. (no-undef)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Identifier 'scr_h' is not in camel case. (camelcase)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'scrollHeight' is not defined. (no-undef)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'scrollWidth' is not defined. (no-undef)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) 'offsetHeight' is not defined. (no-undef)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Identifier 'off_h' is not in camel case. (camelcase)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) 'offsetHeight' is not defined. (no-undef)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) 'offsetWidth' is not defined. (no-undef)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) Identifier 'scr_h' is not in camel case. (camelcase)
(#32) Identifier 'off_h' is not in camel case. (camelcase)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#48) Identifier 'deferred_resize' is not in camel case. (camelcase)
(#50) Expected { after 'for-in'. (curly)
(#50) Expected space(s) after "for". (keyword-spacing)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#59) Expected { after 'if' condition. (curly)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#73) The Function constructor is eval. (no-new-func)
(#78) Expected { after 'if' condition. (curly)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#81) Infix operators must be spaced. (space-infix-ops)
mod/scormcloud/scripts/jquery-1.3.2.min.js
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) 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) 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) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Requires a space before '}'. (block-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'init'. (key-spacing)
(#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) 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) 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) 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) Missing semicolon. (semi)
(#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) 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 space(s) after "if". (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) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "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) Missing whitespace after semicolon. (semi-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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "var". (keyword-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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'selector'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'jquery'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'size'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (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 'get'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'pushStack'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) 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 'setArray'. (key-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 whitespace after semicolon. (semi-spacing)
(#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) Missing space before value for key 'each'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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 'index'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'attr'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-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 "return". (keyword-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) 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) after "for". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'css'. (key-spacing)
(#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) Expected space(s) after "if". (keyword-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'text'. (key-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 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (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) 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) 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 opening brace. (space-before-blocks)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) Missing space before value for key 'wrapAll'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) 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) 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 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 space(s) after "while". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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) 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 "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'wrapInner'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'wrap'. (key-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) 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 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 'append'. (key-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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prepend'. (key-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) 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) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (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) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#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 'before'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 'after'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'end'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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 'push'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'sort'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'splice'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'find'. (key-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 space(s) after "if". (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) 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) 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) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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) 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 'clone'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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 whitespace after semicolon. (semi-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) 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) Expected space(s) before "return". (keyword-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) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "var". (keyword-spacing)
(#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 space(s) after "for". (keyword-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) Expected space(s) after "for". (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 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) 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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) Missing space before value for key 'filter'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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 space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'closest'. (key-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) 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) 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 to return a value at the end of this function. (consistent-return)
(#12) Expected to return a value at the end of this function. (array-callback-return)
(#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 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) Expected space(s) after "while". (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) 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) 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'not'. (key-spacing)
(#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) 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) Expected space(s) after "if". (keyword-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) 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) 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) 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) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (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) 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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 'add'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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 'is'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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 before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'hasClass'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'val'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-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) Expected space(s) after "if". (keyword-spacing)
(#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) Expected space(s) after "return". (keyword-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) 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) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected space(s) before "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) 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) 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 whitespace after semicolon. (semi-spacing)
(#12) Blocks are nested too deeply (5). (max-depth)
(#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) after "if". (keyword-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 whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (6). (max-depth)
(#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) Statement inside of curly braces should be on next line. (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) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Expected space(s) before "return". (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) 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) Expected space(s) before "return". (keyword-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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 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) 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) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) Expected space(s) after "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'html'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'replaceWith'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (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 'eq'. (key-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) 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 before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'slice'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'map'. (key-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) 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) 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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 'andSelf'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'domManip'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "for". (keyword-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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (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 space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#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 opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before value for key 'url'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'async'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'dataType'. (key-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "if". (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) Expected space(s) before "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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "function". (keyword-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing '()' invoking a constructor (new-parens)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-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) 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "for". (keyword-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) 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) 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) 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 "if". (keyword-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Missing whitespace after semicolon. (semi-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) 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) Missing space before value for key 'noConflict'. (key-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 space(s) after "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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 space(s) before "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'isFunction'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'isArray'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'isXMLDoc'. (key-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'globalEval'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Expected space(s) after "if". (keyword-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 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'nodeName'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'each'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "for". (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) 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) after "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "for". (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) 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) after "if". (keyword-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) 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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-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) Expected space(s) after "if". (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) 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) Expected space(s) after "for". (keyword-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) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Empty block statement. (no-empty)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Missing space before value for key 'prop'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) 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) 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) 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) Expected space(s) before "return". (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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'className'. (key-spacing)
(#12) Missing space before value for key 'add'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'remove'. (key-spacing)
(#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) Expected space(s) after "if". (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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'has'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'swap'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#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) 'F' used outside of binding context. (block-scoped-var)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#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) 'F' used outside of binding context. (block-scoped-var)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (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) 'F' used outside of binding context. (block-scoped-var)
(#12) 'F' is already defined (no-redeclare)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'css'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-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) 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) 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 space before value for key 'position'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'visibility'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'display'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) 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) Move function declaration to function body root. (no-inner-declarations)
(#12) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) 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 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (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) Expected space(s) before "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'curCSS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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 space(s) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Missing space before value for key 'clean'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Expected space(s) before "if". (keyword-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) 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) 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) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "return". (keyword-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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-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) 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) before "if". (keyword-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) 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) 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) 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) Missing whitespace after semicolon. (semi-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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-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 whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "while". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-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) 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) 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 space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "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) 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 space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-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) Expected space(s) after "for". (keyword-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) 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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-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) Expected space(s) after "if". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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) Function 'attr' has a complexity of 25. (complexity)
(#12) Missing space before value for key 'attr'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "var". (keyword-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) 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) 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) 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 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) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Expected space(s) before "if". (keyword-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) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-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) Expected space(s) after "if". (keyword-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) 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) 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) after "throw". (keyword-spacing)
(#12) Expected an object to be thrown. (no-throw-literal)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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) Expected space(s) before "if". (keyword-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) 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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Expected space(s) before "if". (keyword-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) 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) 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 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-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 space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected space(s) before "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'trim'. (key-spacing)
(#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) Expected space(s) after "return". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'makeArray'. (key-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 space(s) after "if". (keyword-spacing)
(#12) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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 space(s) after "if". (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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "while". (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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#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 'inArray'. (key-spacing)
(#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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) 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 'merge'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) 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) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "while". (keyword-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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "while". (keyword-spacing)
(#12) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-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 "return". (keyword-spacing)
(#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 'unique'. (key-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) 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 "try". (keyword-spacing)
(#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) Expected space(s) after "for". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "catch". (keyword-spacing)
(#12) Expected space(s) after "catch". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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) Missing space before value for key 'grep'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) 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 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#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 'map'. (key-spacing)
(#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) 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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'version'. (key-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 space before value for key 'safari'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'opera'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'msie'. (key-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 'mozilla'. (key-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'parent'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'parents'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'next'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prev'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'nextAll'. (key-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) 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) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prevAll'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'siblings'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#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 'children'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'contents'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected space(s) before "return". (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'appendTo'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prependTo'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'insertBefore'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'insertAfter'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'replaceAll'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) 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) 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) 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 "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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'removeAttr'. (key-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#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 'addClass'. (key-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'removeClass'. (key-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) 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) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'toggleClass'. (key-spacing)
(#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 space(s) after "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'remove'. (key-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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) Expected space(s) after "if". (keyword-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'empty'. (key-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) 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) Expected space(s) after "while". (keyword-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) 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) Requires a space before '}'. (block-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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "var". (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) 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) Missing space before value for key 'cache'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'data'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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 'removeData'. (key-spacing)
(#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) 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) 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) after "if". (keyword-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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 "for". (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) 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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "try". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "catch". (keyword-spacing)
(#12) Expected space(s) before "catch". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing semicolon. (semi)
(#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 "delete". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#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 'queue'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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 space(s) after "if". (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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 'G' used outside of binding context. (block-scoped-var)
(#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 'dequeue'. (key-spacing)
(#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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "if". (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) Expected space(s) before "if". (keyword-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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'data'. (key-spacing)
(#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 whitespace after semicolon. (semi-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 whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (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) 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) 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 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected space(s) before "return". (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) 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) Expected space(s) before "else". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'removeData'. (key-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) 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 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 'queue'. (key-spacing)
(#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) Expected space(s) after "if". (keyword-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 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (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 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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'dequeue'. (key-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) 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 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Function 'anonymous' has a complexity of 35. (complexity)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'T' is defined but never used (no-unused-vars)
(#19) A space is required after ','. (comma-spacing)
(#19) 'ad' is defined but never used (no-unused-vars)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'expr'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'set'. (key-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Expected space(s) before "while". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "throw". (keyword-spacing)
(#19) Expected an object to be thrown. (no-throw-literal)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'ah' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' is already defined (no-redeclare)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'hasDuplicate' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) 'hasDuplicate' is not defined. (no-undef)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'aa' is already defined (no-redeclare)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) 'X' is already defined (no-redeclare)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'set'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'expr'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of '^'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (7). (max-depth)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Blocks are nested too deeply (8). (max-depth)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Blocks are nested too deeply (8). (max-depth)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "break". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "throw". (keyword-spacing)
(#19) Expected an object to be thrown. (no-throw-literal)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'order'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'match'. (key-spacing)
(#19) Missing space before value for key 'ID'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CLASS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'NAME'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ATTR'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CHILD'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'POS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'PSEUDO'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'attrMap'. (key-spacing)
(#19) Missing space before value for key 'class'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'for'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'attrHandle'. (key-spacing)
(#19) Missing space before value for key 'href'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'relative'. (key-spacing)
(#19) Missing space before value for key '+'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '>'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' is already defined (no-redeclare)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) 'T' is already defined (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'Y' is already defined (no-redeclare)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key ''. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'X' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '~'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'X' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'find'. (key-spacing)
(#19) Missing space before value for key 'ID'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'NAME'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'Z' is defined but never used (no-unused-vars)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'preFilter'. (key-spacing)
(#19) Missing space before value for key 'CLASS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Unexpected use of '^'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ID'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CHILD'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ATTR'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'PSEUDO'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of '^'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'POS'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'filters'. (key-spacing)
(#19) Missing space before value for key 'enabled'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'disabled'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'checked'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'selected'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'parent'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'empty'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'has'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'header'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'text'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'radio'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'checkbox'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'file'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'password'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'submit'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'image'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'reset'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'button'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'input'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'setFilters'. (key-spacing)
(#19) Missing space before value for key 'first'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'last'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'even'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'odd'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'lt'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'gt'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'nth'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'eq'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'filter'. (key-spacing)
(#19) Missing space before value for key 'PSEUDO'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) 'W' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'W' is already defined (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CHILD'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "switch". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Expected a 'break' statement before 'case'. (no-fallthrough)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ID'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CLASS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ATTR'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'POS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'V' is already defined (no-redeclare)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of '&'. (no-bitwise)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'hasDuplicate' is not defined. (no-undef)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'hasDuplicate' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'hasDuplicate' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing '()' invoking a constructor (new-parens)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Redundant double negation. (no-extra-boolean-cast)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Unexpected use of '&'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'W' is defined but never used (no-unused-vars)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Unreachable code. (no-unreachable)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'add'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Avoid arguments.callee. (no-caller)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'guid'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'global'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'remove'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) 'E' is defined but never used (no-unused-vars)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'trigger'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'handle'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'props'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Function 'fix' has a complexity of 24. (complexity)
(#19) Missing space before value for key 'fix'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of '&'. (no-bitwise)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Unexpected use of '&'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of '&'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'proxy'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'special'. (key-spacing)
(#19) Missing space before value for key 'ready'. (key-spacing)
(#19) Missing space before value for key 'setup'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'teardown'. (key-spacing)
(#19) Unexpected empty function. (no-empty-function)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'specialAll'. (key-spacing)
(#19) Missing space before value for key 'live'. (key-spacing)
(#19) Missing space before value for key 'setup'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'teardown'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'preventDefault'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'stopPropagation'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'isDefaultPrevented'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'mouseover'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'mouseout'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'setup'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'teardown'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'bind'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'one'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'unbind'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'trigger'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'triggerHandler'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'toggle'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'hover'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ready'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'live'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'die'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'guid'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'elem'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fn'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing space before value for key 'isReady'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'readyList'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ready'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Avoid arguments.callee. (no-caller)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Avoid arguments.callee. (no-caller)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "try". (keyword-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Avoid arguments.callee. (no-caller)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing '()' invoking a constructor (new-parens)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'leadingWhitespace'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'tbody'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'objectAll'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'htmlSerialize'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'style'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'hrefNormalized'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'opacity'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cssFloat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'scriptEval'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'noCloneEvent'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'boxModel'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Avoid arguments.callee. (no-caller)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'for'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'class'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'float'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cssFloat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'styleFloat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'readonly'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxlength'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cellspacing'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'rowspan'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'tabindex'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key '_load'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'load'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dataType'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'data'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'complete'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'E' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'E' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'serialize'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'serializeArray'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'H' is defined but never used (no-unused-vars)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'value'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'value'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'get'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'data'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'success'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dataType'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'getScript'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'getJSON'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'post'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'data'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'success'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dataType'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ajaxSetup'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'global'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'contentType'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'processData'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'async'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'xhr'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'ActiveXObject' is not defined. (no-undef)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'accepts'. (key-spacing)
(#19) Missing space before value for key 'xml'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'html'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'script'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'json'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'text'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_default'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'lastModified'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Function 'ajax' has a complexity of 38. (complexity)
(#19) Missing space before value for key 'ajax'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A regular expression literal can be confused with '/='. (no-div-regex)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "try". (keyword-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) 'P' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'P' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'P' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) 'P' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'P' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'P' used outside of binding context. (block-scoped-var)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Expected space(s) before "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'handleError'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'active'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'httpSuccess'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'httpNotModified'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'httpData'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "throw". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an object to be thrown. (no-throw-literal)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) ["eval"] is better written in dot notation. (dot-notation)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'param'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Don't make functions within a loop (no-loop-func)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing space before value for key 'show'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) 'H' is already defined (no-redeclare)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) 'F' is already defined (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'hide'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) 'G' is already defined (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' is already defined (no-redeclare)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_toggle'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'toggle'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fadeTo'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'opacity'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'animate'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'stop'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'slideDown'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'slideUp'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'slideToggle'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fadeIn'. (key-spacing)
(#19) Missing space before value for key 'opacity'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fadeOut'. (key-spacing)
(#19) Missing space before value for key 'opacity'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'speed'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'complete'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'duration'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'easing'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'easing'. (key-spacing)
(#19) Missing space before value for key 'linear'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'swing'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'timers'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fx'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'update'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cur'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'custom'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'show'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'hide'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'step'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'speeds'. (key-spacing)
(#19) Missing space before value for key 'slow'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fast'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_default'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'step'. (key-spacing)
(#19) Missing space before value for key 'opacity'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_default'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) 'F' is defined but never used (no-unused-vars)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'initialize'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'N' is defined but never used (no-unused-vars)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'position'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'margin'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'border'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'width'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'height'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'visibility'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'bodyOffset'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'position'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'I' is defined but never used (no-unused-vars)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) 'H' is defined but never used (no-unused-vars)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'offsetParent'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'E' is defined but never used (no-unused-vars)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) 'H' is defined but never used (no-unused-vars)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
mod/scormcloud/scripts/jquery-ui-1.7.1.custom.min.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'version'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'plugin'. (key-spacing)
(#10) Missing space before value for key 'add'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'call'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "for". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'contains'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Unexpected use of '&'. (no-bitwise)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'hasScroll'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "var". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'isOverAxis'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'isOver'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'keyCode'. (key-spacing)
(#10) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'CAPS_LOCK'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COMMA'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'CONTROL'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'DELETE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'DOWN'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'END'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ENTER'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ESCAPE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'HOME'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'INSERT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'LEFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_ADD'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_DECIMAL'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_DIVIDE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_ENTER'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_MULTIPLY'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_SUBTRACT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PERIOD'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RIGHT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'SHIFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'SPACE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'TAB'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'UP'. (key-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing space before value for key 'remove'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'enableSelection'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disableSelection'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'scrollParent'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "else". (keyword-spacing)
(#10) Expected space(s) after "else". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'data'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'focusable'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'tabbable'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "var". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key '_init'. (key-spacing)
(#10) Unexpected empty function. (no-empty-function)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'destroy'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'option'. (key-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getData'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setData'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'enable'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disable'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_trigger'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'disabled'. (key-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key '_mouseInit'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDestroy'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDown'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected no return value. (consistent-return)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected no return value. (consistent-return)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected no return value. (consistent-return)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseMove'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseUp'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseStart'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Unexpected empty function. (no-empty-function)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDrag'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Unexpected empty function. (no-empty-function)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseStop'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Unexpected empty function. (no-empty-function)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseCapture'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'cancel'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'distance'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'delay'. (key-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Unnecessary semicolon. (no-extra-semi)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_init'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'destroy'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseCapture'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseStart'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'click'. (key-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'parent'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'relative'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseDrag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseStop'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_getHandle'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_createHelper'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_getParentOffset'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_cacheMargins'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_setContainment'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'e' is defined but never used (no-unused-vars)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_generatePosition'. (key-spacing)
(#22) Function '_generatePosition' has a complexity of 24. (complexity)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_clear'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_trigger'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'plugins'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_uiHash'. (key-spacing)
(#22) 'b' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Missing space before value for key 'helper'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'position'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'absolutePosition'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'offset'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'version'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'eventPrefix'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'defaults'. (key-spacing)
(#22) Missing space before value for key 'addClasses'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'appendTo'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cancel'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'connectToSortable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'containment'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cursor'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cursorAt'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'delay'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'distance'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'grid'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'handle'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'helper'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'iframeFix'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'opacity'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'refreshPositions'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'revert'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'revertDuration'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scope'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scroll'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snap'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapMode'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapTolerance'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stack'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'zIndex'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'item'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'instance'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'shouldRevert'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'item'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'drag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) 'g' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'position'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'opacity'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'zIndex'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'drag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'e' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'item'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'drag'. (key-spacing)
(#22) Function 'drag' has a complexity of 29. (complexity)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapItem'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) 'c' is already defined (no-redeclare)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'z' is already defined (no-redeclare)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' is already defined (no-redeclare)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' is already defined (no-redeclare)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapItem'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) 'jQuery' is not defined. (no-undef)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Unnecessary semicolon. (no-extra-semi)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_init'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'destroy'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_setData'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "else". (keyword-spacing)
(#35) Expected space(s) after "else". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_activate'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_deactivate'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_over'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_out'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_drop'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected to return a value at the end of this function. (consistent-return)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'offset'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'ui'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before value for key 'draggable'. (key-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'helper'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'position'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'absolutePosition'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'offset'. (key-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'version'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'eventPrefix'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'defaults'. (key-spacing)
(#35) Missing space before value for key 'accept'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'activeClass'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'addClasses'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'greedy'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'hoverClass'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'scope'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'tolerance'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "switch". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'current'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'droppables'. (key-spacing)
(#35) Missing space before value for key 'default'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'prepareOffsets'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unexpected labeled statement. (no-labels)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Expected space(s) before "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unexpected label in continue statement. (no-labels)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'drop'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'drag'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Do not nest ternary expressions (no-nested-ternary)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) 'jQuery' is not defined. (no-undef)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unnecessary semicolon. (no-extra-semi)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_init'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_aspectRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'aspectRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'originalElement'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_proportionallyResizeElements'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_helper'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'marginLeft'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginTop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginRight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginBottom'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'marginLeft'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginTop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginRight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginBottom'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'zoom'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'display'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'margin'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'n'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'e'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 's'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'w'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'se'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'sw'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ne'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'nw'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'zIndex'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Do not nest ternary expressions (no-nested-ternary)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Do not nest ternary expressions (no-nested-ternary)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'destroy'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseCapture'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseStart'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseDrag'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'l' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'p' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'j' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'e' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseStop'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_updateCache'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'e' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_updateRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'h' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_respectSize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'q' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_proportionallyResize'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'j' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Don't make functions within a loop (no-loop-func)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_renderProxy'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'zIndex'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_change'. (key-spacing)
(#47) Missing space before value for key 'e'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'd' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'w'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'd' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'n'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 's'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'se'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'sw'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ne'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'nw'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_propagate'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'plugins'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ui'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'originalElement'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'element'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'helper'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'size'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'originalSize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'originalPosition'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'version'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'eventPrefix'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'defaults'. (key-spacing)
(#47) Missing space before value for key 'alsoResize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'animate'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'animateDuration'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'animateEasing'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'aspectRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'autoHide'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'cancel'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'containment'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'delay'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'distance'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ghost'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'grid'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'handles'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'helper'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'maxHeight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'maxWidth'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'minHeight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'minWidth'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'zIndex'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'start'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) '_store' is not defined. (no-undef)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) '_store' is not defined. (no-undef)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) '_store' is not defined. (no-undef)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) '_store' is not defined. (no-undef)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'h' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) 'el' is not defined. (no-undef)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'm' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'duration'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'easing'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'step'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'start'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'q' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Do not nest ternary expressions (no-nested-ternary)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'element'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'element'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'p' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'e' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'l' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'm' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'k' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'start'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'g' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'opacity'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'display'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'margin'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'g' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'g' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'l' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'k' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) 'jQuery' is not defined. (no-undef)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Unnecessary semicolon. (no-extra-semi)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_init'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'element'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '$element'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'right'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'bottom'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'startselected'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selected'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selecting'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before value for key 'border'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'destroy'. (key-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_mouseStart'. (key-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing space before value for key 'z-index'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'position'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'width'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'height'. (key-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "this". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected to return a value at the end of this function. (consistent-return)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selecting'. (key-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_mouseDrag'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) 'f' is already defined (no-redeclare)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "this". (keyword-spacing)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'width'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'height'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "else". (keyword-spacing)
(#59) Expected space(s) after "else". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selecting'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) after "else". (keyword-spacing)
(#59) Expected space(s) before "else". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) after "else". (keyword-spacing)
(#59) Expected space(s) before "else". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected no return value. (consistent-return)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_mouseStop'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) 'c' is defined but never used (no-unused-vars)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselected'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selected'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'version'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'defaults'. (key-spacing)
(#59) Missing space before value for key 'appendTo'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'autoRefresh'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'cancel'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'delay'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'distance'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'filter'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'tolerance'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) 'jQuery' is not defined. (no-undef)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Unnecessary semicolon. (no-extra-semi)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_init'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'b' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'destroy'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseCapture'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) 'b' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected to return a value at the end of this function. (consistent-return)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseStart'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'click'. (key-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'parent'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'relative'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'prev'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'parent'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseDrag'. (key-spacing)
(#71) Function '_mouseDrag' has a complexity of 26. (complexity)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseStop'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected no return value. (consistent-return)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cancel'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'helper'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'dragging'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'reverting'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_noFinalSort'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'serialize'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'toArray'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_intersectsWith'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_intersectsWithPointer'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_intersectsWithSides'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getDragVerticalDirection'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getDragHorizontalDirection'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'refresh'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_connectWith'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getItemsAsjQuery'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'l' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'options'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) 'd' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_removeCurrentsFromItems'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_refreshItems'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'p' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) 'e' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' is already defined (no-redeclare)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'instance'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'width'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'height'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'refreshPositions'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) 'd' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) 'f' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_createPlaceholder'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'element'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'update'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_contactContainers'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Blocks are nested too deeply (5). (max-depth)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Blocks are nested too deeply (6). (max-depth)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Blocks are nested too deeply (6). (max-depth)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Blocks are nested too deeply (5). (max-depth)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_createHelper'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'width'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'height'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'position'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getParentOffset'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_cacheMargins'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'width'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'height'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_setContainment'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Function '_generatePosition' has a complexity of 24. (complexity)
(#71) Missing space before value for key '_generatePosition'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_rearrange'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Function '_clear' has a complexity of 28. (complexity)
(#71) Missing space before value for key '_clear'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) 'b' is defined but never used (no-unused-vars)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_trigger'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_uiHash'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'helper'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'placeholder'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'position'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'absolutePosition'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'offset'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'sender'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'getter'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'version'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'eventPrefix'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'defaults'. (key-spacing)
(#71) Missing space before value for key 'appendTo'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'axis'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cancel'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'connectWith'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'containment'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cursor'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cursorAt'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'delay'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'distance'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'dropOnEmpty'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'forcePlaceholderSize'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'forceHelperSize'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'grid'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'handle'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'helper'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'items'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'opacity'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'placeholder'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'revert'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scroll'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scope'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'tolerance'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'zIndex'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) 'jQuery' is not defined. (no-undef)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Unnecessary semicolon. (no-extra-semi)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Line 83 exceeds the maximum line length of 132. (max-len)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_init'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) unnecessary '.call()'. (no-useless-call)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'destroy'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_setData'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_keydown'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "switch". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected no return value. (consistent-return)
(#83) Missing space before value for key 'target'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected no return value. (consistent-return)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) Expected no return value. (consistent-return)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'resize'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) 'b' used outside of binding context. (block-scoped-var)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'activate'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing space before value for key 'target'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_findActive'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Do not nest ternary expressions (no-nested-ternary)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_clickHandler'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'options'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newHeader'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'oldHeader'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newContent'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'oldContent'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) 'c' is already defined (no-redeclare)
(#83) 'c' used outside of binding context. (block-scoped-var)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) 'h' is already defined (no-redeclare)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) 'h' used outside of binding context. (block-scoped-var)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) 'e' used outside of binding context. (block-scoped-var)
(#83) 'e' is already defined (no-redeclare)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'options'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newHeader'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'oldHeader'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newContent'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) 'c' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) 'h' used outside of binding context. (block-scoped-var)
(#83) Missing space before value for key 'oldContent'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) 'c' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) 'h' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) 'e' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_toggle'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected no return value. (consistent-return)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'toShow'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'toHide'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'complete'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'down'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'autoHeight'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'toShow'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'toHide'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'complete'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'down'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'autoHeight'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_completed'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'overflow'. (key-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'version'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'defaults'. (key-spacing)
(#83) Missing space before value for key 'active'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'alwaysOpen'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'animated'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'autoHeight'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'clearStyle'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'collapsible'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'event'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'fillSpace'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'header'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'icons'. (key-spacing)
(#83) Missing space before value for key 'header'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'headerSelected'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'navigation'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'navigationFilter'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'animations'. (key-spacing)
(#83) Missing space before value for key 'slide'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'value'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'unit'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'overflow'. (key-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'step'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'complete'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing space before value for key 'overflow'. (key-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'bounceslide'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easeslide'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) 'jQuery' is not defined. (no-undef)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Unnecessary semicolon. (no-extra-semi)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Line 97 exceeds the maximum line length of 132. (max-len)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'dragStart'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'drag'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'dragStop'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resizeStart'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resize'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resizeStop'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_init'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'position'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'overflow'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'zIndex'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing space before value for key 'role'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) 'g' is defined but never used (no-unused-vars)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) 'h' is defined but never used (no-unused-vars)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) 'd' is defined but never used (no-unused-vars)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'destroy'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'close'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'isOpen'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'moveToTop'. (key-spacing)
(#97) Expected to return a value at the end of this function. (consistent-return)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'scrollTop'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'scrollLeft'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'open'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "var". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "var". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_createButtons'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_makeDraggable'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'cancel'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'handle'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'containment'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'start'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'drag'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'stop'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_makeResizable'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'cancel'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'alsoResize'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'start'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resize'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'handles'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'stop'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_position'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) after "switch". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "switch". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'top'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'left'. (key-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_setData'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "switch". (keyword-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_size'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'version'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'defaults'. (key-spacing)
(#97) Missing space before value for key 'autoOpen'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'bgiframe'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'buttons'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'closeOnEscape'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'closeText'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'dialogClass'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'draggable'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'hide'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'modal'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'position'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resizable'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'show'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'stack'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'title'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'zIndex'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'getter'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'uuid'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxZ'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'getTitleId'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "return". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'overlay'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'instances'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxZ'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'events'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'create'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "return". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "var". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'destroy'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resize'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'destroy'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) 'jQuery' is not defined. (no-undef)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Unnecessary semicolon. (no-extra-semi)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Line 109 exceeds the maximum line length of 132. (max-len)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_init'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected space(s) after "while". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "switch". (keyword-spacing)
(#109) Expected space(s) before "switch". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "break". (keyword-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "var". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "switch". (keyword-spacing)
(#109) Expected space(s) before "switch". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected no return value. (consistent-return)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'destroy'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseCapture'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'x'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'y'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'top'. (key-spacing)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'top'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseStart'. (key-spacing)
(#109) 'b' is defined but never used (no-unused-vars)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseDrag'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'x'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'y'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseStop'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_detectOrientation'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_normValueFromMouse'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "var". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "var". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_start'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_slide'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'g' is defined but never used (no-unused-vars)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'values'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) 'b' is already defined (no-redeclare)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) 'h' is already defined (no-redeclare)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_stop'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_change'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'values'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_setData'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "switch". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Expected space(s) after "case". (keyword-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "case". (keyword-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_step'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_value'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_values'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_valueMin'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_valueMax'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_refreshValue'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'i' is defined but never used (no-unused-vars)
(#109) A space is required after ','. (comma-spacing)
(#109) 'h' is defined but never used (no-unused-vars)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) 'n' is defined but never used (no-unused-vars)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'lastValPercent' is not defined. (no-undef)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'bottom'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'lastValPercent' is not defined. (no-undef)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) 'lastValPercent' is not defined. (no-undef)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'getter'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'version'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'eventPrefix'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'defaults'. (key-spacing)
(#109) Missing space before value for key 'animate'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'delay'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'distance'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'max'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'min'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'orientation'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'range'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'step'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'values'. (key-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) 'jQuery' is not defined. (no-undef)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Unnecessary semicolon. (no-extra-semi)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Line 121 exceeds the maximum line length of 132. (max-len)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_init'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_setData'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_tabId'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_sanitizeSelector'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_cookie'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_ui'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "return". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing space before value for key 'tab'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'panel'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'index'. (key-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_cleanup'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Function '_tabify' has a complexity of 22. (complexity)
(#121) Missing space before value for key '_tabify'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected to return a value at the end of this function. (consistent-return)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'o' is defined but never used (no-unused-vars)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "for". (keyword-spacing)
(#121) Expected space(s) before "for". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing JSDoc comment. (require-jsdoc)
(#121) Expected space(s) before "function". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before value for key 'display'. (key-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'q' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected to return a value at the end of this function. (consistent-return)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected an object to be thrown. (no-throw-literal)
(#121) Expected space(s) after "throw". (keyword-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'destroy'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'add'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'j' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'remove'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'f' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'f' is defined but never used (no-unused-vars)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'enable'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'd' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'disable'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) 'b' is defined but never used (no-unused-vars)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'select'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'load'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'url'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'success'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "try". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "catch". (keyword-spacing)
(#121) Expected space(s) after "catch". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Empty block statement. (no-empty)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'abort'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'url'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'length'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'version'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'getter'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'defaults'. (key-spacing)
(#121) Missing space before value for key 'ajaxOptions'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'cache'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'cookie'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'collapsible'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'disabled'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'event'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'fx'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'idPrefix'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'panelTemplate'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'spinner'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'tabTemplate'. (key-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'rotation'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'rotate'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) 'h' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) 't' is not defined. (no-undef)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) 'jQuery' is not defined. (no-undef)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Unnecessary semicolon. (no-extra-semi)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Line 133 exceeds the maximum line length of 132. (max-len)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'datepicker'. (key-spacing)
(#133) Missing space before value for key 'version'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'closeText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'prevText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'nextText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'currentText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNamesMin'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dateFormat'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'firstDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'isRTL'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'showOn'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showAnim'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showOptions'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'defaultDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'appendText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'buttonText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'buttonImage'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'buttonImageOnly'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'hideIfNoPrevNext'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'navigationAsDateFormat'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'gotoCurrent'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'changeMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'changeYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showMonthAfterYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'yearRange'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showOtherMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'calculateWeek'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'minDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'maxDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'duration'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'beforeShowDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'beforeShow'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'onSelect'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'onChangeMonthYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'onClose'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'numberOfMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showCurrentAtPos'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'stepMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'stepBigMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'altField'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'altFormat'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'constrainInput'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showButtonPanel'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'markerClassName'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'log'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Unexpected console statement. (no-console)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'setDefaults'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_attachDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "try". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) eval can be harmful. (no-eval)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#133) Expected space(s) before "catch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_newInst'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Missing space before value for key 'id'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'input'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'drawMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'drawYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'inline'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dpDiv'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_connectDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'src'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'alt'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'title'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'src'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'alt'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'title'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_inlineDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_dialogDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_destroyDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_enableDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing space before value for key 'opacity'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'cursor'. (key-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_disableDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing space before value for key 'opacity'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'cursor'. (key-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_isDisabledDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Expected space(s) before "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getInst'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "try". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#133) Expected space(s) before "catch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_optionDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'rangeStart'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'endDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'endMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'endYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'currentDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'currentMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'currentYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'drawMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'drawYear'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_changeDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_refreshDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_setDateDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDateDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected to return a value at the end of this function. (consistent-return)
(#133) Function '_doKeyDown' has a complexity of 42. (complexity)
(#133) Missing space before value for key '_doKeyDown'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Unreachable code. (no-unreachable)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_doKeyPress'. (key-spacing)
(#133) Expected to return a value at the end of this function. (consistent-return)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_showDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Unexpected use of '|='. (no-bitwise)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'position'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'display'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'position'. (key-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'display'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_updateDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_checkOffset'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_findPos'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_hideDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before value for key 'position'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_tidyDialog'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_checkExternalClick'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_adjustDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_gotoToday'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_selectMonthYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_clickMonthYear'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_selectDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_clearDate'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_selectDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_updateAlternate'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dateStr' is not defined. (no-undef)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) 'dateStr' is not defined. (no-undef)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'noWeekends'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'iso8601Week'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Expected space(s) before "new". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'parseDate'. (key-spacing)
(#133) Function 'parseDate' has a complexity of 36. (complexity)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Expected space(s) before "throw". (keyword-spacing)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Unexpected constant condition. (no-constant-condition)
(#133) Expected space(s) after "do". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "while". (keyword-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) 'date' is already defined (no-redeclare)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'ATOM'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'COOKIE'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'ISO_8601'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_822'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_850'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_1036'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_1123'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_2822'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RSS'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'TIMESTAMP'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'W3C'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Function 'formatDate' has a complexity of 26. (complexity)
(#133) Missing space before value for key 'formatDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Blocks are nested too deeply (5). (max-depth)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Blocks are nested too deeply (5). (max-depth)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_possibleChars'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'lookAhead' is not defined. (no-undef)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) 'lookAhead' is not defined. (no-undef)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_get'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_setDateFromField'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'defaultDate' is not defined. (no-undef)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "try". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'defaultDate' is not defined. (no-undef)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#133) Expected space(s) before "catch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'defaultDate' is not defined. (no-undef)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDefaultDate'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_determineDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_daylightSavingAdjust'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_setDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) 'endDate' is defined but never used (no-unused-vars)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDate'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_generateHTML'. (key-spacing)
(#133) Function '_generateHTML' has a complexity of 71. (complexity)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'stepBigMonths' is defined but never used (no-unused-vars)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dayNamesShort' is defined but never used (no-unused-vars)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'calculateWeek' is defined but never used (no-unused-vars)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) 'dow' is already defined (no-redeclare)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Function '_generateMonthYearHeader' has a complexity of 26. (complexity)
(#133) Missing space before value for key '_generateMonthYearHeader'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_adjustInstDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_notifyChange'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getNumberOfMonths'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getMinMaxDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDaysInMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getFirstDayOfMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_canAdjustMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_isInRange'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getFormatConfig'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_formatDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "function". (keyword-spacing)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) 'isArray' is defined but never used (no-unused-vars)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Unnecessary escape character: \A (no-useless-escape)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Identifier 'DP_jQuery' is not in camel case. (camelcase)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) 'jQuery' is not defined. (no-undef)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Unnecessary semicolon. (no-extra-semi)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Line 145 exceeds the maximum line length of 132. (max-len)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_init'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#145) Missing space before value for key 'role'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'destroy'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'value'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_setData'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Expected space(s) after "switch". (keyword-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Expected space(s) after "case". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_value'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Expected space(s) before "if". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Expected space(s) before "this". (keyword-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Expected space(s) before "return". (keyword-spacing)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_valueMin'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_valueMax'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_refreshValue'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'version'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'defaults'. (key-spacing)
(#145) Missing space before value for key 'value'. (key-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) 'jQuery' is not defined. (no-undef)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Unnecessary semicolon. (no-extra-semi)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#154) Line 154 exceeds the maximum line length of 132. (max-len)
(#154) 'jQuery' is not defined. (no-undef)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'version'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'save'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'restore'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'setMode'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'getBaseline'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "switch". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "switch". (keyword-spacing)
(#154) Expected space(s) after "switch". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Missing space before value for key 'x'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'y'. (key-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'createWrapper'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'width'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'height'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'float'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'top'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'left'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'zIndex'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'top'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'left'. (key-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'removeWrapper'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'setTransition'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) 'unit' is not defined. (no-undef)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'unit' is not defined. (no-undef)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'unit' is not defined. (no-undef)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'unit' is not defined. (no-undef)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'animateClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions (no-nested-ternary)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "for". (keyword-spacing)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) ["cssText"] is better written in dot notation. (dot-notation)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) ["cssText"] is better written in dot notation. (dot-notation)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions (no-nested-ternary)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions (no-nested-ternary)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing space before value for key '_show'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_hide'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '__toggle'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_addClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_removeClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_toggleClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'effect'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'method'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'options'. (key-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'duration'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'callback'. (key-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'show'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'hide'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'toggle'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'addClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'add'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'removeClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'remove'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'toggleClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'toggle'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'morph'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'add'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'remove'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'switchClass'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'cssUnit'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Unnecessary escape character: \% (no-useless-escape)
(#154) Unnecessary escape character: \% (no-useless-escape)
(#154) Unnecessary escape character: \% (no-useless-escape)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "function". (keyword-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "do". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "while". (keyword-spacing)
(#154) Expected space(s) before "while". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'aqua'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'azure'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'beige'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'black'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'blue'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'brown'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'cyan'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkblue'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkcyan'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkgrey'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkgreen'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkkhaki'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkmagenta'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkorange'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkorchid'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkred'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darksalmon'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkviolet'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'fuchsia'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'gold'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'green'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'indigo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'khaki'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightblue'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightcyan'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightgreen'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightgrey'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightpink'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightyellow'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lime'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'magenta'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'maroon'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'navy'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'olive'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'orange'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'pink'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'purple'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'violet'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'red'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'silver'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'white'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'yellow'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'transparent'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'def'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'swing'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInQuad'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutQuad'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutQuad'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInCubic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutCubic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutCubic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInQuart'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutQuart'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutQuart'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInQuint'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutQuint'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutQuint'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInSine'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutSine'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutSine'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInExpo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutExpo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutExpo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInCirc'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutCirc'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutCirc'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInElastic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutElastic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' is already defined (no-redeclare)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutElastic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInBack'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutBack'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutBack'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInBounce'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutBounce'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutBounce'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) 'jQuery' is not defined. (no-undef)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Unnecessary semicolon. (no-extra-semi)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Line 166 exceeds the maximum line length of 132. (max-len)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before value for key 'overflow'. (key-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Expected space(s) before "var". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) 'jQuery' is not defined. (no-undef)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Unnecessary semicolon. (no-extra-semi)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Line 178 exceeds the maximum line length of 132. (max-len)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Function 'anonymous' has a complexity of 27. (complexity)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'c' is already defined (no-redeclare)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'margin'. (key-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'margin'. (key-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'opacity'. (key-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) after "for". (keyword-spacing)
(#178) Expected space(s) before "for". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) 'h' is already defined (no-redeclare)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'opacity'. (key-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) after "else". (keyword-spacing)
(#178) Expected space(s) before "else". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) 'o' is already defined (no-redeclare)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' is already defined (no-redeclare)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) 'jQuery' is not defined. (no-undef)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Unnecessary semicolon. (no-extra-semi)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Line 190 exceeds the maximum line length of 132. (max-len)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'overflow'. (key-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'size'. (key-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'position'. (key-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Expected space(s) before "var". (keyword-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'queue'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'duration'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'easing'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'complete'. (key-spacing)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Requires a space after '{'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) 'jQuery' is not defined. (no-undef)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Unnecessary semicolon. (no-extra-semi)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Line 202 exceeds the maximum line length of 132. (max-len)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Requires a space after '{'. (block-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before value for key 'margin'. (key-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before value for key 'margin'. (key-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Requires a space after '{'. (block-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Expected space(s) before "var". (keyword-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before value for key 'opacity'. (key-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Do not nest ternary expressions (no-nested-ternary)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'queue'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'duration'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'easing'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'complete'. (key-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) 'jQuery' is not defined. (no-undef)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Unnecessary semicolon. (no-extra-semi)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Line 214 exceeds the maximum line length of 132. (max-len)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Requires a space after '{'. (block-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Do not nest ternary expressions (no-nested-ternary)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected space(s) after "for". (keyword-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Expected space(s) after "for". (keyword-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before value for key 'position'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'visibility'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'left'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'top'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'position'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'overflow'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'width'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'height'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'left'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'top'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'opacity'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'left'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'top'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'opacity'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Requires a space after '{'. (block-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'visibility'. (key-spacing)
(#214) Missing space before value for key 'visibility'. (key-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected space(s) after "if". (keyword-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Requires a space before '}'. (block-spacing)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) Missing semicolon. (semi)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) 'jQuery' is not defined. (no-undef)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Unnecessary semicolon. (no-extra-semi)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Line 226 exceeds the maximum line length of 132. (max-len)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before value for key 'overflow'. (key-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Expected space(s) before "if". (keyword-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before value for key 'height'. (key-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key 'width'. (key-spacing)
(#226) Missing space before value for key 'height'. (key-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key 'width'. (key-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Expected space(s) before "var". (keyword-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) 'jQuery' is not defined. (no-undef)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Unnecessary semicolon. (no-extra-semi)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Line 238 exceeds the maximum line length of 132. (max-len)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Missing space before value for key 'backgroundImage'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'backgroundColor'. (key-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing space before value for key 'backgroundColor'. (key-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'queue'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'duration'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'easing'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'complete'. (key-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Expected space(s) before "if". (keyword-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) 'jQuery' is not defined. (no-undef)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Unnecessary semicolon. (no-extra-semi)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Line 250 exceeds the maximum line length of 132. (max-len)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) before "if". (keyword-spacing)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Expected space(s) after "for". (keyword-spacing)
(#250) Expected space(s) before "for". (keyword-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) before "if". (keyword-spacing)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) after "else". (keyword-spacing)
(#250) Expected space(s) before "else". (keyword-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) 'jQuery' is not defined. (no-undef)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Unnecessary semicolon. (no-extra-semi)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Line 262 exceeds the maximum line length of 132. (max-len)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Do not nest ternary expressions (no-nested-ternary)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) before "var". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'y'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'x'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Expected space(s) before "var". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'from'. (key-spacing)
(#262) Missing space before value for key 'y'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'x'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'to'. (key-spacing)
(#262) Missing space before value for key 'y'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'x'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) 'child' is not defined. (no-undef)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Expected space(s) before "var". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) 'child' is not defined. (no-undef)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) 'child' is not defined. (no-undef)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'queue'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'duration'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'easing'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'complete'. (key-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) 'jQuery' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Unnecessary semicolon. (no-extra-semi)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Line 274 exceeds the maximum line length of 132. (max-len)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) 'k' is defined but never used (no-unused-vars)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected space(s) after "for". (keyword-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing semicolon. (semi)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Expected space(s) after "if". (keyword-spacing)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing semicolon. (semi)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing semicolon. (semi)
(#274) 'jQuery' is not defined. (no-undef)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Unnecessary semicolon. (no-extra-semi)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/scormcloud/scripts/jquery-ui-1.7.2.custom.min.js
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'version'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'plugin'. (key-spacing)
(#10) Missing space before value for key 'add'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'call'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "for". (keyword-spacing)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'contains'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Unexpected use of '&'. (no-bitwise)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'hasScroll'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "var". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'isOverAxis'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'isOver'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'keyCode'. (key-spacing)
(#10) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'CAPS_LOCK'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COMMA'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'CONTROL'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'DELETE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'DOWN'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'END'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ENTER'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ESCAPE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'HOME'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'INSERT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'LEFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_ADD'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_DECIMAL'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_DIVIDE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_ENTER'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_MULTIPLY'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_SUBTRACT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PERIOD'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RIGHT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'SHIFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'SPACE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'TAB'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'UP'. (key-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing space before value for key 'remove'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'enableSelection'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disableSelection'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'scrollParent'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "else". (keyword-spacing)
(#10) Expected space(s) after "else". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'data'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'focusable'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'tabbable'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "var". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key '_init'. (key-spacing)
(#10) Unexpected empty function. (no-empty-function)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'destroy'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) Missing space before value for key 'option'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getData'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setData'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'enable'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disable'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_trigger'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'disabled'. (key-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key '_mouseInit'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDestroy'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDown'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected no return value. (consistent-return)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected no return value. (consistent-return)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected no return value. (consistent-return)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseMove'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseUp'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseStart'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Unexpected empty function. (no-empty-function)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDrag'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Unexpected empty function. (no-empty-function)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseStop'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Unexpected empty function. (no-empty-function)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseCapture'. (key-spacing)
(#10) 'j' is defined but never used (no-unused-vars)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'cancel'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'distance'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'delay'. (key-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Unnecessary semicolon. (no-extra-semi)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_init'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'destroy'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseCapture'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseStart'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'click'. (key-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'parent'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'relative'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseDrag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseStop'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_getHandle'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_createHelper'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_getParentOffset'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_cacheMargins'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_setContainment'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'e' is defined but never used (no-unused-vars)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Function '_generatePosition' has a complexity of 24. (complexity)
(#22) Missing space before value for key '_generatePosition'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_clear'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_trigger'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'plugins'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_uiHash'. (key-spacing)
(#22) 'b' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'helper'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'position'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'absolutePosition'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'offset'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'version'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'eventPrefix'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'defaults'. (key-spacing)
(#22) Missing space before value for key 'addClasses'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'appendTo'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cancel'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'connectToSortable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'containment'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cursor'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cursorAt'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'delay'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'distance'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'grid'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'handle'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'helper'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'iframeFix'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'opacity'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'refreshPositions'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'revert'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'revertDuration'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scope'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scroll'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snap'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapMode'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapTolerance'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stack'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'zIndex'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'item'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'instance'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'shouldRevert'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'item'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'drag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) 'g' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'position'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'opacity'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'zIndex'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'drag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'e' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'd' is defined but never used (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before value for key 'item'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Function 'drag' has a complexity of 29. (complexity)
(#22) Missing space before value for key 'drag'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapItem'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) 'c' is already defined (no-redeclare)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' is already defined (no-redeclare)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'j' is already defined (no-redeclare)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'k' is already defined (no-redeclare)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'snapItem'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) 'c' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) 'z' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) 'j' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) 'k' used outside of binding context. (block-scoped-var)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'c' is defined but never used (no-unused-vars)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'start'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'stop'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) 'jQuery' is not defined. (no-undef)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Unnecessary semicolon. (no-extra-semi)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_init'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'destroy'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_setData'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) after "else". (keyword-spacing)
(#35) Expected space(s) before "else". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_activate'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_deactivate'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_over'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_out'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_drop'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected to return a value at the end of this function. (consistent-return)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'offset'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'ui'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Missing space before value for key 'draggable'. (key-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'helper'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'position'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'absolutePosition'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'offset'. (key-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'version'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'eventPrefix'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'defaults'. (key-spacing)
(#35) Missing space before value for key 'accept'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'activeClass'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'addClasses'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'greedy'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'hoverClass'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'scope'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'tolerance'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "switch". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "case". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unreachable code. (no-unreachable)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'current'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'droppables'. (key-spacing)
(#35) Missing space before value for key 'default'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'prepareOffsets'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Unexpected labeled statement. (no-labels)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "for". (keyword-spacing)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Unexpected label in continue statement. (no-labels)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'drop'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'drag'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Do not nest ternary expressions (no-nested-ternary)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) unnecessary '.call()'. (no-useless-call)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) 'jQuery' is not defined. (no-undef)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Unnecessary semicolon. (no-extra-semi)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_init'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_aspectRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'aspectRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'originalElement'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_proportionallyResizeElements'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_helper'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'marginLeft'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginTop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginRight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginBottom'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'marginLeft'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginTop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginRight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'marginBottom'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'zoom'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'display'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'margin'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'n'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'e'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 's'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'w'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'se'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'sw'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ne'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'nw'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'zIndex'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Do not nest ternary expressions (no-nested-ternary)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Do not nest ternary expressions (no-nested-ternary)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'destroy'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseCapture'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseStart'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseDrag'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'l' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'p' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'j' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'e' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseStop'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_updateCache'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'e' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_updateRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'h' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_respectSize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'q' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_proportionallyResize'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'j' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Don't make functions within a loop (no-loop-func)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_renderProxy'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'zIndex'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_change'. (key-spacing)
(#47) Missing space before value for key 'e'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'd' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'w'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'd' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'n'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 's'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'se'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'sw'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ne'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'nw'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_propagate'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'plugins'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ui'. (key-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'originalElement'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'element'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'helper'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'size'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'originalSize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'originalPosition'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'version'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'eventPrefix'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'defaults'. (key-spacing)
(#47) Missing space before value for key 'alsoResize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'animate'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'animateDuration'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'animateEasing'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'aspectRatio'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'autoHide'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'cancel'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'containment'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'delay'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'distance'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'ghost'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'grid'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'handles'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'helper'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'maxHeight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'maxWidth'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'minHeight'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'minWidth'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'zIndex'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'start'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) '_store' is not defined. (no-undef)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) '_store' is not defined. (no-undef)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'i' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) '_store' is not defined. (no-undef)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) '_store' is not defined. (no-undef)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'h' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) 'el' is not defined. (no-undef)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'm' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'duration'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'easing'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'step'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'start'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'q' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Do not nest ternary expressions (no-nested-ternary)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'element'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'element'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'p' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'e' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'l' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'm' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'k' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'start'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'g' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Missing space before value for key 'opacity'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'display'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'margin'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'g' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before value for key 'position'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'stop'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'f' is defined but never used (no-unused-vars)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) 'g' is defined but never used (no-unused-vars)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'resize'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) 'l' is defined but never used (no-unused-vars)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) 'k' is defined but never used (no-unused-vars)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) 'jQuery' is not defined. (no-undef)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Unnecessary semicolon. (no-extra-semi)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_init'. (key-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'element'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '$element'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'right'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'bottom'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'startselected'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selected'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selecting'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before value for key 'border'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'destroy'. (key-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_mouseStart'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing space before value for key 'z-index'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'position'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'width'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'height'. (key-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "this". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected to return a value at the end of this function. (consistent-return)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selecting'. (key-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_mouseDrag'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) 'f' is already defined (no-redeclare)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) 'f' used outside of binding context. (block-scoped-var)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "this". (keyword-spacing)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'width'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'height'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "else". (keyword-spacing)
(#59) Expected space(s) after "else". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selecting'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "else". (keyword-spacing)
(#59) Expected space(s) after "else". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "else". (keyword-spacing)
(#59) Expected space(s) after "else". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) before "if". (keyword-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselecting'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected no return value. (consistent-return)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_mouseStop'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) 'c' is defined but never used (no-unused-vars)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'unselected'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'selected'. (key-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'version'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'defaults'. (key-spacing)
(#59) Missing space before value for key 'appendTo'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'autoRefresh'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'cancel'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'delay'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'distance'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'filter'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'tolerance'. (key-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) 'jQuery' is not defined. (no-undef)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Unnecessary semicolon. (no-extra-semi)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_init'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#71) 'b' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'destroy'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseCapture'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) 'b' is defined but never used (no-unused-vars)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected to return a value at the end of this function. (consistent-return)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseStart'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'click'. (key-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'parent'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'relative'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'prev'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'parent'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Function '_mouseDrag' has a complexity of 26. (complexity)
(#71) Missing space before value for key '_mouseDrag'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_mouseStop'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected no return value. (consistent-return)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cancel'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'helper'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'dragging'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'reverting'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_noFinalSort'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'serialize'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'toArray'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_intersectsWith'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_intersectsWithPointer'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_intersectsWithSides'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getDragVerticalDirection'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getDragHorizontalDirection'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'refresh'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_connectWith'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getItemsAsjQuery'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'l' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'options'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) 'd' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_removeCurrentsFromItems'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_refreshItems'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'p' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) 'e' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'e' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'd' is already defined (no-redeclare)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'instance'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'width'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'height'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'refreshPositions'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) 'd' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'f' is already defined (no-redeclare)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'f' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'd' used outside of binding context. (block-scoped-var)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_createPlaceholder'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'element'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'update'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_contactContainers'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Blocks are nested too deeply (5). (max-depth)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Blocks are nested too deeply (6). (max-depth)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Blocks are nested too deeply (6). (max-depth)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Blocks are nested too deeply (5). (max-depth)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_createHelper'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'width'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'height'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'position'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getParentOffset'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_cacheMargins'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'width'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'height'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_setContainment'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'e' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Function '_generatePosition' has a complexity of 24. (complexity)
(#71) Missing space before value for key '_generatePosition'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "var". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_rearrange'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_clear'. (key-spacing)
(#71) Function '_clear' has a complexity of 28. (complexity)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) 'b' is defined but never used (no-unused-vars)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) after "else". (keyword-spacing)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Expected space(s) before "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' is already defined (no-redeclare)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "if". (keyword-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' is already defined (no-redeclare)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) 'c' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) Expected space(s) before "this". (keyword-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_trigger'. (key-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_uiHash'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing space before value for key 'helper'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'placeholder'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'position'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'absolutePosition'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'offset'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'item'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'sender'. (key-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'getter'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'version'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'eventPrefix'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'defaults'. (key-spacing)
(#71) Missing space before value for key 'appendTo'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'axis'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cancel'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'connectWith'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'containment'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cursor'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'cursorAt'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'delay'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'distance'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'dropOnEmpty'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'forcePlaceholderSize'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'forceHelperSize'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'grid'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'handle'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'helper'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'items'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'opacity'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'placeholder'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'revert'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scroll'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'scope'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'tolerance'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'zIndex'. (key-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#71) 'jQuery' is not defined. (no-undef)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Unnecessary semicolon. (no-extra-semi)
(#83) Line 83 exceeds the maximum line length of 132. (max-len)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_init'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) unnecessary '.call()'. (no-useless-call)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'destroy'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_setData'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_keydown'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "switch". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected no return value. (consistent-return)
(#83) Missing space before value for key 'target'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected no return value. (consistent-return)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected no return value. (consistent-return)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'resize'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) 'b' used outside of binding context. (block-scoped-var)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'activate'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing space before value for key 'target'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_findActive'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Do not nest ternary expressions (no-nested-ternary)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_clickHandler'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'options'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newHeader'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'oldHeader'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newContent'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'oldContent'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) 'c' is already defined (no-redeclare)
(#83) 'c' used outside of binding context. (block-scoped-var)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) 'h' used outside of binding context. (block-scoped-var)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) 'h' is already defined (no-redeclare)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) 'e' used outside of binding context. (block-scoped-var)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) 'e' is already defined (no-redeclare)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'options'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newHeader'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'oldHeader'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'newContent'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) 'c' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) 'h' used outside of binding context. (block-scoped-var)
(#83) Missing space before value for key 'oldContent'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) 'c' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) 'h' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) 'e' used outside of binding context. (block-scoped-var)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_toggle'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) Expected no return value. (consistent-return)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'toShow'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'toHide'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'complete'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'down'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'autoHeight'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'toShow'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'toHide'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'complete'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'down'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'autoHeight'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_completed'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'overflow'. (key-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'version'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'defaults'. (key-spacing)
(#83) Missing space before value for key 'active'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'alwaysOpen'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'animated'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'autoHeight'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'clearStyle'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'collapsible'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'event'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'fillSpace'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'header'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'icons'. (key-spacing)
(#83) Missing space before value for key 'header'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'headerSelected'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'navigation'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'navigationFilter'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'animations'. (key-spacing)
(#83) Missing space before value for key 'slide'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'value'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'unit'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing space before value for key 'height'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'overflow'. (key-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'step'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'complete'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing space before value for key 'overflow'. (key-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'bounceslide'. (key-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easeslide'. (key-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'easing'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'duration'. (key-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) 'jQuery' is not defined. (no-undef)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Unnecessary semicolon. (no-extra-semi)
(#97) Line 97 exceeds the maximum line length of 132. (max-len)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'dragStart'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'drag'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'dragStop'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resizeStart'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resize'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resizeStop'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_init'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'position'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'overflow'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'zIndex'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing space before value for key 'role'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) 'g' is defined but never used (no-unused-vars)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) 'h' is defined but never used (no-unused-vars)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) 'd' is defined but never used (no-unused-vars)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'destroy'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'close'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'isOpen'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'moveToTop'. (key-spacing)
(#97) Expected to return a value at the end of this function. (consistent-return)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'scrollTop'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'scrollLeft'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'open'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "var". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "var". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_createButtons'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_makeDraggable'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'cancel'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'handle'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'containment'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'start'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'drag'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'stop'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_makeResizable'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'cancel'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'alsoResize'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'start'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resize'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'handles'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'stop'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_position'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "switch". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "if". (keyword-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "switch". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'top'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'left'. (key-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_setData'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "switch". (keyword-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "case". (keyword-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_size'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'version'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'defaults'. (key-spacing)
(#97) Missing space before value for key 'autoOpen'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'bgiframe'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'buttons'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'closeOnEscape'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'closeText'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'dialogClass'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'draggable'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'hide'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minHeight'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'minWidth'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'modal'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'position'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resizable'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'show'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'stack'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'title'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'zIndex'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'getter'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'uuid'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxZ'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'getTitleId'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "return". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'overlay'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'instances'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'maxZ'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'events'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'create'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "return". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "var". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'destroy'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'resize'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Missing space before value for key 'width'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'height'. (key-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'destroy'. (key-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) 'jQuery' is not defined. (no-undef)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Unnecessary semicolon. (no-extra-semi)
(#109) Line 109 exceeds the maximum line length of 132. (max-len)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_init'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "while". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "switch". (keyword-spacing)
(#109) Expected space(s) after "switch". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "break". (keyword-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "var". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "switch". (keyword-spacing)
(#109) Expected space(s) before "switch". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected no return value. (consistent-return)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'destroy'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseCapture'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'x'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'y'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'top'. (key-spacing)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'top'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseStart'. (key-spacing)
(#109) 'b' is defined but never used (no-unused-vars)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseDrag'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'x'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'y'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_mouseStop'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_detectOrientation'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_normValueFromMouse'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "var". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "var". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_start'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_slide'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'g' is defined but never used (no-unused-vars)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'b' used outside of binding context. (block-scoped-var)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'values'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) 'b' is already defined (no-redeclare)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) 'h' is already defined (no-redeclare)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) 'h' used outside of binding context. (block-scoped-var)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_stop'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_change'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'handle'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'values'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_setData'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "switch". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Expected space(s) after "case". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "case". (keyword-spacing)
(#109) Expected a 'break' statement before 'case'. (no-fallthrough)
(#109) Expected space(s) before "case". (keyword-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "case". (keyword-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_step'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_value'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_values'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Expected space(s) before "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Expected space(s) before "this". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) before "return". (keyword-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_valueMin'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_valueMax'. (key-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key '_refreshValue'. (key-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) 'i' is defined but never used (no-unused-vars)
(#109) A space is required after ','. (comma-spacing)
(#109) 'h' is defined but never used (no-unused-vars)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) 'n' is defined but never used (no-unused-vars)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'lastValPercent' is not defined. (no-undef)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'bottom'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'lastValPercent' is not defined. (no-undef)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) 'lastValPercent' is not defined. (no-undef)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#109) Expected space(s) after "else". (keyword-spacing)
(#109) Expected space(s) before "else". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'queue'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'duration'. (key-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'getter'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'version'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'eventPrefix'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'defaults'. (key-spacing)
(#109) Missing space before value for key 'animate'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'delay'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'distance'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'max'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'min'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'orientation'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'range'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'step'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'value'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'values'. (key-spacing)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) 'jQuery' is not defined. (no-undef)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Unnecessary semicolon. (no-extra-semi)
(#121) Line 121 exceeds the maximum line length of 132. (max-len)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_init'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_setData'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_tabId'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_sanitizeSelector'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_cookie'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_ui'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "return". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing space before value for key 'tab'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'panel'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'index'. (key-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_cleanup'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Function '_tabify' has a complexity of 22. (complexity)
(#121) Missing space before value for key '_tabify'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected to return a value at the end of this function. (consistent-return)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'o' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "for". (keyword-spacing)
(#121) Expected space(s) before "for". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing JSDoc comment. (require-jsdoc)
(#121) Expected space(s) before "function". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before value for key 'display'. (key-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'q' is defined but never used (no-unused-vars)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected to return a value at the end of this function. (consistent-return)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "throw". (keyword-spacing)
(#121) Expected an object to be thrown. (no-throw-literal)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'destroy'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'add'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "var". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'j' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'remove'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'f' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'f' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'enable'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) 'd' is defined but never used (no-unused-vars)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'disable'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) 'b' is defined but never used (no-unused-vars)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'select'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'load'. (key-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'url'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'success'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "try". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) after "catch". (keyword-spacing)
(#121) Expected space(s) before "catch". (keyword-spacing)
(#121) Empty block statement. (no-empty)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'abort'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'url'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'length'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'version'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'getter'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'defaults'. (key-spacing)
(#121) Missing space before value for key 'ajaxOptions'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'cache'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'cookie'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'collapsible'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'disabled'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'event'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'fx'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'idPrefix'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'panelTemplate'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'spinner'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'tabTemplate'. (key-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'rotation'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'rotate'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) 'h' is defined but never used (no-unused-vars)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) 't' is not defined. (no-undef)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Expected space(s) before "else". (keyword-spacing)
(#121) Expected space(s) after "else". (keyword-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) 'jQuery' is not defined. (no-undef)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Unnecessary semicolon. (no-extra-semi)
(#133) Line 133 exceeds the maximum line length of 132. (max-len)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'datepicker'. (key-spacing)
(#133) Missing space before value for key 'version'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'closeText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'prevText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'nextText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'currentText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNamesMin'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dateFormat'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'firstDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'isRTL'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'showOn'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showAnim'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showOptions'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'defaultDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'appendText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'buttonText'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'buttonImage'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'buttonImageOnly'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'hideIfNoPrevNext'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'navigationAsDateFormat'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'gotoCurrent'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'changeMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'changeYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showMonthAfterYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'yearRange'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showOtherMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'calculateWeek'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'minDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'maxDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'duration'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'beforeShowDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'beforeShow'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'onSelect'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'onChangeMonthYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'onClose'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'numberOfMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showCurrentAtPos'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'stepMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'stepBigMonths'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'altField'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'altFormat'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'constrainInput'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'showButtonPanel'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'markerClassName'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'log'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Unexpected console statement. (no-console)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'setDefaults'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_attachDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "try". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) eval can be harmful. (no-eval)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#133) Expected space(s) before "catch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_newInst'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before value for key 'id'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'input'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'selectedYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'drawMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'drawYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'inline'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dpDiv'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_connectDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'src'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'alt'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'title'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'src'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'alt'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'title'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_inlineDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_dialogDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_destroyDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_enableDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing space before value for key 'opacity'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'cursor'. (key-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_disableDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing space before value for key 'opacity'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'cursor'. (key-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_isDisabledDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "for". (keyword-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getInst'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "try". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#133) Expected space(s) before "catch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_optionDatepicker'. (key-spacing)
(#133) Expected to return a value at the end of this function. (consistent-return)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_changeDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_refreshDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_setDateDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDateDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_doKeyDown'. (key-spacing)
(#133) Expected to return a value at the end of this function. (consistent-return)
(#133) Function '_doKeyDown' has a complexity of 42. (complexity)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Unreachable code. (no-unreachable)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_doKeyPress'. (key-spacing)
(#133) Expected to return a value at the end of this function. (consistent-return)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_showDatepicker'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Unexpected use of '|='. (no-bitwise)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'position'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'display'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'position'. (key-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'display'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_updateDatepicker'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_checkOffset'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_findPos'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_hideDatepicker'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before value for key 'position'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_tidyDialog'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_checkExternalClick'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_adjustDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_gotoToday'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_selectMonthYear'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_clickMonthYear'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_selectDay'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_clearDate'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_selectDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_updateAlternate'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dateStr' is not defined. (no-undef)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) 'dateStr' is not defined. (no-undef)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'noWeekends'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'iso8601Week'. (key-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Expected space(s) before "new". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Function 'parseDate' has a complexity of 36. (complexity)
(#133) Missing space before value for key 'parseDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Expected space(s) before "throw". (keyword-spacing)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "do". (keyword-spacing)
(#133) Unexpected constant condition. (no-constant-condition)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "while". (keyword-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) 'date' is already defined (no-redeclare)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected an object to be thrown. (no-throw-literal)
(#133) Expected space(s) after "throw". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) 'date' used outside of binding context. (block-scoped-var)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'ATOM'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'COOKIE'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'ISO_8601'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_822'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_850'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_1036'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_1123'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RFC_2822'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'RSS'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'TIMESTAMP'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'W3C'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Function 'formatDate' has a complexity of 26. (complexity)
(#133) Missing space before value for key 'formatDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) 'iFormat' used outside of binding context. (block-scoped-var)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Blocks are nested too deeply (5). (max-depth)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Blocks are nested too deeply (5). (max-depth)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_possibleChars'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'lookAhead' is not defined. (no-undef)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) 'lookAhead' is not defined. (no-undef)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "break". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_get'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_setDateFromField'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'defaultDate' is not defined. (no-undef)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "try". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'defaultDate' is not defined. (no-undef)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "catch". (keyword-spacing)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'defaultDate' is not defined. (no-undef)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDefaultDate'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_determineDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Expected space(s) after "case". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_daylightSavingAdjust'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_setDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) 'endDate' is defined but never used (no-unused-vars)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "this". (keyword-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDate'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_generateHTML'. (key-spacing)
(#133) Function '_generateHTML' has a complexity of 71. (complexity)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'stepBigMonths' is defined but never used (no-unused-vars)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "while". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dayNamesShort' is defined but never used (no-unused-vars)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'calculateWeek' is defined but never used (no-unused-vars)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "switch". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) 'dow' is already defined (no-redeclare)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'dow' used outside of binding context. (block-scoped-var)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Function '_generateMonthYearHeader' has a complexity of 26. (complexity)
(#133) Missing space before value for key '_generateMonthYearHeader'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "else". (keyword-spacing)
(#133) Expected space(s) after "else". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_adjustInstDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_notifyChange'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getNumberOfMonths'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getMinMaxDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getDaysInMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getFirstDayOfMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_canAdjustMonth'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_isInRange'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_getFormatConfig'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'dayNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'monthNames'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key '_formatDate'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Do not nest ternary expressions (no-nested-ternary)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "for". (keyword-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) Expected space(s) before "function". (keyword-spacing)
(#133) 'isArray' is defined but never used (no-unused-vars)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Unnecessary escape character: \A (no-useless-escape)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "var". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Expected space(s) before "if". (keyword-spacing)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Expected space(s) before "return". (keyword-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Identifier 'DP_jQuery' is not in camel case. (camelcase)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) 'jQuery' is not defined. (no-undef)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Unnecessary semicolon. (no-extra-semi)
(#145) Line 145 exceeds the maximum line length of 132. (max-len)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_init'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before value for key 'role'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'destroy'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'value'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Expected space(s) before "this". (keyword-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_setData'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Expected space(s) after "switch". (keyword-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Expected space(s) after "case". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_value'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Expected space(s) before "if". (keyword-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Expected space(s) before "this". (keyword-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Expected space(s) before "return". (keyword-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_valueMin'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_valueMax'. (key-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key '_refreshValue'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'version'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'defaults'. (key-spacing)
(#145) Missing space before value for key 'value'. (key-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) 'jQuery' is not defined. (no-undef)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Unnecessary semicolon. (no-extra-semi)
(#154) 'jQuery' is not defined. (no-undef)
(#154) Line 154 exceeds the maximum line length of 132. (max-len)
(#154) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'version'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'save'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'restore'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'setMode'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'getBaseline'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "switch". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "switch". (keyword-spacing)
(#154) Expected space(s) before "switch". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "case". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Missing space before value for key 'x'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'y'. (key-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'createWrapper'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'width'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'height'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'float'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'top'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'left'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'zIndex'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before value for key 'position'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'top'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'left'. (key-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'removeWrapper'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'setTransition'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) 'unit' is not defined. (no-undef)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) 'unit' is not defined. (no-undef)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'unit' is not defined. (no-undef)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'unit' is not defined. (no-undef)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'animateClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions (no-nested-ternary)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "for". (keyword-spacing)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) ["cssText"] is better written in dot notation. (dot-notation)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) ["cssText"] is better written in dot notation. (dot-notation)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions (no-nested-ternary)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions (no-nested-ternary)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing space before value for key '_show'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_hide'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '__toggle'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_addClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_removeClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key '_toggleClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'effect'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'method'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'options'. (key-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'duration'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'callback'. (key-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'show'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'hide'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'toggle'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'addClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'add'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'removeClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'remove'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'toggleClass'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'toggle'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'morph'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'add'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'remove'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'switchClass'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'cssUnit'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Unnecessary escape character: \% (no-useless-escape)
(#154) Unnecessary escape character: \% (no-useless-escape)
(#154) Unnecessary escape character: \% (no-useless-escape)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) Expected space(s) before "function". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "do". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "while". (keyword-spacing)
(#154) Expected space(s) before "while". (keyword-spacing)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "var". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'aqua'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'azure'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'beige'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'black'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'blue'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'brown'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'cyan'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkblue'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkcyan'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkgrey'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkgreen'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkkhaki'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkmagenta'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkorange'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkorchid'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkred'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darksalmon'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'darkviolet'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'fuchsia'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'gold'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'green'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'indigo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'khaki'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightblue'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightcyan'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightgreen'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightgrey'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightpink'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lightyellow'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'lime'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'magenta'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'maroon'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'navy'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'olive'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'orange'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'pink'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'purple'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'violet'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'red'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'silver'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'white'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'yellow'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'transparent'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'def'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'swing'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInQuad'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutQuad'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutQuad'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInCubic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutCubic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutCubic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInQuart'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutQuart'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutQuart'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInQuint'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutQuint'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutQuint'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInSine'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutSine'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutSine'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInExpo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutExpo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutExpo'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInCirc'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutCirc'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutCirc'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInElastic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' is already defined (no-redeclare)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' is already defined (no-redeclare)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutElastic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' is already defined (no-redeclare)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutElastic'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'j' is already defined (no-redeclare)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) 'j' used outside of binding context. (block-scoped-var)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInBack'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutBack'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutBack'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInBounce'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeOutBounce'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) after "else". (keyword-spacing)
(#154) Expected space(s) before "else". (keyword-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'easeInOutBounce'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) 'jQuery' is not defined. (no-undef)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Unnecessary semicolon. (no-extra-semi)
(#166) Line 166 exceeds the maximum line length of 132. (max-len)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before value for key 'overflow'. (key-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Expected space(s) before "var". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space after '{'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) 'jQuery' is not defined. (no-undef)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Unnecessary semicolon. (no-extra-semi)
(#178) Line 178 exceeds the maximum line length of 132. (max-len)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Function 'anonymous' has a complexity of 27. (complexity)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'c' is already defined (no-redeclare)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'margin'. (key-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'margin'. (key-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'opacity'. (key-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) before "for". (keyword-spacing)
(#178) Expected space(s) after "for". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'h' is already defined (no-redeclare)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing space before value for key 'opacity'. (key-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) 'h' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Expected space(s) after "else". (keyword-spacing)
(#178) Expected space(s) before "else". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) 'o' is already defined (no-redeclare)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' is already defined (no-redeclare)
(#178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) 'o' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) 'm' used outside of binding context. (block-scoped-var)
(#178) A space is required after ','. (comma-spacing)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space after '{'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Missing semicolon. (semi)
(#178) 'jQuery' is not defined. (no-undef)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Unnecessary semicolon. (no-extra-semi)
(#190) Line 190 exceeds the maximum line length of 132. (max-len)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Requires a space after '{'. (block-spacing)
(#190) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'overflow'. (key-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before value for key 'size'. (key-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'position'. (key-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) Expected space(s) before "var". (keyword-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'queue'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'duration'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'easing'. (key-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing space before value for key 'complete'. (key-spacing)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Requires a space after '{'. (block-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Requires a space after '{'. (block-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) Requires a space before '}'. (block-spacing)
(#190) Missing semicolon. (semi)
(#190) Missing semicolon. (semi)
(#190) Requires a space before '}'. (block-spacing)
(#190) 'jQuery' is not defined. (no-undef)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Unnecessary semicolon. (no-extra-semi)
(#202) Line 202 exceeds the maximum line length of 132. (max-len)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Requires a space after '{'. (block-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before value for key 'margin'. (key-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before value for key 'margin'. (key-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) Expected space(s) before "var". (keyword-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing space before value for key 'opacity'. (key-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Do not nest ternary expressions (no-nested-ternary)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'queue'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'duration'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'easing'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'complete'. (key-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Infix operators must be spaced. (space-infix-ops)
(#202) Requires a space after '{'. (block-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Requires a space after '{'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) Requires a space before '}'. (block-spacing)
(#202) Missing semicolon. (semi)
(#202) 'jQuery' is not defined. (no-undef)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Unnecessary semicolon. (no-extra-semi)
(#214) Line 214 exceeds the maximum line length of 132. (max-len)
(#214) Requires a space after '{'. (block-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Do not nest ternary expressions (no-nested-ternary)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected space(s) after "for". (keyword-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Expected space(s) after "for". (keyword-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing space before value for key 'position'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'visibility'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'left'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'top'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'position'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'overflow'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'width'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'height'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'left'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'top'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'opacity'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'left'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'top'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'opacity'. (key-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing space before value for key 'visibility'. (key-spacing)
(#214) Missing space before value for key 'visibility'. (key-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected space(s) after "if". (keyword-spacing)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space after '{'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Requires a space before '}'. (block-spacing)
(#214) Missing semicolon. (semi)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) Missing semicolon. (semi)
(#214) Requires a space before '}'. (block-spacing)
(#214) 'jQuery' is not defined. (no-undef)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Unnecessary semicolon. (no-extra-semi)
(#226) Line 226 exceeds the maximum line length of 132. (max-len)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#226) Requires a space after '{'. (block-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before value for key 'overflow'. (key-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Expected space(s) before "if". (keyword-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before value for key 'height'. (key-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key 'width'. (key-spacing)
(#226) Missing space before value for key 'height'. (key-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key 'width'. (key-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Expected space(s) before "var". (keyword-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) Missing semicolon. (semi)
(#226) Requires a space before '}'. (block-spacing)
(#226) 'jQuery' is not defined. (no-undef)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Unnecessary semicolon. (no-extra-semi)
(#238) Line 238 exceeds the maximum line length of 132. (max-len)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Missing space before value for key 'backgroundImage'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'backgroundColor'. (key-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing space before value for key 'backgroundColor'. (key-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'queue'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'duration'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'easing'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'complete'. (key-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Requires a space after '{'. (block-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Infix operators must be spaced. (space-infix-ops)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Expected space(s) before "if". (keyword-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) Missing semicolon. (semi)
(#238) Missing semicolon. (semi)
(#238) Requires a space before '}'. (block-spacing)
(#238) 'jQuery' is not defined. (no-undef)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Unnecessary semicolon. (no-extra-semi)
(#250) Line 250 exceeds the maximum line length of 132. (max-len)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Expected space(s) before "if". (keyword-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) before "for". (keyword-spacing)
(#250) Expected space(s) after "for". (keyword-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) before "if". (keyword-spacing)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Infix operators must be spaced. (space-infix-ops)
(#250) Requires a space after '{'. (block-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Expected space(s) before "else". (keyword-spacing)
(#250) Expected space(s) after "else". (keyword-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before value for key 'opacity'. (key-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) A space is required after ','. (comma-spacing)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Requires a space after '{'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Missing semicolon. (semi)
(#250) 'jQuery' is not defined. (no-undef)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Unnecessary semicolon. (no-extra-semi)
(#262) Line 262 exceeds the maximum line length of 132. (max-len)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Do not nest ternary expressions (no-nested-ternary)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) before "var". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'y'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'x'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) before "var". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'from'. (key-spacing)
(#262) Missing space before value for key 'y'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'x'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'to'. (key-spacing)
(#262) Missing space before value for key 'y'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'x'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) before "var". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'height'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'width'. (key-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Expected space(s) before "if". (keyword-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) 'child' is not defined. (no-undef)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) 'child' is not defined. (no-undef)
(#262) 'child' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) 'child' is not defined. (no-undef)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'queue'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'duration'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'easing'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'complete'. (key-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Requires a space after '{'. (block-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) A space is required after ','. (comma-spacing)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) Requires a space before '}'. (block-spacing)
(#262) Requires a space before '}'. (block-spacing)
(#262) Missing semicolon. (semi)
(#262) 'jQuery' is not defined. (no-undef)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Unnecessary semicolon. (no-extra-semi)
(#274) Line 274 exceeds the maximum line length of 132. (max-len)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) 'k' is defined but never used (no-unused-vars)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected space(s) after "for". (keyword-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Expected space(s) after "if". (keyword-spacing)
(#274) Requires a space after '{'. (block-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) A space is required after ','. (comma-spacing)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing semicolon. (semi)
(#274) Requires a space before '}'. (block-spacing)
(#274) Missing semicolon. (semi)
(#274) 'jQuery' is not defined. (no-undef)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Unnecessary semicolon. (no-extra-semi)
(#286) Line 286 exceeds the maximum line length of 132. (max-len)
(#286) Requires a space after '{'. (block-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Requires a space after '{'. (block-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Requires a space after '{'. (block-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Missing space before value for key 'overflow'. (key-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing space before value for key 'margin'. (key-spacing)
(#286) Missing space before value for key 'margin'. (key-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Requires a space after '{'. (block-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) A space is required after ','. (comma-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Requires a space before '}'. (block-spacing)
(#286) Missing semicolon. (semi)
(#286) Expected space(s) before "var". (keyword-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Do not nest ternary expressions (no-nested-ternary)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing space before value for key 'queue'. (key-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing space before value for key 'duration'. (key-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing space before value for key 'easing'. (key-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing space before value for key 'complete'. (key-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Infix operators must be spaced. (space-infix-ops)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (semi)
(#286) Requires a space before '}'. (block-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing semicolon. (semi)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Requires a space before '}'. (block-spacing)
(#286) Missing semicolon. (semi)
(#286) Missing semicolon. (semi)
(#286) Requires a space before '}'. (block-spacing)
(#286) Requires a space before '}'. (block-spacing)
(#286) Missing semicolon. (semi)
(#286) Requires a space before '}'. (block-spacing)
(#286) Missing semicolon. (semi)
(#286) 'jQuery' is not defined. (no-undef)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Unnecessary semicolon. (no-extra-semi)
(#298) Line 298 exceeds the maximum line length of 132. (max-len)
(#298) Requires a space after '{'. (block-spacing)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) Missing space before value for key 'top'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'left'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'height'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'width'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) Missing space before value for key 'top'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'left'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'height'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'width'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'position'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Requires a space after '{'. (block-spacing)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#298) Infix operators must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Missing semicolon. (semi)
(#298) Requires a space before '}'. (block-spacing)
(#298) Missing semicolon. (semi)
(#298) Requires a space before '}'. (block-spacing)
(#298) Requires a space before '}'. (block-spacing)
(#298) Missing semicolon. (semi)
(#298) Missing semicolon. (semi)
(#298) Requires a space before '}'. (block-spacing)
(#298) 'jQuery' is not defined. (no-undef)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Unnecessary semicolon. (no-extra-semi)
mod/scormcloud/scripts/jquery.tipsy.js
(#5) Trailing spaces not allowed. (no-trailing-spaces)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#21) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#65) Expected { after 'if' condition. (curly)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#87) Trailing spaces not allowed. (no-trailing-spaces)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#99) Trailing spaces not allowed. (no-trailing-spaces)
(#103) Trailing spaces not allowed. (no-trailing-spaces)
(#104) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/jquery.xmldom-1.0.min.js
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#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) 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) DOMParser is a read-only native object. (no-native-reassign)
(#12) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Unexpected empty function. (no-empty-function)
(#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) 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) 'ActiveXObject' is not defined. (no-undef)
(#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) 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) 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) 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 space(s) after "try". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) 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 space(s) after "if". (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 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) 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) Expected space(s) after "if". (keyword-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) Expected an object to be thrown. (no-throw-literal)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Expected an object to be thrown. (no-throw-literal)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "catch". (keyword-spacing)
(#12) Expected space(s) before "catch". (keyword-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) 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 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) 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) before "else". (keyword-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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Expected space(s) before "return". (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) 'd' used outside of binding context. (block-scoped-var)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/rustici.cloud.js
(#1) '$' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#3) Expected space or tab after '//' in comment. (spaced-comment)
(#4) '$' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#5) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Expected space or tab after '//' in comment. (spaced-comment)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#11) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) 'BuildRegistrationDetail' is defined but never used (no-unused-vars)
(#14) Missing space before opening brace. (space-before-blocks)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#16) '_output' is not defined. (no-undef)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Identifier '_learner_name' is not in camel case. (camelcase)
(#18) '_learner_name' is not defined. (no-undef)
(#19) '_title' is not defined. (no-undef)
(#20) Trailing spaces not allowed. (no-trailing-spaces)
(#21) '_learner_name' is not defined. (no-undef)
(#21) Identifier '_learner_name' is not in camel case. (camelcase)
(#21) '$' is not defined. (no-undef)
(#22) '$' is not defined. (no-undef)
(#22) Missing space before opening brace. (space-before-blocks)
(#23) '_title' is not defined. (no-undef)
(#23) '$' is not defined. (no-undef)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) '_output' is not defined. (no-undef)
(#27) Identifier '_learner_name' is not in camel case. (camelcase)
(#27) '_learner_name' is not defined. (no-undef)
(#28) '_output' is not defined. (no-undef)
(#29) '_output' is not defined. (no-undef)
(#29) '_title' is not defined. (no-undef)
(#30) Unexpected alert. (no-alert)
(#30) '_output' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#31) '_output' is not defined. (no-undef)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
mod/scormcloud/scripts/rustici.moodle.cloud.js
(#1) '$' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#3) '$' is not defined. (no-undef)
(#4) Expected space or tab after '//' in comment. (spaced-comment)
(#5) '$' is not defined. (no-undef)
(#6) '$' is not defined. (no-undef)
mod/scormcloud/scripts/rustici.webcontrols.activityreport.js
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) 'BuildActivityReport' is defined but never used (no-unused-vars)
(#3) Expected space or tab after '//' in comment. (spaced-comment)
(#4) Trailing spaces not allowed. (no-trailing-spaces)
(#5) '$' is not defined. (no-undef)
(#10) Missing JSDoc comment. (require-jsdoc)
(#11) '$' is not defined. (no-undef)
(#12) '$' is not defined. (no-undef)
(#24) '$' is not defined. (no-undef)
(#25) '$' is not defined. (no-undef)
(#25) '$' is not defined. (no-undef)
(#31) Missing JSDoc comment. (require-jsdoc)
(#41) Missing JSDoc comment. (require-jsdoc)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#49) '$' is not defined. (no-undef)
(#52) '$' is not defined. (no-undef)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) '$' is not defined. (no-undef)
(#55) '$' is not defined. (no-undef)
(#56) '$' is not defined. (no-undef)
(#57) '$' is not defined. (no-undef)
(#58) '$' is not defined. (no-undef)
(#59) '$' is not defined. (no-undef)
(#61) Multiple spaces found before ''</li>''. (no-multi-spaces)
(#69) Missing JSDoc comment. (require-jsdoc)
(#76) '$' is not defined. (no-undef)
(#78) '$' is not defined. (no-undef)
(#100) Missing semicolon. (semi)
(#104) Missing JSDoc comment. (require-jsdoc)
(#104) Identifier 'learner_preference' is not in camel case. (camelcase)
(#106) '$' is not defined. (no-undef)
(#108) '$' is not defined. (no-undef)
(#109) Identifier 'learner_preference' is not in camel case. (camelcase)
(#110) Identifier 'learner_preference' is not in camel case. (camelcase)
(#111) Identifier 'learner_preference' is not in camel case. (camelcase)
(#112) Identifier 'learner_preference' is not in camel case. (camelcase)
(#113) Missing semicolon. (semi)
(#116) Missing JSDoc comment. (require-jsdoc)
(#118) '$' is not defined. (no-undef)
(#120) '$' is not defined. (no-undef)
(#128) Missing semicolon. (semi)
(#132) Missing JSDoc comment. (require-jsdoc)
(#134) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#136) Trailing spaces not allowed. (no-trailing-spaces)
(#140) '$' is not defined. (no-undef)
(#143) '$' is not defined. (no-undef)
(#145) '$' is not defined. (no-undef)
(#146) '$' is not defined. (no-undef)
(#147) '$' is not defined. (no-undef)
(#148) '$' is not defined. (no-undef)
(#149) '$' is not defined. (no-undef)
(#150) '$' is not defined. (no-undef)
(#151) '$' is not defined. (no-undef)
(#152) '$' is not defined. (no-undef)
(#153) '$' is not defined. (no-undef)
(#154) '$' is not defined. (no-undef)
(#164) Missing JSDoc comment. (require-jsdoc)
(#166) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#168) Trailing spaces not allowed. (no-trailing-spaces)
(#171) 'commentType' used outside of binding context. (block-scoped-var)
(#172) Trailing spaces not allowed. (no-trailing-spaces)
(#173) 'commentType' used outside of binding context. (block-scoped-var)
(#173) 'commentType' is already defined (no-redeclare)
(#178) '$' is not defined. (no-undef)
(#181) '$' is not defined. (no-undef)
(#182) 'commentType' used outside of binding context. (block-scoped-var)
(#182) 'commentType' used outside of binding context. (block-scoped-var)
(#183) '$' is not defined. (no-undef)
(#184) 'commentType' used outside of binding context. (block-scoped-var)
(#184) 'commentType' used outside of binding context. (block-scoped-var)
(#184) '$' is not defined. (no-undef)
(#185) 'commentType' used outside of binding context. (block-scoped-var)
(#185) 'commentType' used outside of binding context. (block-scoped-var)
(#185) '$' is not defined. (no-undef)
(#186) 'commentType' used outside of binding context. (block-scoped-var)
(#186) 'commentType' used outside of binding context. (block-scoped-var)
(#186) '$' is not defined. (no-undef)
(#195) Missing JSDoc comment. (require-jsdoc)
(#197) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#199) Trailing spaces not allowed. (no-trailing-spaces)
(#203) '$' is not defined. (no-undef)
(#205) Trailing spaces not allowed. (no-trailing-spaces)
(#206) '$' is not defined. (no-undef)
(#207) '$' is not defined. (no-undef)
(#216) Missing JSDoc comment. (require-jsdoc)
(#218) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#220) Trailing spaces not allowed. (no-trailing-spaces)
(#224) '$' is not defined. (no-undef)
(#227) '$' is not defined. (no-undef)
(#229) '$' is not defined. (no-undef)
(#230) '$' is not defined. (no-undef)
(#231) '$' is not defined. (no-undef)
(#232) '$' is not defined. (no-undef)
(#233) '$' is not defined. (no-undef)
(#234) '$' is not defined. (no-undef)
(#235) '$' is not defined. (no-undef)
(#236) '$' is not defined. (no-undef)
(#237) '$' is not defined. (no-undef)
(#238) '$' is not defined. (no-undef)
(#248) Trailing spaces not allowed. (no-trailing-spaces)
(#250) Missing JSDoc comment. (require-jsdoc)
(#252) '$' is not defined. (no-undef)
(#252) Trailing spaces not allowed. (no-trailing-spaces)
(#253) Missing space before opening brace. (space-before-blocks)
(#253) Trailing spaces not allowed. (no-trailing-spaces)
(#254) Trailing spaces not allowed. (no-trailing-spaces)
(#255) '$' is not defined. (no-undef)
(#255) Trailing spaces not allowed. (no-trailing-spaces)
(#256) '$' is not defined. (no-undef)
(#256) Trailing spaces not allowed. (no-trailing-spaces)
(#257) A space is required after ','. (comma-spacing)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#258) Trailing spaces not allowed. (no-trailing-spaces)
(#259) Trailing spaces not allowed. (no-trailing-spaces)
(#260) '$' is not defined. (no-undef)
(#260) Trailing spaces not allowed. (no-trailing-spaces)
(#261) A space is required after ','. (comma-spacing)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#262) Trailing spaces not allowed. (no-trailing-spaces)
(#263) Trailing spaces not allowed. (no-trailing-spaces)
(#264) Trailing spaces not allowed. (no-trailing-spaces)
(#265) Trailing spaces not allowed. (no-trailing-spaces)
(#267) A space is required after ','. (comma-spacing)
(#267) Trailing spaces not allowed. (no-trailing-spaces)
(#270) '$' is not defined. (no-undef)
(#270) Trailing spaces not allowed. (no-trailing-spaces)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#272) Missing space before value for key 'list-style-image'. (key-spacing)
(#272) Trailing spaces not allowed. (no-trailing-spaces)
mod/scormcloud/scripts/rustici.webcontrols.properties.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Trailing spaces not allowed. (no-trailing-spaces)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected space or tab after '//' in comment. (spaced-comment)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) '$' is not defined. (no-undef)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) '$' is not defined. (no-undef)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) '$' is not defined. (no-undef)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#17) '$' is not defined. (no-undef)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#34) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) '$' is not defined. (no-undef)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#48) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) '$' is not defined. (no-undef)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) '$' is not defined. (no-undef)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) '$' is not defined. (no-undef)
(#54) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#61) Missing JSDoc comment. (require-jsdoc)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) '$' is not defined. (no-undef)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#71) '$' is not defined. (no-undef)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) '$' is not defined. (no-undef)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Trailing spaces not allowed. (no-trailing-spaces)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#83) '$' is not defined. (no-undef)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) '$' is not defined. (no-undef)
(#86) Expected space or tab after '//' in comment. (spaced-comment)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) '$' is not defined. (no-undef)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected space(s) before "else". (keyword-spacing)
(#88) Expected space(s) after "else". (keyword-spacing)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) '$' is not defined. (no-undef)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) '$' is not defined. (no-undef)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Trailing spaces not allowed. (no-trailing-spaces)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Trailing spaces not allowed. (no-trailing-spaces)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#97) Missing JSDoc comment. (require-jsdoc)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) '$' is not defined. (no-undef)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Trailing spaces not allowed. (no-trailing-spaces)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) '$' is not defined. (no-undef)
(#101) A space is required after ','. (comma-spacing)
(#101) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#101) '$' is not defined. (no-undef)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) '$' is not defined. (no-undef)
(#102) A space is required after ','. (comma-spacing)
(#102) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#102) '$' is not defined. (no-undef)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) '$' is not defined. (no-undef)
(#103) A space is required after ','. (comma-spacing)
(#103) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#103) '$' is not defined. (no-undef)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) '$' is not defined. (no-undef)
(#104) A space is required after ','. (comma-spacing)
(#104) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#104) '$' is not defined. (no-undef)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) '$' is not defined. (no-undef)
(#105) A space is required after ','. (comma-spacing)
(#105) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#105) '$' is not defined. (no-undef)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) '$' is not defined. (no-undef)
(#107) A space is required after ','. (comma-spacing)
(#107) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#107) '$' is not defined. (no-undef)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected space or tab after '//' in comment. (spaced-comment)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Trailing spaces not allowed. (no-trailing-spaces)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) '$' is not defined. (no-undef)
(#111) '$' is not defined. (no-undef)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Trailing spaces not allowed. (no-trailing-spaces)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) '$' is not defined. (no-undef)
(#113) A space is required after ','. (comma-spacing)
(#113) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#113) '$' is not defined. (no-undef)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Trailing spaces not allowed. (no-trailing-spaces)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) '$' is not defined. (no-undef)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) '$' is not defined. (no-undef)
(#118) A space is required after ','. (comma-spacing)
(#118) '$' is not defined. (no-undef)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Line 120 exceeds the maximum line length of 132. (max-len)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#120) '$' is not defined. (no-undef)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) '$' is not defined. (no-undef)
(#122) A space is required after ','. (comma-spacing)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) '$' is not defined. (no-undef)
(#123) '$' is not defined. (no-undef)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) '$' is not defined. (no-undef)
(#124) '$' is not defined. (no-undef)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected space(s) before "else". (keyword-spacing)
(#125) Expected space(s) after "else". (keyword-spacing)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) '$' is not defined. (no-undef)
(#126) A space is required after ','. (comma-spacing)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) '$' is not defined. (no-undef)
(#127) '$' is not defined. (no-undef)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) '$' is not defined. (no-undef)
(#128) '$' is not defined. (no-undef)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Trailing spaces not allowed. (no-trailing-spaces)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Line 132 exceeds the maximum line length of 132. (max-len)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#132) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#132) '$' is not defined. (no-undef)
(#132) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#132) '$' is not defined. (no-undef)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) '$' is not defined. (no-undef)
(#134) A space is required after ','. (comma-spacing)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) '$' is not defined. (no-undef)
(#135) A space is required after ','. (comma-spacing)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) '$' is not defined. (no-undef)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected space(s) before "else". (keyword-spacing)
(#137) Expected space(s) after "else". (keyword-spacing)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) '$' is not defined. (no-undef)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Line 139 exceeds the maximum line length of 132. (max-len)
(#139) Expected space(s) after "if". (keyword-spacing)
(#139) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#139) '$' is not defined. (no-undef)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) '$' is not defined. (no-undef)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) '$' is not defined. (no-undef)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) '$' is not defined. (no-undef)
(#143) A space is required after ','. (comma-spacing)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) '$' is not defined. (no-undef)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) '$' is not defined. (no-undef)
(#145) A space is required after ','. (comma-spacing)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected space(s) after "else". (keyword-spacing)
(#146) Expected space(s) before "else". (keyword-spacing)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) '$' is not defined. (no-undef)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) '$' is not defined. (no-undef)
(#148) A space is required after ','. (comma-spacing)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) '$' is not defined. (no-undef)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) '$' is not defined. (no-undef)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Trailing spaces not allowed. (no-trailing-spaces)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Trailing spaces not allowed. (no-trailing-spaces)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) '$' is not defined. (no-undef)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) '$' is not defined. (no-undef)
(#158) A space is required after ','. (comma-spacing)
(#158) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#158) '$' is not defined. (no-undef)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) '$' is not defined. (no-undef)
(#159) A space is required after ','. (comma-spacing)
(#159) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#159) '$' is not defined. (no-undef)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) '$' is not defined. (no-undef)
(#160) '$' is not defined. (no-undef)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) '$' is not defined. (no-undef)
(#161) '$' is not defined. (no-undef)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) '$' is not defined. (no-undef)
(#162) '$' is not defined. (no-undef)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) '$' is not defined. (no-undef)
(#163) A space is required after ','. (comma-spacing)
(#163) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#163) '$' is not defined. (no-undef)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) '$' is not defined. (no-undef)
(#164) A space is required after ','. (comma-spacing)
(#164) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#164) '$' is not defined. (no-undef)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Line 165 exceeds the maximum line length of 132. (max-len)
(#165) '$' is not defined. (no-undef)
(#165) A space is required after ','. (comma-spacing)
(#165) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#165) '$' is not defined. (no-undef)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) '$' is not defined. (no-undef)
(#166) A space is required after ','. (comma-spacing)
(#166) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#166) '$' is not defined. (no-undef)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) '$' is not defined. (no-undef)
(#167) A space is required after ','. (comma-spacing)
(#167) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#167) '$' is not defined. (no-undef)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) '$' is not defined. (no-undef)
(#168) A space is required after ','. (comma-spacing)
(#168) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#168) '$' is not defined. (no-undef)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected space or tab after '//' in comment. (spaced-comment)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) '$' is not defined. (no-undef)
(#170) '$' is not defined. (no-undef)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected space or tab after '//' in comment. (spaced-comment)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) '$' is not defined. (no-undef)
(#172) '$' is not defined. (no-undef)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Trailing spaces not allowed. (no-trailing-spaces)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) '$' is not defined. (no-undef)
(#176) '$' is not defined. (no-undef)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) '$' is not defined. (no-undef)
(#178) '$' is not defined. (no-undef)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Trailing spaces not allowed. (no-trailing-spaces)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Trailing spaces not allowed. (no-trailing-spaces)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected space or tab after '//' in comment. (spaced-comment)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Trailing spaces not allowed. (no-trailing-spaces)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) '$' is not defined. (no-undef)
(#183) A space is required after ','. (comma-spacing)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) Expected space or tab after '//' in comment. (spaced-comment)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Trailing spaces not allowed. (no-trailing-spaces)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#185) Expected space(s) after "if". (keyword-spacing)
(#185) '$' is not defined. (no-undef)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) '$' is not defined. (no-undef)
(#187) A space is required after ','. (comma-spacing)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected space(s) after "if". (keyword-spacing)
(#189) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#189) '$' is not defined. (no-undef)
(#189) Infix operators must be spaced. (space-infix-ops)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) '$' is not defined. (no-undef)
(#191) A space is required after ','. (comma-spacing)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Trailing spaces not allowed. (no-trailing-spaces)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) '$' is not defined. (no-undef)
(#194) A space is required after ','. (comma-spacing)
(#194) There should be no spaces inside this paren. (space-in-parens)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#196) '$' is not defined. (no-undef)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) '$' is not defined. (no-undef)
(#198) A space is required after ','. (comma-spacing)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) '$' is not defined. (no-undef)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) '$' is not defined. (no-undef)
(#202) A space is required after ','. (comma-spacing)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Trailing spaces not allowed. (no-trailing-spaces)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) '$' is not defined. (no-undef)
(#205) A space is required after ','. (comma-spacing)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) Expected space or tab after '//' in comment. (spaced-comment)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Trailing spaces not allowed. (no-trailing-spaces)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#207) Expected space(s) after "if". (keyword-spacing)
(#207) '$' is not defined. (no-undef)
(#207) Infix operators must be spaced. (space-infix-ops)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) '$' is not defined. (no-undef)
(#209) A space is required after ','. (comma-spacing)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#211) Expected space(s) after "if". (keyword-spacing)
(#211) '$' is not defined. (no-undef)
(#211) Infix operators must be spaced. (space-infix-ops)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) '$' is not defined. (no-undef)
(#213) A space is required after ','. (comma-spacing)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Trailing spaces not allowed. (no-trailing-spaces)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) '$' is not defined. (no-undef)
(#216) A space is required after ','. (comma-spacing)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#218) Expected space(s) after "if". (keyword-spacing)
(#218) '$' is not defined. (no-undef)
(#218) Infix operators must be spaced. (space-infix-ops)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) '$' is not defined. (no-undef)
(#220) A space is required after ','. (comma-spacing)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#222) Expected space(s) after "if". (keyword-spacing)
(#222) '$' is not defined. (no-undef)
(#222) Infix operators must be spaced. (space-infix-ops)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) '$' is not defined. (no-undef)
(#224) A space is required after ','. (comma-spacing)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) '$' is not defined. (no-undef)
(#226) Infix operators must be spaced. (space-infix-ops)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) '$' is not defined. (no-undef)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected space(s) after "else". (keyword-spacing)
(#229) Expected space(s) before "else". (keyword-spacing)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) '$' is not defined. (no-undef)
(#230) A space is required after ','. (comma-spacing)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Trailing spaces not allowed. (no-trailing-spaces)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Trailing spaces not allowed. (no-trailing-spaces)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected space or tab after '//' in comment. (spaced-comment)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Line 236 exceeds the maximum line length of 132. (max-len)
(#236) '$' is not defined. (no-undef)
(#236) '$' is not defined. (no-undef)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Line 237 exceeds the maximum line length of 132. (max-len)
(#237) '$' is not defined. (no-undef)
(#237) '$' is not defined. (no-undef)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Line 238 exceeds the maximum line length of 132. (max-len)
(#238) '$' is not defined. (no-undef)
(#238) '$' is not defined. (no-undef)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Line 239 exceeds the maximum line length of 132. (max-len)
(#239) '$' is not defined. (no-undef)
(#239) '$' is not defined. (no-undef)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Line 240 exceeds the maximum line length of 132. (max-len)
(#240) '$' is not defined. (no-undef)
(#240) '$' is not defined. (no-undef)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Line 241 exceeds the maximum line length of 132. (max-len)
(#241) '$' is not defined. (no-undef)
(#241) '$' is not defined. (no-undef)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Line 242 exceeds the maximum line length of 132. (max-len)
(#242) '$' is not defined. (no-undef)
(#242) '$' is not defined. (no-undef)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Line 243 exceeds the maximum line length of 132. (max-len)
(#243) '$' is not defined. (no-undef)
(#243) '$' is not defined. (no-undef)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Line 245 exceeds the maximum line length of 132. (max-len)
(#245) '$' is not defined. (no-undef)
(#245) '$' is not defined. (no-undef)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Line 246 exceeds the maximum line length of 132. (max-len)
(#246) '$' is not defined. (no-undef)
(#246) '$' is not defined. (no-undef)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Line 247 exceeds the maximum line length of 132. (max-len)
(#247) '$' is not defined. (no-undef)
(#247) '$' is not defined. (no-undef)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Line 248 exceeds the maximum line length of 132. (max-len)
(#248) '$' is not defined. (no-undef)
(#248) '$' is not defined. (no-undef)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Line 249 exceeds the maximum line length of 132. (max-len)
(#249) '$' is not defined. (no-undef)
(#249) '$' is not defined. (no-undef)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Line 250 exceeds the maximum line length of 132. (max-len)
(#250) '$' is not defined. (no-undef)
(#250) '$' is not defined. (no-undef)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Line 251 exceeds the maximum line length of 132. (max-len)
(#251) '$' is not defined. (no-undef)
(#251) '$' is not defined. (no-undef)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Line 252 exceeds the maximum line length of 132. (max-len)
(#252) '$' is not defined. (no-undef)
(#252) '$' is not defined. (no-undef)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Trailing spaces not allowed. (no-trailing-spaces)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) '$' is not defined. (no-undef)
(#254) '$' is not defined. (no-undef)
(#254) Trailing spaces not allowed. (no-trailing-spaces)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected space or tab after '//' in comment. (spaced-comment)
(#255) Trailing spaces not allowed. (no-trailing-spaces)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) '$' is not defined. (no-undef)
(#256) '$' is not defined. (no-undef)
(#256) Trailing spaces not allowed. (no-trailing-spaces)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected space or tab after '//' in comment. (spaced-comment)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) '$' is not defined. (no-undef)
(#258) A space is required after ','. (comma-spacing)
(#258) '$' is not defined. (no-undef)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Trailing spaces not allowed. (no-trailing-spaces)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Trailing spaces not allowed. (no-trailing-spaces)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected space or tab after '//' in comment. (spaced-comment)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Trailing spaces not allowed. (no-trailing-spaces)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#264) Missing JSDoc comment. (require-jsdoc)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) '$' is not defined. (no-undef)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) '$' is not defined. (no-undef)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) '$' is not defined. (no-undef)
(#268) A space is required after ','. (comma-spacing)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) '$' is not defined. (no-undef)
(#269) A space is required after ','. (comma-spacing)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) '$' is not defined. (no-undef)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) '$' is not defined. (no-undef)
(#273) A space is required after ','. (comma-spacing)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) '$' is not defined. (no-undef)
(#274) A space is required after ','. (comma-spacing)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) '$' is not defined. (no-undef)
(#275) A space is required after ','. (comma-spacing)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Trailing spaces not allowed. (no-trailing-spaces)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) '$' is not defined. (no-undef)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) '$' is not defined. (no-undef)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) '$' is not defined. (no-undef)
(#280) A space is required after ','. (comma-spacing)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) '$' is not defined. (no-undef)
(#281) A space is required after ','. (comma-spacing)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Trailing spaces not allowed. (no-trailing-spaces)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Trailing spaces not allowed. (no-trailing-spaces)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) '$' is not defined. (no-undef)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) '$' is not defined. (no-undef)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) '$' is not defined. (no-undef)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) '$' is not defined. (no-undef)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Trailing spaces not allowed. (no-trailing-spaces)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) '$' is not defined. (no-undef)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#292) '$' is not defined. (no-undef)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) '$' is not defined. (no-undef)
(#293) '$' is not defined. (no-undef)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) '$' is not defined. (no-undef)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) '$' is not defined. (no-undef)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) '$' is not defined. (no-undef)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) '$' is not defined. (no-undef)
(#299) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) '$' is not defined. (no-undef)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) '$' is not defined. (no-undef)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) '$' is not defined. (no-undef)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Trailing spaces not allowed. (no-trailing-spaces)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Trailing spaces not allowed. (no-trailing-spaces)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) '$' is not defined. (no-undef)
(#307) Missing space before opening brace. (space-before-blocks)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) '$' is not defined. (no-undef)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Trailing spaces not allowed. (no-trailing-spaces)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Trailing spaces not allowed. (no-trailing-spaces)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected space or tab after '//' in comment. (spaced-comment)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Trailing spaces not allowed. (no-trailing-spaces)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Trailing spaces not allowed. (no-trailing-spaces)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Trailing spaces not allowed. (no-trailing-spaces)
(#320) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Trailing spaces not allowed. (no-trailing-spaces)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Missing JSDoc comment. (require-jsdoc)
(#323) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#323) Function 'UpdatePropertiesFromCurrentSettings' has a complexity of 49. (complexity)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected space or tab after '//' in comment. (spaced-comment)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) '$' is not defined. (no-undef)
(#326) Infix operators must be spaced. (space-infix-ops)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected space or tab after '//' in comment. (spaced-comment)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) '$' is not defined. (no-undef)
(#328) Trailing spaces not allowed. (no-trailing-spaces)
(#328) Missing semicolon. (semi)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected space(s) before "else". (keyword-spacing)
(#329) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#329) Expected space(s) after "if". (keyword-spacing)
(#329) '$' is not defined. (no-undef)
(#329) Infix operators must be spaced. (space-infix-ops)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected space or tab after '//' in comment. (spaced-comment)
(#330) Trailing spaces not allowed. (no-trailing-spaces)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) '$' is not defined. (no-undef)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Missing semicolon. (semi)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#335) Expected space(s) after "if". (keyword-spacing)
(#335) '$' is not defined. (no-undef)
(#335) Infix operators must be spaced. (space-infix-ops)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected space or tab after '//' in comment. (spaced-comment)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) '$' is not defined. (no-undef)
(#337) Missing semicolon. (semi)
(#337) Trailing spaces not allowed. (no-trailing-spaces)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected space(s) before "else". (keyword-spacing)
(#338) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#338) Expected space(s) after "if". (keyword-spacing)
(#338) '$' is not defined. (no-undef)
(#338) Infix operators must be spaced. (space-infix-ops)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected space or tab after '//' in comment. (spaced-comment)
(#339) Trailing spaces not allowed. (no-trailing-spaces)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) '$' is not defined. (no-undef)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Missing semicolon. (semi)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected space or tab after '//' in comment. (spaced-comment)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#344) Expected space(s) after "if". (keyword-spacing)
(#344) '$' is not defined. (no-undef)
(#344) Infix operators must be spaced. (space-infix-ops)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Expected space or tab after '//' in comment. (spaced-comment)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) '$' is not defined. (no-undef)
(#346) Trailing spaces not allowed. (no-trailing-spaces)
(#346) Missing semicolon. (semi)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected space(s) before "else". (keyword-spacing)
(#347) Expected space(s) after "if". (keyword-spacing)
(#347) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#347) '$' is not defined. (no-undef)
(#347) Infix operators must be spaced. (space-infix-ops)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected space or tab after '//' in comment. (spaced-comment)
(#348) Trailing spaces not allowed. (no-trailing-spaces)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) '$' is not defined. (no-undef)
(#349) Missing semicolon. (semi)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected space or tab after '//' in comment. (spaced-comment)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) '$' is not defined. (no-undef)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected space or tab after '//' in comment. (spaced-comment)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) '$' is not defined. (no-undef)
(#355) Missing semicolon. (semi)
(#355) Trailing spaces not allowed. (no-trailing-spaces)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected space(s) before "else". (keyword-spacing)
(#356) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#356) Expected space(s) after "if". (keyword-spacing)
(#356) '$' is not defined. (no-undef)
(#356) Infix operators must be spaced. (space-infix-ops)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected space or tab after '//' in comment. (spaced-comment)
(#357) Trailing spaces not allowed. (no-trailing-spaces)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) '$' is not defined. (no-undef)
(#358) Missing semicolon. (semi)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected space or tab after '//' in comment. (spaced-comment)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#362) Expected space(s) after "if". (keyword-spacing)
(#362) '$' is not defined. (no-undef)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected space or tab after '//' in comment. (spaced-comment)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) '$' is not defined. (no-undef)
(#364) Trailing spaces not allowed. (no-trailing-spaces)
(#364) Missing semicolon. (semi)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected space(s) before "else". (keyword-spacing)
(#365) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) '$' is not defined. (no-undef)
(#365) Infix operators must be spaced. (space-infix-ops)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Expected space or tab after '//' in comment. (spaced-comment)
(#366) Trailing spaces not allowed. (no-trailing-spaces)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) '$' is not defined. (no-undef)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Missing semicolon. (semi)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected space or tab after '//' in comment. (spaced-comment)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#371) '$' is not defined. (no-undef)
(#371) Infix operators must be spaced. (space-infix-ops)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected space or tab after '//' in comment. (spaced-comment)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) '$' is not defined. (no-undef)
(#373) Missing semicolon. (semi)
(#373) Trailing spaces not allowed. (no-trailing-spaces)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected space(s) before "else". (keyword-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#374) '$' is not defined. (no-undef)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Expected space or tab after '//' in comment. (spaced-comment)
(#375) Trailing spaces not allowed. (no-trailing-spaces)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) '$' is not defined. (no-undef)
(#376) Missing semicolon. (semi)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) '$' is not defined. (no-undef)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected space or tab after '//' in comment. (spaced-comment)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) '$' is not defined. (no-undef)
(#382) Trailing spaces not allowed. (no-trailing-spaces)
(#382) Missing semicolon. (semi)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected space(s) before "else". (keyword-spacing)
(#383) Expected space(s) after "if". (keyword-spacing)
(#383) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#383) '$' is not defined. (no-undef)
(#383) Infix operators must be spaced. (space-infix-ops)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Expected space or tab after '//' in comment. (spaced-comment)
(#384) Trailing spaces not allowed. (no-trailing-spaces)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) '$' is not defined. (no-undef)
(#385) Missing semicolon. (semi)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Expected space or tab after '//' in comment. (spaced-comment)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#389) Expected space(s) after "if". (keyword-spacing)
(#389) '$' is not defined. (no-undef)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Expected space or tab after '//' in comment. (spaced-comment)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) '$' is not defined. (no-undef)
(#391) Missing semicolon. (semi)
(#391) Trailing spaces not allowed. (no-trailing-spaces)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected space(s) before "else". (keyword-spacing)
(#392) Expected space(s) after "if". (keyword-spacing)
(#392) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#392) '$' is not defined. (no-undef)
(#392) Infix operators must be spaced. (space-infix-ops)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected space or tab after '//' in comment. (spaced-comment)
(#393) Trailing spaces not allowed. (no-trailing-spaces)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) '$' is not defined. (no-undef)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Missing semicolon. (semi)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) '$' is not defined. (no-undef)
(#397) '$' is not defined. (no-undef)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) '$' is not defined. (no-undef)
(#398) '$' is not defined. (no-undef)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) '$' is not defined. (no-undef)
(#399) '$' is not defined. (no-undef)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected space or tab after '//' in comment. (spaced-comment)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) '$' is not defined. (no-undef)
(#404) '$' is not defined. (no-undef)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) '$' is not defined. (no-undef)
(#405) '$' is not defined. (no-undef)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected space or tab after '//' in comment. (spaced-comment)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#408) Expected space(s) after "if". (keyword-spacing)
(#408) '$' is not defined. (no-undef)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected space or tab after '//' in comment. (spaced-comment)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Trailing spaces not allowed. (no-trailing-spaces)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected space(s) before "else". (keyword-spacing)
(#411) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) '$' is not defined. (no-undef)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Expected space or tab after '//' in comment. (spaced-comment)
(#412) Trailing spaces not allowed. (no-trailing-spaces)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) '$' is not defined. (no-undef)
(#413) Trailing spaces not allowed. (no-trailing-spaces)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) '$' is not defined. (no-undef)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Expected space or tab after '//' in comment. (spaced-comment)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) Expected space(s) after "if". (keyword-spacing)
(#418) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#418) '$' is not defined. (no-undef)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) Expected space or tab after '//' in comment. (spaced-comment)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) '$' is not defined. (no-undef)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) '$' is not defined. (no-undef)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Expected space(s) before "else". (keyword-spacing)
(#422) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#422) Expected space(s) after "if". (keyword-spacing)
(#422) '$' is not defined. (no-undef)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Expected space or tab after '//' in comment. (spaced-comment)
(#423) Trailing spaces not allowed. (no-trailing-spaces)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#424) Expected space(s) after "if". (keyword-spacing)
(#424) '$' is not defined. (no-undef)
(#424) Infix operators must be spaced. (space-infix-ops)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) '$' is not defined. (no-undef)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) '$' is not defined. (no-undef)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected space(s) after "else". (keyword-spacing)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) '$' is not defined. (no-undef)
(#429) Trailing spaces not allowed. (no-trailing-spaces)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) '$' is not defined. (no-undef)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) Expected space or tab after '//' in comment. (spaced-comment)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) Expected space(s) after "if". (keyword-spacing)
(#436) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#436) '$' is not defined. (no-undef)
(#436) Infix operators must be spaced. (space-infix-ops)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) Expected space or tab after '//' in comment. (spaced-comment)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) Trailing spaces not allowed. (no-trailing-spaces)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) Expected space(s) before "else". (keyword-spacing)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#439) '$' is not defined. (no-undef)
(#439) Infix operators must be spaced. (space-infix-ops)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected space or tab after '//' in comment. (spaced-comment)
(#440) Trailing spaces not allowed. (no-trailing-spaces)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Expected space or tab after '//' in comment. (spaced-comment)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) '$' is not defined. (no-undef)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) '$' is not defined. (no-undef)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) Expected space or tab after '//' in comment. (spaced-comment)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Expected space(s) after "if". (keyword-spacing)
(#445) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#445) '$' is not defined. (no-undef)
(#445) Infix operators must be spaced. (space-infix-ops)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) Line 447 exceeds the maximum line length of 132. (max-len)
(#447) '$' is not defined. (no-undef)
(#447) '$' is not defined. (no-undef)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Line 448 exceeds the maximum line length of 132. (max-len)
(#448) '$' is not defined. (no-undef)
(#448) '$' is not defined. (no-undef)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected space or tab after '//' in comment. (spaced-comment)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) '$' is not defined. (no-undef)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) '$' is not defined. (no-undef)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Expected space(s) before "else". (keyword-spacing)
(#452) Expected space(s) after "else". (keyword-spacing)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Line 453 exceeds the maximum line length of 132. (max-len)
(#453) '$' is not defined. (no-undef)
(#453) '$' is not defined. (no-undef)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Line 454 exceeds the maximum line length of 132. (max-len)
(#454) '$' is not defined. (no-undef)
(#454) '$' is not defined. (no-undef)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Expected space or tab after '//' in comment. (spaced-comment)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) '$' is not defined. (no-undef)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) '$' is not defined. (no-undef)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Expected space or tab after '//' in comment. (spaced-comment)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Expected space(s) after "if". (keyword-spacing)
(#462) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#462) '$' is not defined. (no-undef)
(#462) Infix operators must be spaced. (space-infix-ops)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) Expected space or tab after '//' in comment. (spaced-comment)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) '$' is not defined. (no-undef)
(#464) Trailing spaces not allowed. (no-trailing-spaces)
(#464) Missing semicolon. (semi)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Expected space(s) before "else". (keyword-spacing)
(#465) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#465) Expected space(s) after "if". (keyword-spacing)
(#465) '$' is not defined. (no-undef)
(#465) Infix operators must be spaced. (space-infix-ops)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Expected space or tab after '//' in comment. (spaced-comment)
(#466) Trailing spaces not allowed. (no-trailing-spaces)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) '$' is not defined. (no-undef)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Missing semicolon. (semi)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#470) Expected space or tab after '//' in comment. (spaced-comment)
(#470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#471) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#471) Expected space(s) after "if". (keyword-spacing)
(#471) '$' is not defined. (no-undef)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#472) Expected space or tab after '//' in comment. (spaced-comment)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) '$' is not defined. (no-undef)
(#473) Missing semicolon. (semi)
(#473) Trailing spaces not allowed. (no-trailing-spaces)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Expected space(s) before "else". (keyword-spacing)
(#474) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#474) Expected space(s) after "if". (keyword-spacing)
(#474) '$' is not defined. (no-undef)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Expected space or tab after '//' in comment. (spaced-comment)
(#475) Trailing spaces not allowed. (no-trailing-spaces)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) '$' is not defined. (no-undef)
(#476) Missing semicolon. (semi)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected space or tab after '//' in comment. (spaced-comment)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#479) '$' is not defined. (no-undef)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Expected space or tab after '//' in comment. (spaced-comment)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) '$' is not defined. (no-undef)
(#481) Missing semicolon. (semi)
(#481) Trailing spaces not allowed. (no-trailing-spaces)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected space(s) before "else". (keyword-spacing)
(#482) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#482) Expected space(s) after "if". (keyword-spacing)
(#482) '$' is not defined. (no-undef)
(#482) Infix operators must be spaced. (space-infix-ops)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Expected space or tab after '//' in comment. (spaced-comment)
(#483) Trailing spaces not allowed. (no-trailing-spaces)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) '$' is not defined. (no-undef)
(#484) Missing semicolon. (semi)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Expected space or tab after '//' in comment. (spaced-comment)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected space(s) after "if". (keyword-spacing)
(#487) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#487) '$' is not defined. (no-undef)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Expected space or tab after '//' in comment. (spaced-comment)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) '$' is not defined. (no-undef)
(#489) Trailing spaces not allowed. (no-trailing-spaces)
(#489) Missing semicolon. (semi)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Expected space(s) before "else". (keyword-spacing)
(#490) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#490) Expected space(s) after "if". (keyword-spacing)
(#490) '$' is not defined. (no-undef)
(#490) Infix operators must be spaced. (space-infix-ops)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Expected space or tab after '//' in comment. (spaced-comment)
(#491) Trailing spaces not allowed. (no-trailing-spaces)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) '$' is not defined. (no-undef)
(#492) Missing semicolon. (semi)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Expected space or tab after '//' in comment. (spaced-comment)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Expected space(s) after "if". (keyword-spacing)
(#495) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#495) '$' is not defined. (no-undef)
(#495) Infix operators must be spaced. (space-infix-ops)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) Expected space or tab after '//' in comment. (spaced-comment)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) '$' is not defined. (no-undef)
(#497) Missing semicolon. (semi)
(#497) Trailing spaces not allowed. (no-trailing-spaces)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected space(s) before "else". (keyword-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#498) '$' is not defined. (no-undef)
(#498) Infix operators must be spaced. (space-infix-ops)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) Expected space or tab after '//' in comment. (spaced-comment)
(#499) Trailing spaces not allowed. (no-trailing-spaces)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) '$' is not defined. (no-undef)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Missing semicolon. (semi)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected space or tab after '//' in comment. (spaced-comment)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#503) Expected space(s) after "if". (keyword-spacing)
(#503) '$' is not defined. (no-undef)
(#503) Infix operators must be spaced. (space-infix-ops)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected space or tab after '//' in comment. (spaced-comment)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) '$' is not defined. (no-undef)
(#505) Trailing spaces not allowed. (no-trailing-spaces)
(#505) Missing semicolon. (semi)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected space(s) before "else". (keyword-spacing)
(#506) Expected space(s) after "if". (keyword-spacing)
(#506) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#506) '$' is not defined. (no-undef)
(#506) Infix operators must be spaced. (space-infix-ops)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Expected space or tab after '//' in comment. (spaced-comment)
(#507) Trailing spaces not allowed. (no-trailing-spaces)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) '$' is not defined. (no-undef)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Missing semicolon. (semi)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) Expected space or tab after '//' in comment. (spaced-comment)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#511) Expected space(s) after "if". (keyword-spacing)
(#511) '$' is not defined. (no-undef)
(#511) Infix operators must be spaced. (space-infix-ops)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Expected space or tab after '//' in comment. (spaced-comment)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) '$' is not defined. (no-undef)
(#513) Missing semicolon. (semi)
(#513) Trailing spaces not allowed. (no-trailing-spaces)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) Expected space(s) before "else". (keyword-spacing)
(#514) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#514) Expected space(s) after "if". (keyword-spacing)
(#514) '$' is not defined. (no-undef)
(#514) Infix operators must be spaced. (space-infix-ops)
(#514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) Expected space or tab after '//' in comment. (spaced-comment)
(#515) Trailing spaces not allowed. (no-trailing-spaces)
(#515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) '$' is not defined. (no-undef)
(#516) Missing semicolon. (semi)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#519) Expected space or tab after '//' in comment. (spaced-comment)
(#519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#520) '$' is not defined. (no-undef)
(#520) '$' is not defined. (no-undef)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) Expected space or tab after '//' in comment. (spaced-comment)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) '$' is not defined. (no-undef)
(#522) '$' is not defined. (no-undef)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) Expected space or tab after '//' in comment. (spaced-comment)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Expected space or tab after '//' in comment. (spaced-comment)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) '$' is not defined. (no-undef)
(#526) '$' is not defined. (no-undef)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected space or tab after '//' in comment. (spaced-comment)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) '$' is not defined. (no-undef)
(#528) '$' is not defined. (no-undef)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Expected space or tab after '//' in comment. (spaced-comment)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Expected space(s) after "if". (keyword-spacing)
(#532) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#532) '$' is not defined. (no-undef)
(#532) Infix operators must be spaced. (space-infix-ops)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) '$' is not defined. (no-undef)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) '$' is not defined. (no-undef)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#536) Expected space(s) before "else". (keyword-spacing)
(#536) Expected space(s) after "else". (keyword-spacing)
(#536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#537) Expected space(s) after "if". (keyword-spacing)
(#537) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#537) '$' is not defined. (no-undef)
(#537) Infix operators must be spaced. (space-infix-ops)
(#537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) '$' is not defined. (no-undef)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) '$' is not defined. (no-undef)
(#540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#541) Expected space(s) after "else". (keyword-spacing)
(#541) Expected space(s) before "else". (keyword-spacing)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) '$' is not defined. (no-undef)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) '$' is not defined. (no-undef)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Trailing spaces not allowed. (no-trailing-spaces)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#547) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#547) Expected space(s) after "if". (keyword-spacing)
(#547) '$' is not defined. (no-undef)
(#547) Infix operators must be spaced. (space-infix-ops)
(#547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) '$' is not defined. (no-undef)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) '$' is not defined. (no-undef)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) Expected space(s) before "else". (keyword-spacing)
(#551) Expected space(s) after "else". (keyword-spacing)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#552) Expected space(s) after "if". (keyword-spacing)
(#552) '$' is not defined. (no-undef)
(#552) Infix operators must be spaced. (space-infix-ops)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) '$' is not defined. (no-undef)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) '$' is not defined. (no-undef)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Expected space(s) after "else". (keyword-spacing)
(#556) Expected space(s) before "else". (keyword-spacing)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) '$' is not defined. (no-undef)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) '$' is not defined. (no-undef)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) Trailing spaces not allowed. (no-trailing-spaces)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#562) Expected space(s) after "if". (keyword-spacing)
(#562) '$' is not defined. (no-undef)
(#562) Infix operators must be spaced. (space-infix-ops)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) '$' is not defined. (no-undef)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) '$' is not defined. (no-undef)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Expected space(s) before "else". (keyword-spacing)
(#566) Expected space(s) after "else". (keyword-spacing)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#567) Expected space(s) after "if". (keyword-spacing)
(#567) '$' is not defined. (no-undef)
(#567) Infix operators must be spaced. (space-infix-ops)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) '$' is not defined. (no-undef)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) '$' is not defined. (no-undef)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) Expected space(s) before "else". (keyword-spacing)
(#571) Expected space(s) after "else". (keyword-spacing)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) '$' is not defined. (no-undef)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) '$' is not defined. (no-undef)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) Trailing spaces not allowed. (no-trailing-spaces)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#577) '$' is not defined. (no-undef)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) '$' is not defined. (no-undef)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) '$' is not defined. (no-undef)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) Expected space(s) after "else". (keyword-spacing)
(#581) Expected space(s) before "else". (keyword-spacing)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#582) Expected space(s) after "if". (keyword-spacing)
(#582) '$' is not defined. (no-undef)
(#582) Infix operators must be spaced. (space-infix-ops)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) '$' is not defined. (no-undef)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#585) '$' is not defined. (no-undef)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) Expected space(s) before "else". (keyword-spacing)
(#586) Expected space(s) after "else". (keyword-spacing)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) '$' is not defined. (no-undef)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) '$' is not defined. (no-undef)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) Trailing spaces not allowed. (no-trailing-spaces)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) Trailing spaces not allowed. (no-trailing-spaces)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#593) Expected space(s) after "if". (keyword-spacing)
(#593) '$' is not defined. (no-undef)
(#593) Infix operators must be spaced. (space-infix-ops)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#594) Expected space or tab after '//' in comment. (spaced-comment)
(#594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#595) '$' is not defined. (no-undef)
(#595) Missing semicolon. (semi)
(#595) Trailing spaces not allowed. (no-trailing-spaces)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) Expected space(s) before "else". (keyword-spacing)
(#596) Expected space(s) after "if". (keyword-spacing)
(#596) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#596) '$' is not defined. (no-undef)
(#596) Infix operators must be spaced. (space-infix-ops)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Expected space or tab after '//' in comment. (spaced-comment)
(#597) Trailing spaces not allowed. (no-trailing-spaces)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) '$' is not defined. (no-undef)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Missing semicolon. (semi)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Trailing spaces not allowed. (no-trailing-spaces)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Trailing spaces not allowed. (no-trailing-spaces)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Line 602 exceeds the maximum line length of 132. (max-len)
(#602) '$' is not defined. (no-undef)
(#602) '$' is not defined. (no-undef)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) Line 603 exceeds the maximum line length of 132. (max-len)
(#603) '$' is not defined. (no-undef)
(#603) '$' is not defined. (no-undef)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) Line 604 exceeds the maximum line length of 132. (max-len)
(#604) '$' is not defined. (no-undef)
(#604) '$' is not defined. (no-undef)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) Line 605 exceeds the maximum line length of 132. (max-len)
(#605) '$' is not defined. (no-undef)
(#605) '$' is not defined. (no-undef)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) Line 606 exceeds the maximum line length of 132. (max-len)
(#606) '$' is not defined. (no-undef)
(#606) '$' is not defined. (no-undef)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) Line 607 exceeds the maximum line length of 132. (max-len)
(#607) '$' is not defined. (no-undef)
(#607) '$' is not defined. (no-undef)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) Line 608 exceeds the maximum line length of 132. (max-len)
(#608) '$' is not defined. (no-undef)
(#608) '$' is not defined. (no-undef)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) Line 609 exceeds the maximum line length of 132. (max-len)
(#609) '$' is not defined. (no-undef)
(#609) '$' is not defined. (no-undef)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#611) Line 611 exceeds the maximum line length of 132. (max-len)
(#611) '$' is not defined. (no-undef)
(#611) '$' is not defined. (no-undef)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) Line 612 exceeds the maximum line length of 132. (max-len)
(#612) '$' is not defined. (no-undef)
(#612) '$' is not defined. (no-undef)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Line 613 exceeds the maximum line length of 132. (max-len)
(#613) '$' is not defined. (no-undef)
(#613) '$' is not defined. (no-undef)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Line 614 exceeds the maximum line length of 132. (max-len)
(#614) '$' is not defined. (no-undef)
(#614) '$' is not defined. (no-undef)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) Line 615 exceeds the maximum line length of 132. (max-len)
(#615) '$' is not defined. (no-undef)
(#615) '$' is not defined. (no-undef)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Line 616 exceeds the maximum line length of 132. (max-len)
(#616) '$' is not defined. (no-undef)
(#616) '$' is not defined. (no-undef)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Line 617 exceeds the maximum line length of 132. (max-len)
(#617) '$' is not defined. (no-undef)
(#617) '$' is not defined. (no-undef)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Line 618 exceeds the maximum line length of 132. (max-len)
(#618) '$' is not defined. (no-undef)
(#618) '$' is not defined. (no-undef)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#619) Trailing spaces not allowed. (no-trailing-spaces)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Trailing spaces not allowed. (no-trailing-spaces)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Expected space or tab after '/**' in comment. (spaced-comment)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) Trailing spaces not allowed. (no-trailing-spaces)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#626) Missing JSDoc comment. (require-jsdoc)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) '$' is not defined. (no-undef)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) '$' is not defined. (no-undef)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#634) Expected space or tab after '//' in comment. (spaced-comment)
(#634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) Expected space or tab after '//' in comment. (spaced-comment)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) Expected space or tab after '//' in comment. (spaced-comment)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) '$' is not defined. (no-undef)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Trailing spaces not allowed. (no-trailing-spaces)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#643) Missing JSDoc comment. (require-jsdoc)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) '$' is not defined. (no-undef)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) '$' is not defined. (no-undef)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected space or tab after '//' in comment. (spaced-comment)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) 'msg' is defined but never used (no-unused-vars)
(#652) Missing space before opening brace. (space-before-blocks)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) Expected space or tab after '//' in comment. (spaced-comment)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#654) Expected space or tab after '//' in comment. (spaced-comment)
(#654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) '$' is not defined. (no-undef)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#659) Trailing spaces not allowed. (no-trailing-spaces)
(#659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#660) Trailing spaces not allowed. (no-trailing-spaces)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Trailing spaces not allowed. (no-trailing-spaces)
(#661) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Expected space or tab after '/**' in comment. (spaced-comment)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) Trailing spaces not allowed. (no-trailing-spaces)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#668) Missing JSDoc comment. (require-jsdoc)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#676) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) Trailing spaces not allowed. (no-trailing-spaces)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) '$' is not defined. (no-undef)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) Trailing spaces not allowed. (no-trailing-spaces)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#687) Trailing spaces not allowed. (no-trailing-spaces)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) '$' is not defined. (no-undef)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#689) Trailing spaces not allowed. (no-trailing-spaces)
(#689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#690) '$' is not defined. (no-undef)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) Trailing spaces not allowed. (no-trailing-spaces)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Expected space or tab after '//' in comment. (spaced-comment)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) Trailing spaces not allowed. (no-trailing-spaces)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Trailing spaces not allowed. (no-trailing-spaces)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) Trailing spaces not allowed. (no-trailing-spaces)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#698) Missing JSDoc comment. (require-jsdoc)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#700) Trailing spaces not allowed. (no-trailing-spaces)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) Line 711 exceeds the maximum line length of 132. (max-len)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) Trailing spaces not allowed. (no-trailing-spaces)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Trailing spaces not allowed. (no-trailing-spaces)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Trailing spaces not allowed. (no-trailing-spaces)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#718) Missing JSDoc comment. (require-jsdoc)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Trailing spaces not allowed. (no-trailing-spaces)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) Trailing spaces not allowed. (no-trailing-spaces)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#734) Missing JSDoc comment. (require-jsdoc)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Line 738 exceeds the maximum line length of 132. (max-len)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#744) Line 744 exceeds the maximum line length of 132. (max-len)
(#744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#746) Line 746 exceeds the maximum line length of 132. (max-len)
(#746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#763) Line 763 exceeds the maximum line length of 132. (max-len)
(#763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#783) Missing JSDoc comment. (require-jsdoc)
(#783) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#798) Line 798 exceeds the maximum line length of 132. (max-len)
(#798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#808) Line 808 exceeds the maximum line length of 132. (max-len)
(#808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#819) Line 819 exceeds the maximum line length of 132. (max-len)
(#819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#824) Line 824 exceeds the maximum line length of 132. (max-len)
(#824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#827) Line 827 exceeds the maximum line length of 132. (max-len)
(#827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#833) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#833) Missing JSDoc comment. (require-jsdoc)
(#833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#928) Trailing spaces not allowed. (no-trailing-spaces)
(#928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1021) Missing JSDoc comment. (require-jsdoc)
(#1021) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1035) Line 1035 exceeds the maximum line length of 132. (max-len)
(#1035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1045) Line 1045 exceeds the maximum line length of 132. (max-len)
(#1045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1047) Line 1047 exceeds the maximum line length of 132. (max-len)
(#1047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1050) Line 1050 exceeds the maximum line length of 132. (max-len)
(#1050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1056) Missing JSDoc comment. (require-jsdoc)
(#1056) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1064) Line 1064 exceeds the maximum line length of 132. (max-len)
(#1064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1072) Line 1072 exceeds the maximum line length of 132. (max-len)
(#1072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1074) Line 1074 exceeds the maximum line length of 132. (max-len)
(#1074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1093) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1093) Missing JSDoc comment. (require-jsdoc)
(#1093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1109) Missing JSDoc comment. (require-jsdoc)
(#1109) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1111) Trailing spaces not allowed. (no-trailing-spaces)
(#1111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1120) Line 1120 exceeds the maximum line length of 132. (max-len)
(#1120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1125) Line 1125 exceeds the maximum line length of 132. (max-len)
(#1125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1130) Line 1130 exceeds the maximum line length of 132. (max-len)
(#1130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1135) Line 1135 exceeds the maximum line length of 132. (max-len)
(#1135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1143) Missing JSDoc comment. (require-jsdoc)
(#1143) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1148) Line 1148 exceeds the maximum line length of 132. (max-len)
(#1148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1155) Trailing spaces not allowed. (no-trailing-spaces)
(#1155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1156) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1156) Missing JSDoc comment. (require-jsdoc)
(#1156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1159) Line 1159 exceeds the maximum line length of 132. (max-len)
(#1159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1167) Trailing spaces not allowed. (no-trailing-spaces)
(#1167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1168) Trailing spaces not allowed. (no-trailing-spaces)
(#1168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1169) Trailing spaces not allowed. (no-trailing-spaces)
(#1169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1170) Trailing spaces not allowed. (no-trailing-spaces)
(#1170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1171) Trailing spaces not allowed. (no-trailing-spaces)
(#1171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1172) Trailing spaces not allowed. (no-trailing-spaces)
(#1172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1173) Trailing spaces not allowed. (no-trailing-spaces)
(#1173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1174) Trailing spaces not allowed. (no-trailing-spaces)
(#1174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1175) Trailing spaces not allowed. (no-trailing-spaces)
(#1175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1176) Trailing spaces not allowed. (no-trailing-spaces)
(#1176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1177) Trailing spaces not allowed. (no-trailing-spaces)
(#1177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1178) Trailing spaces not allowed. (no-trailing-spaces)
(#1178) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1182) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1182) Missing JSDoc comment. (require-jsdoc)
(#1182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1184) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1184) Expected space(s) after "if". (keyword-spacing)
(#1184) Infix operators must be spaced. (space-infix-ops)
(#1184) Infix operators must be spaced. (space-infix-ops)
(#1184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1187) Expected space(s) after "else". (keyword-spacing)
(#1187) Expected space(s) before "else". (keyword-spacing)
(#1187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1191) Trailing spaces not allowed. (no-trailing-spaces)
(#1191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1192) Expected space or tab after '//' in comment. (spaced-comment)
(#1192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/scormcloud/scripts/table2CSV.js
(#1) 'jQuery' is not defined. (no-undef)
(#2) 'options' is already defined (no-redeclare)
(#2) 'jQuery' is not defined. (no-undef)
(#10) 'headerArr' is defined but never used (no-unused-vars)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
(#22) '$' is not defined. (no-undef)
(#23) Expected { after 'if' condition. (curly)
(#23) '$' is not defined. (no-undef)
(#23) '$' is not defined. (no-undef)
(#30) '$' is not defined. (no-undef)
(#32) '$' is not defined. (no-undef)
(#33) Expected { after 'if' condition. (curly)
(#33) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#38) 'mydata' used outside of binding context. (block-scoped-var)
(#39) 'mydata' used outside of binding context. (block-scoped-var)
(#41) 'mydata' is already defined (no-redeclare)
(#41) 'mydata' used outside of binding context. (block-scoped-var)
(#42) 'mydata' used outside of binding context. (block-scoped-var)
(#45) Missing JSDoc comment. (require-jsdoc)
(#46) Missing semicolon. (semi)
(#53) Missing JSDoc comment. (require-jsdoc)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#58) 'regexp' is already defined (no-redeclare)
(#58) Unnecessary escape character: \< (no-useless-escape)
(#58) Unnecessary escape character: \< (no-useless-escape)
(#58) Unnecessary escape character: \> (no-useless-escape)
(#59) 'output' is already defined (no-redeclare)
(#60) Expected { after 'if' condition. (curly)
(#63) Missing JSDoc comment. (require-jsdoc)
(#74) Missing JSDoc comment. (require-jsdoc)
(#74) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#74) 'trim' is defined but never used (no-unused-vars)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#77) Expected space(s) after "while". (keyword-spacing)
(#77) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#79) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#79) Expected space(s) after "while". (keyword-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
mod/scormcloud/scripts/thickbox-compressed.js
(#8) 'tb_pathToImage' is defined but never used (no-unused-vars)
(#8) Identifier 'tb_pathToImage' is not in camel case. (camelcase)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) eval can be harmful. (no-eval)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "while". (keyword-spacing)
(#10) Expected { after 'while' condition. (curly)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Unnecessary semicolon. (no-extra-semi)
(#10) Expected space(s) after "while". (keyword-spacing)
(#10) Expected { after 'while' condition. (curly)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
mod/scormcloud/scripts/ui/effects.blind.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'overflow'. (key-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#39) Expected { after 'if' condition. (curly)
(#39) Expected space(s) after "if". (keyword-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) after "if". (keyword-spacing)
(#49) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.bounce.js
(#17) Function 'anonymous' has a complexity of 27. (complexity)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Expected { after 'if' condition. (curly)
(#35) 'distance' is already defined (no-redeclare)
(#35) Missing space before value for key 'margin'. (key-spacing)
(#35) Missing space before value for key 'margin'. (key-spacing)
(#36) Expected { after 'if' condition. (curly)
(#37) Expected { after 'if' condition. (curly)
(#38) Expected { after 'if' condition. (curly)
(#42) 'animation' used outside of binding context. (block-scoped-var)
(#43) 'animation' used outside of binding context. (block-scoped-var)
(#44) 'animation' used outside of binding context. (block-scoped-var)
(#47) Unnecessary semicolon. (no-extra-semi)
(#49) 'animation1' used outside of binding context. (block-scoped-var)
(#49) 'animation2' used outside of binding context. (block-scoped-var)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) 'animation1' used outside of binding context. (block-scoped-var)
(#51) 'animation2' used outside of binding context. (block-scoped-var)
(#52) 'animation1' used outside of binding context. (block-scoped-var)
(#52) 'animation2' used outside of binding context. (block-scoped-var)
(#54) Unnecessary semicolon. (no-extra-semi)
(#56) 'animation' is already defined (no-redeclare)
(#56) 'animation' used outside of binding context. (block-scoped-var)
(#57) 'animation' used outside of binding context. (block-scoped-var)
(#57) Multiple spaces found before '+'. (no-multi-spaces)
(#58) 'animation' used outside of binding context. (block-scoped-var)
(#58) Missing space before opening brace. (space-before-blocks)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) after "if". (keyword-spacing)
(#64) 'animation1' is already defined (no-redeclare)
(#64) 'animation1' used outside of binding context. (block-scoped-var)
(#64) 'animation2' used outside of binding context. (block-scoped-var)
(#64) 'animation2' is already defined (no-redeclare)
(#64) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) 'animation1' used outside of binding context. (block-scoped-var)
(#66) 'animation2' used outside of binding context. (block-scoped-var)
(#67) 'animation1' used outside of binding context. (block-scoped-var)
(#67) 'animation2' used outside of binding context. (block-scoped-var)
(#67) Missing space before opening brace. (space-before-blocks)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected { after 'if' condition. (curly)
(#71) Unnecessary semicolon. (no-extra-semi)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#78) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.clip.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'overflow'. (key-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) There should be no space after '{' (object-curly-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) after "if". (keyword-spacing)
(#54) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.core.js
(#10) Unnecessary semicolon. (no-extra-semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#24) Expected space(s) after "for". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#30) Expected { after 'if' condition. (curly)
(#42) Unnecessary semicolon. (no-extra-semi)
(#48) Unnecessary semicolon. (no-extra-semi)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Expected { after 'if' condition. (curly)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) There should be no space after '{' (object-curly-spacing)
(#60) There should be no space before '}' (object-curly-spacing)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#64) Expected space or tab after '//' in comment. (spaced-comment)
(#66) There should be no space after '{' (object-curly-spacing)
(#66) There should be no space before '}' (object-curly-spacing)
(#67) There should be no space after '{' (object-curly-spacing)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#69) Expected { after 'if' condition. (curly)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) A space is required after ','. (comma-spacing)
(#70) Expected { after 'if' condition. (curly)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) A space is required after ','. (comma-spacing)
(#71) There should be no space after '{' (object-curly-spacing)
(#71) There should be no space before '}' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#80) Expected { after 'if' condition. (curly)
(#87) Missing space before opening brace. (space-before-blocks)
(#88) 'unit' is not defined. (no-undef)
(#89) Expected { after 'if' condition. (curly)
(#89) 'unit' is not defined. (no-undef)
(#89) 'unit' is not defined. (no-undef)
(#89) 'unit' is not defined. (no-undef)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Do not nest ternary expressions (no-nested-ternary)
(#102) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#103) Expected space(s) after "if". (keyword-spacing)
(#103) Expected { after 'if' condition. (curly)
(#103) ["cssText"] is better written in dot notation. (dot-notation)
(#104) Expected space(s) after "if". (keyword-spacing)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Line 107 exceeds the maximum line length of 132. (max-len)
(#107) A space is required after ','. (comma-spacing)
(#108) Expected { after 'if' condition. (curly)
(#108) Expected space(s) after "if". (keyword-spacing)
(#108) Expected { after 'if' condition. (curly)
(#108) Expected space(s) after "if". (keyword-spacing)
(#109) Line 109 exceeds the maximum line length of 132. (max-len)
(#109) A space is required after ','. (comma-spacing)
(#110) Expected space(s) after "if". (keyword-spacing)
(#110) Expected { after 'if' condition. (curly)
(#110) Expected space(s) after "if". (keyword-spacing)
(#110) Expected { after 'if' condition. (curly)
(#113) Expected space(s) after "for". (keyword-spacing)
(#114) Expected { after 'if' condition. (curly)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#117) Line 117 exceeds the maximum line length of 132. (max-len)
(#117) A space is required after ','. (comma-spacing)
(#118) Line 118 exceeds the maximum line length of 132. (max-len)
(#124) Line 124 exceeds the maximum line length of 132. (max-len)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) ["cssText"] is better written in dot notation. (dot-notation)
(#124) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) ["cssText"] is better written in dot notation. (dot-notation)
(#124) Expected { after 'else'. (curly)
(#125) Expected { after 'if' condition. (curly)
(#125) Expected space(s) after "if". (keyword-spacing)
(#125) Expected { after 'if' condition. (curly)
(#125) Expected space(s) after "if". (keyword-spacing)
(#126) Expected { after 'if' condition. (curly)
(#126) Expected space(s) after "if". (keyword-spacing)
(#134) Missing JSDoc comment. (require-jsdoc)
(#136) Expected { after 'if' condition. (curly)
(#136) Expected space(s) after "if". (keyword-spacing)
(#137) Line 137 exceeds the maximum line length of 132. (max-len)
(#137) Do not nest ternary expressions (no-nested-ternary)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Do not nest ternary expressions (no-nested-ternary)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#142) Trailing spaces not allowed. (no-trailing-spaces)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#148) Expected space or tab after '//' in comment. (spaced-comment)
(#158) Line 158 exceeds the maximum line length of 132. (max-len)
(#158) There should be no space before '}' (object-curly-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Expected { after 'if' condition. (curly)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Expected { after 'if' condition. (curly)
(#177) Missing space before opening brace. (space-before-blocks)
(#178) Line 178 exceeds the maximum line length of 132. (max-len)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected { after 'if' condition. (curly)
(#186) There should be no space after '{' (object-curly-spacing)
(#186) There should be no space before '}' (object-curly-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#189) Line 189 exceeds the maximum line length of 132. (max-len)
(#189) There should be no space after '{' (object-curly-spacing)
(#189) There should be no space before '}' (object-curly-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#192) Line 192 exceeds the maximum line length of 132. (max-len)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no space after '{' (object-curly-spacing)
(#192) There should be no space before '}' (object-curly-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#195) There should be no space after '{' (object-curly-spacing)
(#195) There should be no space before '}' (object-curly-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) A space is required after ','. (comma-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before opening brace. (space-before-blocks)
(#205) Expected space(s) after "if". (keyword-spacing)
(#205) Expected { after 'if' condition. (curly)
(#219) Line 219 exceeds the maximum line length of 132. (max-len)
(#219) A space is required after ','. (comma-spacing)
(#219) Missing space before opening brace. (space-before-blocks)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) A space is required after ','. (comma-spacing)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) A space is required after ','. (comma-spacing)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) A space is required after ','. (comma-spacing)
(#239) Missing JSDoc comment. (require-jsdoc)
(#243) Expected { after 'if' condition. (curly)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#247) Expected { after 'if' condition. (curly)
(#247) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#251) Expected { after 'if' condition. (curly)
(#251) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#251) Unnecessary escape character: \% (no-useless-escape)
(#251) Unnecessary escape character: \% (no-useless-escape)
(#251) Unnecessary escape character: \% (no-useless-escape)
(#252) Infix operators must be spaced. (space-infix-ops)
(#252) Infix operators must be spaced. (space-infix-ops)
(#252) Infix operators must be spaced. (space-infix-ops)
(#255) Expected { after 'if' condition. (curly)
(#255) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#259) Expected { after 'if' condition. (curly)
(#259) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#260) Infix operators must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) Infix operators must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) Infix operators must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#263) Expected { after 'if' condition. (curly)
(#263) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#264) ["transparent"] is better written in dot notation. (dot-notation)
(#270) Missing JSDoc comment. (require-jsdoc)
(#277) Expected { after 'if' condition. (curly)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#284) Unnecessary semicolon. (no-extra-semi)
(#291) Missing space before value for key 'aqua'. (key-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#292) Missing space before value for key 'azure'. (key-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#293) Missing space before value for key 'beige'. (key-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'black'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#295) Missing space before value for key 'blue'. (key-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#296) Missing space before value for key 'brown'. (key-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#297) Missing space before value for key 'cyan'. (key-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key 'darkblue'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key 'darkcyan'. (key-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#300) Missing space before value for key 'darkgrey'. (key-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#301) Missing space before value for key 'darkgreen'. (key-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#302) Missing space before value for key 'darkkhaki'. (key-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'darkmagenta'. (key-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#304) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#305) Missing space before value for key 'darkorange'. (key-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#306) Missing space before value for key 'darkorchid'. (key-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#307) Missing space before value for key 'darkred'. (key-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#308) Missing space before value for key 'darksalmon'. (key-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#309) Missing space before value for key 'darkviolet'. (key-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#310) Missing space before value for key 'fuchsia'. (key-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#311) Missing space before value for key 'gold'. (key-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#312) Missing space before value for key 'green'. (key-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#313) Missing space before value for key 'indigo'. (key-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#314) Missing space before value for key 'khaki'. (key-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#315) Missing space before value for key 'lightblue'. (key-spacing)
(#315) A space is required after ','. (comma-spacing)
(#315) A space is required after ','. (comma-spacing)
(#316) Missing space before value for key 'lightcyan'. (key-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key 'lightgreen'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key 'lightgrey'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#319) Missing space before value for key 'lightpink'. (key-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'lightyellow'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'lime'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'magenta'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'maroon'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'navy'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'olive'. (key-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'orange'. (key-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'pink'. (key-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#328) Missing space before value for key 'purple'. (key-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#329) Missing space before value for key 'violet'. (key-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#330) Missing space before value for key 'red'. (key-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#331) Missing space before value for key 'silver'. (key-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#332) Missing space before value for key 'white'. (key-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#333) Missing space before value for key 'yellow'. (key-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) A space is required after ','. (comma-spacing)
(#380) Unexpected space before function parentheses. (space-before-function-paren)
(#381) Expected space or tab after '//' in comment. (spaced-comment)
(#384) Unexpected space before function parentheses. (space-before-function-paren)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Infix operators must be spaced. (space-infix-ops)
(#387) Unexpected space before function parentheses. (space-before-function-paren)
(#388) Infix operators must be spaced. (space-infix-ops)
(#388) Infix operators must be spaced. (space-infix-ops)
(#388) Infix operators must be spaced. (space-infix-ops)
(#388) Infix operators must be spaced. (space-infix-ops)
(#390) Unexpected space before function parentheses. (space-before-function-paren)
(#391) Expected { after 'if' condition. (curly)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) Infix operators must be spaced. (space-infix-ops)
(#392) Infix operators must be spaced. (space-infix-ops)
(#392) Infix operators must be spaced. (space-infix-ops)
(#392) Infix operators must be spaced. (space-infix-ops)
(#394) Unexpected space before function parentheses. (space-before-function-paren)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) Infix operators must be spaced. (space-infix-ops)
(#397) Unexpected space before function parentheses. (space-before-function-paren)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Infix operators must be spaced. (space-infix-ops)
(#398) Infix operators must be spaced. (space-infix-ops)
(#400) Unexpected space before function parentheses. (space-before-function-paren)
(#401) Expected { after 'if' condition. (curly)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Infix operators must be spaced. (space-infix-ops)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Infix operators must be spaced. (space-infix-ops)
(#402) Infix operators must be spaced. (space-infix-ops)
(#404) Unexpected space before function parentheses. (space-before-function-paren)
(#405) Infix operators must be spaced. (space-infix-ops)
(#405) Infix operators must be spaced. (space-infix-ops)
(#405) Infix operators must be spaced. (space-infix-ops)
(#405) Infix operators must be spaced. (space-infix-ops)
(#405) Infix operators must be spaced. (space-infix-ops)
(#407) Unexpected space before function parentheses. (space-before-function-paren)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#410) Unexpected space before function parentheses. (space-before-function-paren)
(#411) Expected { after 'if' condition. (curly)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#414) Unexpected space before function parentheses. (space-before-function-paren)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#417) Unexpected space before function parentheses. (space-before-function-paren)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#420) Unexpected space before function parentheses. (space-before-function-paren)
(#421) Expected { after 'if' condition. (curly)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#421) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#427) Unexpected space before function parentheses. (space-before-function-paren)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) Infix operators must be spaced. (space-infix-ops)
(#430) Unexpected space before function parentheses. (space-before-function-paren)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Infix operators must be spaced. (space-infix-ops)
(#431) Infix operators must be spaced. (space-infix-ops)
(#433) Unexpected space before function parentheses. (space-before-function-paren)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Infix operators must be spaced. (space-infix-ops)
(#436) Unexpected space before function parentheses. (space-before-function-paren)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Infix operators must be spaced. (space-infix-ops)
(#439) Unexpected space before function parentheses. (space-before-function-paren)
(#440) Expected { after 'if' condition. (curly)
(#440) Infix operators must be spaced. (space-infix-ops)
(#441) Expected { after 'if' condition. (curly)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Infix operators must be spaced. (space-infix-ops)
(#442) Expected { after 'if' condition. (curly)
(#442) Infix operators must be spaced. (space-infix-ops)
(#442) Infix operators must be spaced. (space-infix-ops)
(#442) Infix operators must be spaced. (space-infix-ops)
(#443) Infix operators must be spaced. (space-infix-ops)
(#445) Unexpected space before function parentheses. (space-before-function-paren)
(#446) Infix operators must be spaced. (space-infix-ops)
(#446) Infix operators must be spaced. (space-infix-ops)
(#448) Unexpected space before function parentheses. (space-before-function-paren)
(#449) Infix operators must be spaced. (space-infix-ops)
(#449) Infix operators must be spaced. (space-infix-ops)
(#449) Infix operators must be spaced. (space-infix-ops)
(#449) Infix operators must be spaced. (space-infix-ops)
(#451) Unexpected space before function parentheses. (space-before-function-paren)
(#452) Expected { after 'if' condition. (curly)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) Infix operators must be spaced. (space-infix-ops)
(#453) Infix operators must be spaced. (space-infix-ops)
(#453) Infix operators must be spaced. (space-infix-ops)
(#453) Infix operators must be spaced. (space-infix-ops)
(#455) Unexpected space before function parentheses. (space-before-function-paren)
(#456) 's' used outside of binding context. (block-scoped-var)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#456) Infix operators must be spaced. (space-infix-ops)
(#457) Expected { after 'if' condition. (curly)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Multiple spaces found before 'if'. (no-multi-spaces)
(#457) Expected { after 'if' condition. (curly)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#457) Expected { after 'if' condition. (curly)
(#457) Multiple spaces found before 'if'. (no-multi-spaces)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Infix operators must be spaced. (space-infix-ops)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#458) 's' is already defined (no-redeclare)
(#458) Infix operators must be spaced. (space-infix-ops)
(#458) Infix operators must be spaced. (space-infix-ops)
(#459) Expected { after 'else'. (curly)
(#459) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#459) 's' used outside of binding context. (block-scoped-var)
(#459) 's' is already defined (no-redeclare)
(#459) Infix operators must be spaced. (space-infix-ops)
(#459) Infix operators must be spaced. (space-infix-ops)
(#459) Unexpected space between function name and paren. (no-spaced-func)
(#459) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) 's' used outside of binding context. (block-scoped-var)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#462) Unexpected space before function parentheses. (space-before-function-paren)
(#463) 's' used outside of binding context. (block-scoped-var)
(#463) Infix operators must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Infix operators must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#463) Infix operators must be spaced. (space-infix-ops)
(#464) Expected { after 'if' condition. (curly)
(#464) Infix operators must be spaced. (space-infix-ops)
(#464) Expected { after 'if' condition. (curly)
(#464) Multiple spaces found before 'if'. (no-multi-spaces)
(#464) Infix operators must be spaced. (space-infix-ops)
(#464) Infix operators must be spaced. (space-infix-ops)
(#464) Infix operators must be spaced. (space-infix-ops)
(#464) Expected { after 'if' condition. (curly)
(#464) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#464) Multiple spaces found before 'if'. (no-multi-spaces)
(#464) Infix operators must be spaced. (space-infix-ops)
(#464) Infix operators must be spaced. (space-infix-ops)
(#464) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Infix operators must be spaced. (space-infix-ops)
(#465) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) 's' is already defined (no-redeclare)
(#465) Infix operators must be spaced. (space-infix-ops)
(#465) Infix operators must be spaced. (space-infix-ops)
(#466) Expected { after 'else'. (curly)
(#466) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#466) 's' is already defined (no-redeclare)
(#466) 's' used outside of binding context. (block-scoped-var)
(#466) Infix operators must be spaced. (space-infix-ops)
(#466) Infix operators must be spaced. (space-infix-ops)
(#466) Unexpected space between function name and paren. (no-spaced-func)
(#466) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) There should be no spaces inside this paren. (space-in-parens)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) 's' used outside of binding context. (block-scoped-var)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) There should be no spaces inside this paren. (space-in-parens)
(#469) Unexpected space before function parentheses. (space-before-function-paren)
(#470) 's' used outside of binding context. (block-scoped-var)
(#470) Infix operators must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Infix operators must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#470) Infix operators must be spaced. (space-infix-ops)
(#471) Expected { after 'if' condition. (curly)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Expected { after 'if' condition. (curly)
(#471) Multiple spaces found before 'if'. (no-multi-spaces)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Multiple spaces found before 'if'. (no-multi-spaces)
(#471) Expected { after 'if' condition. (curly)
(#471) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#471) Infix operators must be spaced. (space-infix-ops)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Infix operators must be spaced. (space-infix-ops)
(#472) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) 's' is already defined (no-redeclare)
(#472) Infix operators must be spaced. (space-infix-ops)
(#472) Infix operators must be spaced. (space-infix-ops)
(#473) Expected { after 'else'. (curly)
(#473) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#473) 's' used outside of binding context. (block-scoped-var)
(#473) 's' is already defined (no-redeclare)
(#473) Infix operators must be spaced. (space-infix-ops)
(#473) Infix operators must be spaced. (space-infix-ops)
(#473) Unexpected space between function name and paren. (no-spaced-func)
(#473) Infix operators must be spaced. (space-infix-ops)
(#474) Expected { after 'if' condition. (curly)
(#474) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) 's' used outside of binding context. (block-scoped-var)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) 's' used outside of binding context. (block-scoped-var)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) Infix operators must be spaced. (space-infix-ops)
(#475) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#477) Unexpected space before function parentheses. (space-before-function-paren)
(#478) Expected { after 'if' condition. (curly)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) Infix operators must be spaced. (space-infix-ops)
(#479) Infix operators must be spaced. (space-infix-ops)
(#481) Unexpected space before function parentheses. (space-before-function-paren)
(#482) Expected { after 'if' condition. (curly)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#485) Unexpected space before function parentheses. (space-before-function-paren)
(#486) Expected { after 'if' condition. (curly)
(#487) Expected { after 'if' condition. (curly)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#487) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) Infix operators must be spaced. (space-infix-ops)
(#490) Unexpected space before function parentheses. (space-before-function-paren)
(#491) Unexpected space between function name and paren. (no-spaced-func)
(#491) Infix operators must be spaced. (space-infix-ops)
(#493) Unexpected space before function parentheses. (space-before-function-paren)
(#494) Infix operators must be spaced. (space-infix-ops)
(#494) Infix operators must be spaced. (space-infix-ops)
(#495) Infix operators must be spaced. (space-infix-ops)
(#495) Infix operators must be spaced. (space-infix-ops)
(#495) Infix operators must be spaced. (space-infix-ops)
(#496) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#498) Infix operators must be spaced. (space-infix-ops)
(#499) Infix operators must be spaced. (space-infix-ops)
(#499) Infix operators must be spaced. (space-infix-ops)
(#499) Infix operators must be spaced. (space-infix-ops)
(#499) Infix operators must be spaced. (space-infix-ops)
(#499) Infix operators must be spaced. (space-infix-ops)
(#499) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#501) Infix operators must be spaced. (space-infix-ops)
(#501) Infix operators must be spaced. (space-infix-ops)
(#501) Infix operators must be spaced. (space-infix-ops)
(#501) Infix operators must be spaced. (space-infix-ops)
(#501) Infix operators must be spaced. (space-infix-ops)
(#501) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#504) Unexpected space before function parentheses. (space-before-function-paren)
(#505) Expected { after 'if' condition. (curly)
(#505) Infix operators must be spaced. (space-infix-ops)
(#505) Unexpected space between function name and paren. (no-spaced-func)
(#505) Infix operators must be spaced. (space-infix-ops)
(#505) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#506) Unexpected space between function name and paren. (no-spaced-func)
(#506) Infix operators must be spaced. (space-infix-ops)
(#506) Infix operators must be spaced. (space-infix-ops)
(#506) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#506) Infix operators must be spaced. (space-infix-ops)
(#506) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#543) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.drop.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#32) Expected { after 'if' condition. (curly)
(#36) Do not nest ternary expressions (no-nested-ternary)
(#39) There should be no space after '{' (object-curly-spacing)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#50) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.explode.js
(#22) Do not nest ternary expressions (no-nested-ternary)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#27) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#33) Expected space(s) after "for". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) There should be no space after '{' (object-curly-spacing)
(#66) There should be no space before '}' (object-curly-spacing)
(#66) There should be no space after '{' (object-curly-spacing)
(#66) There should be no space before '}' (object-curly-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) after "if". (keyword-spacing)
(#79) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.fold.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'overflow'. (key-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Expected { after 'if' condition. (curly)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) after "if". (keyword-spacing)
(#56) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.highlight.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#32) There should be no space before '}' (object-curly-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) ["opacity"] is better written in dot notation. (dot-notation)
(#36) There should be no space after '{' (object-curly-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#39) Expected { after 'if' condition. (curly)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#48) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.pulsate.js
(#28) Expected { after 'if' condition. (curly)
(#33) Infix operators must be spaced. (space-infix-ops)
(#39) Unnecessary semicolon. (no-extra-semi)
(#41) Missing space before opening brace. (space-before-blocks)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) after "if". (keyword-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) after "if". (keyword-spacing)
(#49) Unnecessary semicolon. (no-extra-semi)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.scale.js
(#25) A space is required after ','. (comma-spacing)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) A space is required after ','. (comma-spacing)
(#55) Do not nest ternary expressions (no-nested-ternary)
(#55) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Requires a space before '}'. (block-spacing)
(#73) Unnecessary semicolon. (no-extra-semi)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Requires a space before '}'. (block-spacing)
(#74) Unnecessary semicolon. (no-extra-semi)
(#75) Unnecessary semicolon. (no-extra-semi)
(#78) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#92) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#114) Unnecessary semicolon. (no-extra-semi)
(#124) Unnecessary semicolon. (no-extra-semi)
(#129) Unnecessary semicolon. (no-extra-semi)
(#130) Unnecessary semicolon. (no-extra-semi)
(#136) Unnecessary semicolon. (no-extra-semi)
(#137) Unnecessary semicolon. (no-extra-semi)
(#140) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#147) Missing space before opening brace. (space-before-blocks)
(#148) 'child' is not defined. (no-undef)
(#149) Expected { after 'if' condition. (curly)
(#149) 'child' is not defined. (no-undef)
(#150) Identifier 'c_original' is not in camel case. (camelcase)
(#150) 'child' is not defined. (no-undef)
(#150) 'child' is not defined. (no-undef)
(#151) 'child' is not defined. (no-undef)
(#151) Identifier 'c_original' is not in camel case. (camelcase)
(#151) Identifier 'c_original' is not in camel case. (camelcase)
(#152) 'child' is not defined. (no-undef)
(#152) Identifier 'c_original' is not in camel case. (camelcase)
(#152) Identifier 'c_original' is not in camel case. (camelcase)
(#154) 'child' is not defined. (no-undef)
(#154) 'child' is not defined. (no-undef)
(#154) 'child' is not defined. (no-undef)
(#155) 'child' is not defined. (no-undef)
(#155) 'child' is not defined. (no-undef)
(#155) 'child' is not defined. (no-undef)
(#156) Unnecessary semicolon. (no-extra-semi)
(#158) 'child' is not defined. (no-undef)
(#158) 'child' is not defined. (no-undef)
(#158) 'child' is not defined. (no-undef)
(#159) 'child' is not defined. (no-undef)
(#159) 'child' is not defined. (no-undef)
(#159) 'child' is not defined. (no-undef)
(#160) Unnecessary semicolon. (no-extra-semi)
(#161) 'child' is not defined. (no-undef)
(#161) 'child' is not defined. (no-undef)
(#162) 'child' is not defined. (no-undef)
(#162) 'child' is not defined. (no-undef)
(#162) Missing space before opening brace. (space-before-blocks)
(#163) Expected { after 'if' condition. (curly)
(#163) 'child' is not defined. (no-undef)
(#166) Unnecessary semicolon. (no-extra-semi)
(#169) There should be no space after '{' (object-curly-spacing)
(#170) Expected { after 'if' condition. (curly)
(#170) Expected space(s) after "if". (keyword-spacing)
(#172) Expected { after 'if' condition. (curly)
(#172) Expected space(s) after "if". (keyword-spacing)
(#180) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.shake.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#23) 'mode' is defined but never used (no-unused-vars)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Multiple spaces found before '+'. (no-multi-spaces)
(#38) Multiple spaces found before '+'. (no-multi-spaces)
(#39) Multiple spaces found before '+'. (no-multi-spaces)
(#45) Unnecessary semicolon. (no-extra-semi)
(#47) Missing space before opening brace. (space-before-blocks)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Expected { after 'if' condition. (curly)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.slide.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'overflow'. (key-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#32) Expected { after 'if' condition. (curly)
(#36) Do not nest ternary expressions (no-nested-ternary)
(#39) There should be no space after '{' (object-curly-spacing)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#50) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/effects.transfer.js
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/i18n/jquery-ui-i18n.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Line 4 exceeds the maximum line length of 132. (max-len)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) 'jQuery' is not defined. (no-undef)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) ["ar"] is better written in dot notation. (dot-notation)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) ["ar"] is better written in dot notation. (dot-notation)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Irregular whitespace not allowed (no-irregular-whitespace)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) 'jQuery' is not defined. (no-undef)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) ["bg"] is better written in dot notation. (dot-notation)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) ["bg"] is better written in dot notation. (dot-notation)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) 'jQuery' is not defined. (no-undef)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) ["ca"] is better written in dot notation. (dot-notation)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) ["ca"] is better written in dot notation. (dot-notation)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Irregular whitespace not allowed (no-irregular-whitespace)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) 'jQuery' is not defined. (no-undef)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) ["cs"] is better written in dot notation. (dot-notation)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) ["cs"] is better written in dot notation. (dot-notation)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Irregular whitespace not allowed (no-irregular-whitespace)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) 'jQuery' is not defined. (no-undef)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) ["da"] is better written in dot notation. (dot-notation)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) ["da"] is better written in dot notation. (dot-notation)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Irregular whitespace not allowed (no-irregular-whitespace)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) 'jQuery' is not defined. (no-undef)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) ["de"] is better written in dot notation. (dot-notation)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) ["de"] is better written in dot notation. (dot-notation)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Irregular whitespace not allowed (no-irregular-whitespace)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) 'jQuery' is not defined. (no-undef)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) ["el"] is better written in dot notation. (dot-notation)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) ["el"] is better written in dot notation. (dot-notation)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Irregular whitespace not allowed (no-irregular-whitespace)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) 'jQuery' is not defined. (no-undef)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) ["eo"] is better written in dot notation. (dot-notation)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) ["eo"] is better written in dot notation. (dot-notation)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) 'jQuery' is not defined. (no-undef)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) ["es"] is better written in dot notation. (dot-notation)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) A space is required after ','. (comma-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) ["es"] is better written in dot notation. (dot-notation)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Irregular whitespace not allowed (no-irregular-whitespace)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) 'jQuery' is not defined. (no-undef)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) ["fa"] is better written in dot notation. (dot-notation)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) ["fa"] is better written in dot notation. (dot-notation)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) 'jQuery' is not defined. (no-undef)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) ["fi"] is better written in dot notation. (dot-notation)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) ["fi"] is better written in dot notation. (dot-notation)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Irregular whitespace not allowed (no-irregular-whitespace)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) 'jQuery' is not defined. (no-undef)
(#209) Missing space before opening brace. (space-before-blocks)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) ["fr"] is better written in dot notation. (dot-notation)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) ["fr"] is better written in dot notation. (dot-notation)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Irregular whitespace not allowed (no-irregular-whitespace)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) 'jQuery' is not defined. (no-undef)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) ["he"] is better written in dot notation. (dot-notation)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) ["he"] is better written in dot notation. (dot-notation)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Irregular whitespace not allowed (no-irregular-whitespace)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) 'jQuery' is not defined. (no-undef)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) ["hr"] is better written in dot notation. (dot-notation)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) ["hr"] is better written in dot notation. (dot-notation)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) 'jQuery' is not defined. (no-undef)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) ["hu"] is better written in dot notation. (dot-notation)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) ["hu"] is better written in dot notation. (dot-notation)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) 'jQuery' is not defined. (no-undef)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) ["hy"] is better written in dot notation. (dot-notation)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) ["hy"] is better written in dot notation. (dot-notation)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) 'jQuery' is not defined. (no-undef)
(#301) Missing space before opening brace. (space-before-blocks)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) ["id"] is better written in dot notation. (dot-notation)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) ["id"] is better written in dot notation. (dot-notation)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) 'jQuery' is not defined. (no-undef)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) ["is"] is better written in dot notation. (dot-notation)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Line 329 exceeds the maximum line length of 132. (max-len)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) ["is"] is better written in dot notation. (dot-notation)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) 'jQuery' is not defined. (no-undef)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) ["it"] is better written in dot notation. (dot-notation)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) ["it"] is better written in dot notation. (dot-notation)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Irregular whitespace not allowed (no-irregular-whitespace)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) 'jQuery' is not defined. (no-undef)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) ["ja"] is better written in dot notation. (dot-notation)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) ["ja"] is better written in dot notation. (dot-notation)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) 'jQuery' is not defined. (no-undef)
(#375) Missing space before opening brace. (space-before-blocks)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) ["ko"] is better written in dot notation. (dot-notation)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) A space is required after ','. (comma-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) A space is required after ','. (comma-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) A space is required after ','. (comma-spacing)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) ["ko"] is better written in dot notation. (dot-notation)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) 'jQuery' is not defined. (no-undef)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) ["lt"] is better written in dot notation. (dot-notation)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) ["lt"] is better written in dot notation. (dot-notation)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) 'jQuery' is not defined. (no-undef)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) ["lv"] is better written in dot notation. (dot-notation)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) ["lv"] is better written in dot notation. (dot-notation)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) 'jQuery' is not defined. (no-undef)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) ["ms"] is better written in dot notation. (dot-notation)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) ["ms"] is better written in dot notation. (dot-notation)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Irregular whitespace not allowed (no-irregular-whitespace)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) 'jQuery' is not defined. (no-undef)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) 'jQuery' is not defined. (no-undef)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) ["no"] is better written in dot notation. (dot-notation)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) ["no"] is better written in dot notation. (dot-notation)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) 'jQuery' is not defined. (no-undef)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) ["pl"] is better written in dot notation. (dot-notation)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) ["pl"] is better written in dot notation. (dot-notation)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) 'jQuery' is not defined. (no-undef)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) 'jQuery' is not defined. (no-undef)
(#524) Missing space before opening brace. (space-before-blocks)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) ["ro"] is better written in dot notation. (dot-notation)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) ["ro"] is better written in dot notation. (dot-notation)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) 'jQuery' is not defined. (no-undef)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) ["ru"] is better written in dot notation. (dot-notation)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) ["ru"] is better written in dot notation. (dot-notation)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) 'jQuery' is not defined. (no-undef)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) ["sk"] is better written in dot notation. (dot-notation)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) ["sk"] is better written in dot notation. (dot-notation)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) 'jQuery' is not defined. (no-undef)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) ["sl"] is better written in dot notation. (dot-notation)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) A space is required after ','. (comma-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) ["sl"] is better written in dot notation. (dot-notation)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Irregular whitespace not allowed (no-irregular-whitespace)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) 'jQuery' is not defined. (no-undef)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) ["sq"] is better written in dot notation. (dot-notation)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) A space is required after ','. (comma-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) A space is required after ','. (comma-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) ["sq"] is better written in dot notation. (dot-notation)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Irregular whitespace not allowed (no-irregular-whitespace)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#619) 'jQuery' is not defined. (no-undef)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) A space is required after ','. (comma-spacing)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) A space is required after ','. (comma-spacing)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) A space is required after ','. (comma-spacing)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) Irregular whitespace not allowed (no-irregular-whitespace)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) 'jQuery' is not defined. (no-undef)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) ["sr"] is better written in dot notation. (dot-notation)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) ["sr"] is better written in dot notation. (dot-notation)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) Irregular whitespace not allowed (no-irregular-whitespace)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) 'jQuery' is not defined. (no-undef)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) ["sv"] is better written in dot notation. (dot-notation)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) ["sv"] is better written in dot notation. (dot-notation)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) Irregular whitespace not allowed (no-irregular-whitespace)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#676) 'jQuery' is not defined. (no-undef)
(#676) Missing space before opening brace. (space-before-blocks)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) ["th"] is better written in dot notation. (dot-notation)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) A space is required after ','. (comma-spacing)
(#685) A space is required after ','. (comma-spacing)
(#685) A space is required after ','. (comma-spacing)
(#685) A space is required after ','. (comma-spacing)
(#685) A space is required after ','. (comma-spacing)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) ["th"] is better written in dot notation. (dot-notation)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) 'jQuery' is not defined. (no-undef)
(#694) Missing space before opening brace. (space-before-blocks)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) ["tr"] is better written in dot notation. (dot-notation)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) A space is required after ','. (comma-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) ["tr"] is better written in dot notation. (dot-notation)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) 'jQuery' is not defined. (no-undef)
(#712) Missing space before opening brace. (space-before-blocks)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) ["uk"] is better written in dot notation. (dot-notation)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Multiple spaces found before 'prevStatus'. (no-multi-spaces)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) A space is required after ','. (comma-spacing)
(#721) A space is required after ','. (comma-spacing)
(#721) A space is required after ','. (comma-spacing)
(#721) A space is required after ','. (comma-spacing)
(#721) A space is required after ','. (comma-spacing)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) A space is required after ','. (comma-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#729) A space is required after ','. (comma-spacing)
(#729) A space is required after ','. (comma-spacing)
(#729) A space is required after ','. (comma-spacing)
(#729) A space is required after ','. (comma-spacing)
(#729) A space is required after ','. (comma-spacing)
(#729) A space is required after ','. (comma-spacing)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) ["uk"] is better written in dot notation. (dot-notation)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) 'jQuery' is not defined. (no-undef)
(#736) Missing space before opening brace. (space-before-blocks)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) A space is required after ','. (comma-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) A space is required after ','. (comma-spacing)
(#748) A space is required after ','. (comma-spacing)
(#748) A space is required after ','. (comma-spacing)
(#748) A space is required after ','. (comma-spacing)
(#748) A space is required after ','. (comma-spacing)
(#748) A space is required after ','. (comma-spacing)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#753) Irregular whitespace not allowed (no-irregular-whitespace)
(#753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#755) 'jQuery' is not defined. (no-undef)
(#755) Missing space before opening brace. (space-before-blocks)
(#755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) A space is required after ','. (comma-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ar.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#4) Line 4 exceeds the maximum line length of 132. (max-len)
(#5) 'jQuery' is not defined. (no-undef)
(#5) Missing space before opening brace. (space-before-blocks)
(#6) ["ar"] is better written in dot notation. (dot-notation)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#19) ["ar"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-bg.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["bg"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#19) ["bg"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ca.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ca"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["ca"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-cs.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["cs"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["cs"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-da.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["da"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["da"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-de.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["de"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["de"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-el.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["el"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["el"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-eo.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["eo"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["eo"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-es.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["es"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["es"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-fa.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#4) 'jQuery' is not defined. (no-undef)
(#5) ["fa"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["fa"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-fi.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["fi"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["fi"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-fr.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["fr"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["fr"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-he.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["he"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["he"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-hr.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["hr"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["hr"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-hu.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["hu"] is better written in dot notation. (dot-notation)
(#18) ["hu"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-hy.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["hy"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["hy"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-id.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["id"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["id"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-is.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["is"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["is"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-it.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["it"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["it"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ja.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ja"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#19) ["ja"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ko.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ko"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["ko"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-lt.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["lt"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["lt"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-lv.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["lv"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["lv"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ms.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ms"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["ms"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-nl.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-no.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["no"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["no"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-pl.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["pl"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["pl"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-pt-BR.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ro.js
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing space before opening brace. (space-before-blocks)
(#7) ["ro"] is better written in dot notation. (dot-notation)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#21) ["ro"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-ru.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ru"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["ru"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-sk.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sk"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["sk"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-sl.js
(#4) 'jQuery' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#5) ["sl"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#19) ["sl"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-sq.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sq"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["sq"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-sr-SR.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-sr.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) ["sr"] is better written in dot notation. (dot-notation)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) ["sr"] is better written in dot notation. (dot-notation)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-sv.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sv"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["sv"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-th.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["th"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["th"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-tr.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["tr"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) ["tr"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-uk.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["uk"] is better written in dot notation. (dot-notation)
(#7) Multiple spaces found before 'prevStatus'. (no-multi-spaces)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#24) ["uk"] is better written in dot notation. (dot-notation)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-zh-CN.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/scormcloud/scripts/ui/i18n/ui.datepicker-zh-TW.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) 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)
(#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)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/scormcloud/scripts/ui/jquery-ui-1.7.1.custom.js
(#10) Unnecessary semicolon. (no-extra-semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Expected space(s) after "for". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Unexpected use of '&'. (no-bitwise)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Expected space or tab after '//' in comment. (spaced-comment)
(#116) Do not nest ternary expressions (no-nested-ternary)
(#120) Do not nest ternary expressions (no-nested-ternary)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Expected space(s) after "if". (keyword-spacing)
(#165) Line 165 exceeds the maximum line length of 132. (max-len)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#169) Line 169 exceeds the maximum line length of 132. (max-len)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Do not nest ternary expressions (no-nested-ternary)
(#206) Missing JSDoc comment. (require-jsdoc)
(#207) Missing JSDoc comment. (require-jsdoc)
(#245) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#249) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Expected to return a value at the end of this function. (consistent-return)
(#276) Expected to return a value at the end of this function. (consistent-return)
(#295) Unexpected empty function. (no-empty-function)
(#302) Expected to return a value at the end of this function. (consistent-return)
(#326) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#377) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Expected to return a value at the end of this function. (consistent-return)
(#381) Expected space(s) after "if". (keyword-spacing)
(#400) Infix operators must be spaced. (space-infix-ops)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#420) Line 420 exceeds the maximum line length of 132. (max-len)
(#422) Expected no return value. (consistent-return)
(#436) Expected no return value. (consistent-return)
(#448) Infix operators must be spaced. (space-infix-ops)
(#449) Infix operators must be spaced. (space-infix-ops)
(#454) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#457) Expected no return value. (consistent-return)
(#474) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#502) 'event' is defined but never used (no-unused-vars)
(#507) 'event' is defined but never used (no-unused-vars)
(#507) Unexpected empty function. (no-empty-function)
(#508) 'event' is defined but never used (no-unused-vars)
(#508) Unexpected empty function. (no-empty-function)
(#509) 'event' is defined but never used (no-unused-vars)
(#509) Unexpected empty function. (no-empty-function)
(#510) 'event' is defined but never used (no-unused-vars)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#519) 'jQuery' is not defined. (no-undef)
(#538) Expected { after 'if' condition. (curly)
(#541) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#542) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#549) Expected { after 'if' condition. (curly)
(#549) Expected space(s) after "if". (keyword-spacing)
(#563) Expected { after 'if' condition. (curly)
(#566) Expected space or tab after '//' in comment. (spaced-comment)
(#568) Expected { after 'if' condition. (curly)
(#579) Expected space or tab after '//' in comment. (spaced-comment)
(#582) Expected space or tab after '//' in comment. (spaced-comment)
(#585) Expected space or tab after '//' in comment. (spaced-comment)
(#586) Expected { after 'if' condition. (curly)
(#586) Expected space(s) after "if". (keyword-spacing)
(#594) Expected space or tab after '//' in comment. (spaced-comment)
(#597) Expected space or tab after '//' in comment. (spaced-comment)
(#601) Expected space or tab after '//' in comment. (spaced-comment)
(#609) Expected space or tab after '//' in comment. (spaced-comment)
(#614) Line 614 exceeds the maximum line length of 132. (max-len)
(#614) Expected space or tab after '//' in comment. (spaced-comment)
(#617) Expected space or tab after '//' in comment. (spaced-comment)
(#622) Expected space or tab after '//' in comment. (spaced-comment)
(#623) Expected { after 'if' condition. (curly)
(#623) Expected space(s) after "if". (keyword-spacing)
(#626) Expected space or tab after '//' in comment. (spaced-comment)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) Expected { after 'if' condition. (curly)
(#630) Expected space or tab after '//' in comment. (spaced-comment)
(#633) Expected space or tab after '//' in comment. (spaced-comment)
(#636) Expected space or tab after '//' in comment. (spaced-comment)
(#637) Expected { after 'if' condition. (curly)
(#641) Line 641 exceeds the maximum line length of 132. (max-len)
(#641) Expected space or tab after '//' in comment. (spaced-comment)
(#647) Expected space or tab after '//' in comment. (spaced-comment)
(#651) Expected space or tab after '//' in comment. (spaced-comment)
(#658) Expected { after 'if' condition. (curly)
(#658) Expected space(s) after "if". (keyword-spacing)
(#658) Infix operators must be spaced. (space-infix-ops)
(#659) Expected space(s) after "if". (keyword-spacing)
(#659) Expected { after 'if' condition. (curly)
(#659) Infix operators must be spaced. (space-infix-ops)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Expected { after 'if' condition. (curly)
(#667) Expected space or tab after '//' in comment. (spaced-comment)
(#669) Expected { after 'if' condition. (curly)
(#672) Expected space or tab after '//' in comment. (spaced-comment)
(#673) Expected space(s) after "if". (keyword-spacing)
(#678) Line 678 exceeds the maximum line length of 132. (max-len)
(#678) Expected space(s) after "if". (keyword-spacing)
(#699) Expected space(s) after "if". (keyword-spacing)
(#699) Expected { after 'if' condition. (curly)
(#709) Line 709 exceeds the maximum line length of 132. (max-len)
(#709) Do not nest ternary expressions (no-nested-ternary)
(#711) Expected { after 'if' condition. (curly)
(#711) Expected space(s) after "if". (keyword-spacing)
(#714) Expected { after 'if' condition. (curly)
(#714) Expected space(s) after "if". (keyword-spacing)
(#722) Expected { after 'if' condition. (curly)
(#722) Expected space(s) after "if". (keyword-spacing)
(#723) Expected { after 'if' condition. (curly)
(#723) Expected space(s) after "if". (keyword-spacing)
(#724) Expected { after 'if' condition. (curly)
(#724) Expected space(s) after "if". (keyword-spacing)
(#725) Expected { after 'if' condition. (curly)
(#725) Expected space(s) after "if". (keyword-spacing)
(#730) Expected space or tab after '//' in comment. (spaced-comment)
(#738) Line 738 exceeds the maximum line length of 132. (max-len)
(#738) Expected space(s) after "if". (keyword-spacing)
(#743) Line 743 exceeds the maximum line length of 132. (max-len)
(#743) Expected space(s) after "if". (keyword-spacing)
(#743) Expected { after 'if' condition. (curly)
(#743) Expected space or tab after '//' in comment. (spaced-comment)
(#744) Expected space or tab after '//' in comment. (spaced-comment)
(#745) There should be no space after '{' (object-curly-spacing)
(#745) There should be no space before '}' (object-curly-spacing)
(#748) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#756) Expected space(s) after "if". (keyword-spacing)
(#759) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#763) There should be no space after '{' (object-curly-spacing)
(#763) There should be no space before '}' (object-curly-spacing)
(#770) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#785) Expected { after 'if' condition. (curly)
(#785) Expected space(s) after "if". (keyword-spacing)
(#786) Expected { after 'if' condition. (curly)
(#786) Expected space(s) after "if". (keyword-spacing)
(#790) Line 790 exceeds the maximum line length of 132. (max-len)
(#793) Expected space(s) after "if". (keyword-spacing)
(#794) Expected space(s) after "if". (keyword-spacing)
(#794) Expected { after 'if' condition. (curly)
(#799) Line 799 exceeds the maximum line length of 132. (max-len)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#800) Line 800 exceeds the maximum line length of 132. (max-len)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#801) Line 801 exceeds the maximum line length of 132. (max-len)
(#801) Infix operators must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#802) Line 802 exceeds the maximum line length of 132. (max-len)
(#802) Infix operators must be spaced. (space-infix-ops)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#804) Expected space(s) after "if". (keyword-spacing)
(#812) Expected space(s) after "if". (keyword-spacing)
(#812) Expected { after 'if' condition. (curly)
(#814) Line 814 exceeds the maximum line length of 132. (max-len)
(#814) 'o' is defined but never used (no-unused-vars)
(#814) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#814) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#819) Line 819 exceeds the maximum line length of 132. (max-len)
(#820) Line 820 exceeds the maximum line length of 132. (max-len)
(#821) Line 821 exceeds the maximum line length of 132. (max-len)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) Do not nest ternary expressions (no-nested-ternary)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#825) Line 825 exceeds the maximum line length of 132. (max-len)
(#826) Line 826 exceeds the maximum line length of 132. (max-len)
(#827) Line 827 exceeds the maximum line length of 132. (max-len)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) Do not nest ternary expressions (no-nested-ternary)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#833) Function '_generatePosition' has a complexity of 24. (complexity)
(#835) Line 835 exceeds the maximum line length of 132. (max-len)
(#835) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#835) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#841) Expected space(s) after "if". (keyword-spacing)
(#853) Expected space(s) after "if". (keyword-spacing)
(#853) Expected space or tab after '//' in comment. (spaced-comment)
(#855) Expected space(s) after "if". (keyword-spacing)
(#856) Expected space(s) after "if". (keyword-spacing)
(#856) Expected { after 'if' condition. (curly)
(#857) Expected { after 'if' condition. (curly)
(#857) Expected space(s) after "if". (keyword-spacing)
(#858) Expected space(s) after "if". (keyword-spacing)
(#858) Expected { after 'if' condition. (curly)
(#859) Expected { after 'if' condition. (curly)
(#859) Expected space(s) after "if". (keyword-spacing)
(#862) Expected space(s) after "if". (keyword-spacing)
(#864) Line 864 exceeds the maximum line length of 132. (max-len)
(#864) Do not nest ternary expressions (no-nested-ternary)
(#864) Do not nest ternary expressions (no-nested-ternary)
(#867) Line 867 exceeds the maximum line length of 132. (max-len)
(#867) Do not nest ternary expressions (no-nested-ternary)
(#867) Do not nest ternary expressions (no-nested-ternary)
(#876) Line 876 exceeds the maximum line length of 132. (max-len)
(#877) Line 877 exceeds the maximum line length of 132. (max-len)
(#878) Line 878 exceeds the maximum line length of 132. (max-len)
(#878) Do not nest ternary expressions (no-nested-ternary)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) Do not nest ternary expressions (no-nested-ternary)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#883) Line 883 exceeds the maximum line length of 132. (max-len)
(#884) Line 884 exceeds the maximum line length of 132. (max-len)
(#885) Line 885 exceeds the maximum line length of 132. (max-len)
(#885) Do not nest ternary expressions (no-nested-ternary)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#885) Do not nest ternary expressions (no-nested-ternary)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#893) Expected { after 'if' condition. (curly)
(#893) Expected space(s) after "if". (keyword-spacing)
(#894) Expected space or tab after '//' in comment. (spaced-comment)
(#904) Line 904 exceeds the maximum line length of 132. (max-len)
(#904) Expected { after 'if' condition. (curly)
(#904) Expected space(s) after "if". (keyword-spacing)
(#904) Expected space or tab after '//' in comment. (spaced-comment)
(#910) 'event' is defined but never used (no-unused-vars)
(#914) Expected space or tab after '//' in comment. (spaced-comment)
(#958) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#959) There should be no space after '{' (object-curly-spacing)
(#959) There should be no space before '}' (object-curly-spacing)
(#968) Expected space or tab after '//' in comment. (spaced-comment)
(#976) Expected space or tab after '//' in comment. (spaced-comment)
(#978) There should be no space after '{' (object-curly-spacing)
(#978) There should be no space before '}' (object-curly-spacing)
(#981) Expected space(s) after "if". (keyword-spacing)
(#985) Expected space or tab after '//' in comment. (spaced-comment)
(#986) Line 986 exceeds the maximum line length of 132. (max-len)
(#986) Expected space or tab after '//' in comment. (spaced-comment)
(#988) Line 988 exceeds the maximum line length of 132. (max-len)
(#988) Expected space or tab after '//' in comment. (spaced-comment)
(#989) Expected space(s) after "if". (keyword-spacing)
(#989) Expected { after 'if' condition. (curly)
(#991) Expected space or tab after '//' in comment. (spaced-comment)
(#996) Expected space or tab after '//' in comment. (spaced-comment)
(#997) Expected space(s) after "if". (keyword-spacing)
(#997) Expected { after 'if' condition. (curly)
(#998) There should be no space after '{' (object-curly-spacing)
(#998) There should be no space before '}' (object-curly-spacing)
(#1001) Expected space or tab after '//' in comment. (spaced-comment)
(#1010) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1012) 'checkPos' is defined but never used (no-unused-vars)
(#1013) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1014) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1015) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1016) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1021) 'i' is defined but never used (no-unused-vars)
(#1022) Trailing spaces not allowed. (no-trailing-spaces)
(#1023) Expected space or tab after '//' in comment. (spaced-comment)
(#1027) Trailing spaces not allowed. (no-trailing-spaces)
(#1028) Expected space(s) after "if". (keyword-spacing)
(#1030) Expected space or tab after '//' in comment. (spaced-comment)
(#1031) Expected space(s) after "if". (keyword-spacing)
(#1034) Expected space or tab after '//' in comment. (spaced-comment)
(#1035) Expected space or tab after '//' in comment. (spaced-comment)
(#1036) Line 1036 exceeds the maximum line length of 132. (max-len)
(#1036) Expected space or tab after '//' in comment. (spaced-comment)
(#1038) Expected space or tab after '//' in comment. (spaced-comment)
(#1039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1039) Statement inside of curly braces should be on next line. (brace-style)
(#1045) Line 1045 exceeds the maximum line length of 132. (max-len)
(#1045) Expected space or tab after '//' in comment. (spaced-comment)
(#1052) Expected space or tab after '//' in comment. (spaced-comment)
(#1053) Expected space or tab after '//' in comment. (spaced-comment)
(#1059) Line 1059 exceeds the maximum line length of 132. (max-len)
(#1059) Expected space or tab after '//' in comment. (spaced-comment)
(#1060) Expected { after 'if' condition. (curly)
(#1060) Expected space(s) after "if". (keyword-spacing)
(#1064) Expected space or tab after '//' in comment. (spaced-comment)
(#1065) Expected space or tab after '//' in comment. (spaced-comment)
(#1066) Expected space(s) after "if". (keyword-spacing)
(#1070) Trailing spaces not allowed. (no-trailing-spaces)
(#1071) Expected space or tab after '//' in comment. (spaced-comment)
(#1073) Trailing spaces not allowed. (no-trailing-spaces)
(#1076) Trailing spaces not allowed. (no-trailing-spaces)
(#1080) Line 1080 exceeds the maximum line length of 132. (max-len)
(#1080) Expected space or tab after '//' in comment. (spaced-comment)
(#1082) Expected space(s) after "if". (keyword-spacing)
(#1082) Expected { after 'if' condition. (curly)
(#1085) Expected space or tab after '//' in comment. (spaced-comment)
(#1088) Unnecessary semicolon. (no-extra-semi)
(#1096) 'ui' is defined but never used (no-unused-vars)
(#1097) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1098) Expected { after 'if' condition. (curly)
(#1101) 'ui' is defined but never used (no-unused-vars)
(#1103) Expected { after 'if' condition. (curly)
(#1108) 'ui' is defined but never used (no-unused-vars)
(#1113) Infix operators must be spaced. (space-infix-ops)
(#1113) Infix operators must be spaced. (space-infix-ops)
(#1120) 'ui' is defined but never used (no-unused-vars)
(#1121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1121) Statement inside of curly braces should be on next line. (brace-style)
(#1121) Expected space or tab after '//' in comment. (spaced-comment)
(#1127) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1128) Expected { after 'if' condition. (curly)
(#1128) Expected space(s) after "if". (keyword-spacing)
(#1133) Expected space(s) after "if". (keyword-spacing)
(#1133) Expected { after 'if' condition. (curly)
(#1138) 'ui' is defined but never used (no-unused-vars)
(#1140) Expected { after 'if' condition. (curly)
(#1140) Expected space(s) after "if". (keyword-spacing)
(#1142) 'ui' is defined but never used (no-unused-vars)
(#1144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1146) Expected space(s) after "if". (keyword-spacing)
(#1148) Expected space(s) after "if". (keyword-spacing)
(#1149) Expected space(s) after "if". (keyword-spacing)
(#1149) Expected { after 'if' condition. (curly)
(#1151) Expected space(s) after "if". (keyword-spacing)
(#1151) Expected { after 'if' condition. (curly)
(#1155) Expected space(s) after "if". (keyword-spacing)
(#1156) Expected { after 'if' condition. (curly)
(#1156) Expected space(s) after "if". (keyword-spacing)
(#1158) Expected { after 'if' condition. (curly)
(#1158) Expected space(s) after "if". (keyword-spacing)
(#1164) Expected space(s) after "if". (keyword-spacing)
(#1165) Expected space(s) after "if". (keyword-spacing)
(#1165) Expected { after 'if' condition. (curly)
(#1167) Expected space(s) after "if". (keyword-spacing)
(#1167) Expected { after 'if' condition. (curly)
(#1171) Expected space(s) after "if". (keyword-spacing)
(#1172) Expected { after 'if' condition. (curly)
(#1172) Expected space(s) after "if". (keyword-spacing)
(#1174) Expected { after 'if' condition. (curly)
(#1174) Expected space(s) after "if". (keyword-spacing)
(#1180) Expected space(s) after "if". (keyword-spacing)
(#1180) Expected { after 'if' condition. (curly)
(#1187) 'ui' is defined but never used (no-unused-vars)
(#1189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1194) Expected { after 'if' condition. (curly)
(#1194) Expected space(s) after "if". (keyword-spacing)
(#1202) Function 'drag' has a complexity of 29. (complexity)
(#1204) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1207) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1210) Missing space before opening brace. (space-before-blocks)
(#1212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1215) Expected space or tab after '//' in comment. (spaced-comment)
(#1216) Line 1216 exceeds the maximum line length of 132. (max-len)
(#1216) Expected space(s) after "if". (keyword-spacing)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1216) Infix operators must be spaced. (space-infix-ops)
(#1217) Line 1217 exceeds the maximum line length of 132. (max-len)
(#1217) Expected { after 'if' condition. (curly)
(#1217) Expected space(s) after "if". (keyword-spacing)
(#1217) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1217) There should be no space after '{' (object-curly-spacing)
(#1217) There should be no space before '}' (object-curly-spacing)
(#1222) Expected space(s) after "if". (keyword-spacing)
(#1223) 'ts' used outside of binding context. (block-scoped-var)
(#1224) 'bs' used outside of binding context. (block-scoped-var)
(#1225) 'ls' used outside of binding context. (block-scoped-var)
(#1226) 'rs' used outside of binding context. (block-scoped-var)
(#1227) Line 1227 exceeds the maximum line length of 132. (max-len)
(#1227) Expected space(s) after "if". (keyword-spacing)
(#1227) Expected { after 'if' condition. (curly)
(#1227) 'ts' used outside of binding context. (block-scoped-var)
(#1227) There should be no space after '{' (object-curly-spacing)
(#1227) There should be no space before '}' (object-curly-spacing)
(#1228) Expected space(s) after "if". (keyword-spacing)
(#1228) Expected { after 'if' condition. (curly)
(#1228) 'bs' used outside of binding context. (block-scoped-var)
(#1228) There should be no space after '{' (object-curly-spacing)
(#1228) There should be no space before '}' (object-curly-spacing)
(#1229) Line 1229 exceeds the maximum line length of 132. (max-len)
(#1229) Expected space(s) after "if". (keyword-spacing)
(#1229) Expected { after 'if' condition. (curly)
(#1229) 'ls' used outside of binding context. (block-scoped-var)
(#1229) There should be no space after '{' (object-curly-spacing)
(#1229) There should be no space before '}' (object-curly-spacing)
(#1230) Expected { after 'if' condition. (curly)
(#1230) Expected space(s) after "if". (keyword-spacing)
(#1230) 'rs' used outside of binding context. (block-scoped-var)
(#1230) There should be no space after '{' (object-curly-spacing)
(#1230) There should be no space before '}' (object-curly-spacing)
(#1233) 'ts' used outside of binding context. (block-scoped-var)
(#1233) 'ts' used outside of binding context. (block-scoped-var)
(#1233) 'bs' used outside of binding context. (block-scoped-var)
(#1233) 'bs' used outside of binding context. (block-scoped-var)
(#1233) 'ls' used outside of binding context. (block-scoped-var)
(#1233) 'ls' used outside of binding context. (block-scoped-var)
(#1233) 'rs' used outside of binding context. (block-scoped-var)
(#1233) 'rs' used outside of binding context. (block-scoped-var)
(#1235) Expected space(s) after "if". (keyword-spacing)
(#1236) 'ts' is already defined (no-redeclare)
(#1236) 'ts' used outside of binding context. (block-scoped-var)
(#1237) 'bs' used outside of binding context. (block-scoped-var)
(#1237) 'bs' is already defined (no-redeclare)
(#1238) 'ls' used outside of binding context. (block-scoped-var)
(#1238) 'ls' is already defined (no-redeclare)
(#1239) 'rs' is already defined (no-redeclare)
(#1239) 'rs' used outside of binding context. (block-scoped-var)
(#1240) Expected space(s) after "if". (keyword-spacing)
(#1240) Expected { after 'if' condition. (curly)
(#1240) 'ts' used outside of binding context. (block-scoped-var)
(#1240) There should be no space after '{' (object-curly-spacing)
(#1240) There should be no space before '}' (object-curly-spacing)
(#1241) Line 1241 exceeds the maximum line length of 132. (max-len)
(#1241) Expected space(s) after "if". (keyword-spacing)
(#1241) Expected { after 'if' condition. (curly)
(#1241) 'bs' used outside of binding context. (block-scoped-var)
(#1241) There should be no space after '{' (object-curly-spacing)
(#1241) There should be no space before '}' (object-curly-spacing)
(#1242) Expected { after 'if' condition. (curly)
(#1242) Expected space(s) after "if". (keyword-spacing)
(#1242) 'ls' used outside of binding context. (block-scoped-var)
(#1242) There should be no space after '{' (object-curly-spacing)
(#1242) There should be no space before '}' (object-curly-spacing)
(#1243) Line 1243 exceeds the maximum line length of 132. (max-len)
(#1243) Expected space(s) after "if". (keyword-spacing)
(#1243) Expected { after 'if' condition. (curly)
(#1243) 'rs' used outside of binding context. (block-scoped-var)
(#1243) There should be no space after '{' (object-curly-spacing)
(#1243) There should be no space before '}' (object-curly-spacing)
(#1246) Expected space(s) after "if". (keyword-spacing)
(#1246) Expected { after 'if' condition. (curly)
(#1246) 'ts' used outside of binding context. (block-scoped-var)
(#1246) 'ts' used outside of binding context. (block-scoped-var)
(#1246) 'bs' used outside of binding context. (block-scoped-var)
(#1246) 'bs' used outside of binding context. (block-scoped-var)
(#1246) 'ls' used outside of binding context. (block-scoped-var)
(#1246) 'ls' used outside of binding context. (block-scoped-var)
(#1246) 'rs' used outside of binding context. (block-scoped-var)
(#1246) 'rs' used outside of binding context. (block-scoped-var)
(#1247) Line 1247 exceeds the maximum line length of 132. (max-len)
(#1247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1247) There should be no space after '{' (object-curly-spacing)
(#1247) There should be no space before '}' (object-curly-spacing)
(#1248) 'ts' used outside of binding context. (block-scoped-var)
(#1248) 'ts' used outside of binding context. (block-scoped-var)
(#1248) 'bs' used outside of binding context. (block-scoped-var)
(#1248) 'bs' used outside of binding context. (block-scoped-var)
(#1248) 'ls' used outside of binding context. (block-scoped-var)
(#1248) 'ls' used outside of binding context. (block-scoped-var)
(#1248) 'rs' used outside of binding context. (block-scoped-var)
(#1248) 'rs' used outside of binding context. (block-scoped-var)
(#1250) Unnecessary semicolon. (no-extra-semi)
(#1256) 'ui' is defined but never used (no-unused-vars)
(#1260) A space is required after ','. (comma-spacing)
(#1261) A space is required after ','. (comma-spacing)
(#1261) A space is required after ','. (comma-spacing)
(#1275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1276) Expected space(s) after "if". (keyword-spacing)
(#1276) Expected { after 'if' condition. (curly)
(#1281) Expected space(s) after "if". (keyword-spacing)
(#1281) Expected { after 'if' condition. (curly)
(#1285) 'jQuery' is not defined. (no-undef)
(#1305) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1312) Expected space or tab after '//' in comment. (spaced-comment)
(#1313) There should be no space after '{' (object-curly-spacing)
(#1313) There should be no space before '}' (object-curly-spacing)
(#1319) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1325) Expected { after 'for' condition. (curly)
(#1325) There should be no spaces inside this paren. (space-in-parens)
(#1325) There should be no spaces inside this paren. (space-in-parens)
(#1326) Expected { after 'if' condition. (curly)
(#1326) There should be no spaces inside this paren. (space-in-parens)
(#1326) There should be no spaces inside this paren. (space-in-parens)
(#1337) Expected space(s) after "if". (keyword-spacing)
(#1349) Expected space(s) after "if". (keyword-spacing)
(#1349) Expected { after 'if' condition. (curly)
(#1350) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1355) Expected space(s) after "if". (keyword-spacing)
(#1355) Expected { after 'if' condition. (curly)
(#1356) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1362) Line 1362 exceeds the maximum line length of 132. (max-len)
(#1362) Expected { after 'if' condition. (curly)
(#1364) A space is required after ','. (comma-spacing)
(#1365) Expected { after 'if' condition. (curly)
(#1365) Expected space(s) after "if". (keyword-spacing)
(#1374) Line 1374 exceeds the maximum line length of 132. (max-len)
(#1374) Expected { after 'if' condition. (curly)
(#1376) A space is required after ','. (comma-spacing)
(#1377) Expected { after 'if' condition. (curly)
(#1377) Expected space(s) after "if". (keyword-spacing)
(#1383) A space is required after ','. (comma-spacing)
(#1386) Line 1386 exceeds the maximum line length of 132. (max-len)
(#1386) Expected { after 'if' condition. (curly)
(#1389) Expected to return a value at the end of this function. (consistent-return)
(#1391) Line 1391 exceeds the maximum line length of 132. (max-len)
(#1391) Expected space(s) after "if". (keyword-spacing)
(#1391) There should be no space after '{' (object-curly-spacing)
(#1391) There should be no space before '}' (object-curly-spacing)
(#1395) Expected space(s) after "if". (keyword-spacing)
(#1395) Expected { after 'if' condition. (curly)
(#1397) Expected space(s) after "if". (keyword-spacing)
(#1397) A space is required after ','. (comma-spacing)
(#1398) Expected { after 'if' condition. (curly)
(#1398) Expected space(s) after "if". (keyword-spacing)
(#1399) Expected space(s) after "if". (keyword-spacing)
(#1399) Expected { after 'if' condition. (curly)
(#1413) Expected space or tab after '//' in comment. (spaced-comment)
(#1436) Expected { after 'if' condition. (curly)
(#1438) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1440) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1447) Unreachable code. (no-unreachable)
(#1452) There should be no spaces inside this paren. (space-in-parens)
(#1453) Unreachable code. (no-unreachable)
(#1455) Line 1455 exceeds the maximum line length of 132. (max-len)
(#1456) Line 1456 exceeds the maximum line length of 132. (max-len)
(#1459) Unreachable code. (no-unreachable)
(#1470) Unreachable code. (no-unreachable)
(#1473) Unreachable code. (no-unreachable)
(#1483) There should be no space after '{' (object-curly-spacing)
(#1483) There should be no space before '}' (object-curly-spacing)
(#1490) Unexpected labeled statement. (no-labels)
(#1492) Line 1492 exceeds the maximum line length of 132. (max-len)
(#1492) Expected space(s) after "if". (keyword-spacing)
(#1492) Expected { after 'if' condition. (curly)
(#1492) A space is required after ','. (comma-spacing)
(#1492) Expected space or tab after '//' in comment. (spaced-comment)
(#1493) Line 1493 exceeds the maximum line length of 132. (max-len)
(#1493) Infix operators must be spaced. (space-infix-ops)
(#1493) Statement inside of curly braces should be on next line. (brace-style)
(#1493) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1493) Expected space(s) after "if". (keyword-spacing)
(#1493) Statement inside of curly braces should be on next line. (brace-style)
(#1493) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1493) Unexpected label in continue statement. (no-labels)
(#1493) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1493) Unnecessary semicolon. (no-extra-semi)
(#1493) Expected space or tab after '//' in comment. (spaced-comment)
(#1494) Line 1494 exceeds the maximum line length of 132. (max-len)
(#1494) Expected space(s) after "if". (keyword-spacing)
(#1494) Expected { after 'if' condition. (curly)
(#1494) Expected space or tab after '//' in comment. (spaced-comment)
(#1497) There should be no space after '{' (object-curly-spacing)
(#1497) There should be no space before '}' (object-curly-spacing)
(#1499) Expected space(s) after "if". (keyword-spacing)
(#1499) Expected { after 'if' condition. (curly)
(#1499) unnecessary '.call()'. (no-useless-call)
(#1499) Expected space or tab after '//' in comment. (spaced-comment)
(#1509) Expected space(s) after "if". (keyword-spacing)
(#1509) Expected { after 'if' condition. (curly)
(#1510) Expected { after 'if' condition. (curly)
(#1511) unnecessary '.call()'. (no-useless-call)
(#1513) Line 1513 exceeds the maximum line length of 132. (max-len)
(#1513) A space is required after ','. (comma-spacing)
(#1515) unnecessary '.call()'. (no-useless-call)
(#1524) Expected space or tab after '//' in comment. (spaced-comment)
(#1525) Expected space(s) after "if". (keyword-spacing)
(#1525) Expected { after 'if' condition. (curly)
(#1527) Expected space or tab after '//' in comment. (spaced-comment)
(#1531) Expected { after 'if' condition. (curly)
(#1531) Expected space(s) after "if". (keyword-spacing)
(#1534) Do not nest ternary expressions (no-nested-ternary)
(#1535) Expected { after 'if' condition. (curly)
(#1535) Expected space(s) after "if". (keyword-spacing)
(#1548) ["isover"] is better written in dot notation. (dot-notation)
(#1549) ["isout"] is better written in dot notation. (dot-notation)
(#1550) unnecessary '.call()'. (no-useless-call)
(#1554) unnecessary '.call()'. (no-useless-call)
(#1558) ["isout"] is better written in dot notation. (dot-notation)
(#1559) ["isover"] is better written in dot notation. (dot-notation)
(#1560) unnecessary '.call()'. (no-useless-call)
(#1567) 'jQuery' is not defined. (no-undef)
(#1586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1597) Expected space or tab after '//' in comment. (spaced-comment)
(#1598) Expected space(s) after "if". (keyword-spacing)
(#1600) Expected space or tab after '//' in comment. (spaced-comment)
(#1601) Expected { after 'if' condition. (curly)
(#1602) There should be no space after '{' (object-curly-spacing)
(#1602) There should be no space before '}' (object-curly-spacing)
(#1604) Expected space or tab after '//' in comment. (spaced-comment)
(#1615) Expected space or tab after '//' in comment. (spaced-comment)
(#1622) Expected space or tab after '//' in comment. (spaced-comment)
(#1623) Line 1623 exceeds the maximum line length of 132. (max-len)
(#1623) There should be no space after '{' (object-curly-spacing)
(#1623) There should be no space before '}' (object-curly-spacing)
(#1624) There should be no space after '{' (object-curly-spacing)
(#1626) Expected space or tab after '//' in comment. (spaced-comment)
(#1630) Expected space or tab after '//' in comment. (spaced-comment)
(#1631) There should be no space after '{' (object-curly-spacing)
(#1631) There should be no space before '}' (object-curly-spacing)
(#1634) There should be no space after '{' (object-curly-spacing)
(#1634) There should be no space before '}' (object-curly-spacing)
(#1641) Line 1641 exceeds the maximum line length of 132. (max-len)
(#1641) There should be no space after '{' (object-curly-spacing)
(#1641) There should be no space before '}' (object-curly-spacing)
(#1642) Expected space(s) after "if". (keyword-spacing)
(#1644) Expected { after 'if' condition. (curly)
(#1644) Expected space(s) after "if". (keyword-spacing)
(#1647) Expected space(s) after "for". (keyword-spacing)
(#1649) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1649) Infix operators must be spaced. (space-infix-ops)
(#1653) Expected space or tab after '//' in comment. (spaced-comment)
(#1654) Expected { after 'if' condition. (curly)
(#1654) Expected space(s) after "if". (keyword-spacing)
(#1654) There should be no space after '{' (object-curly-spacing)
(#1654) There should be no space before '}' (object-curly-spacing)
(#1656) Expected space or tab after '//' in comment. (spaced-comment)
(#1659) Unnecessary semicolon. (no-extra-semi)
(#1661) Expected space or tab after '//' in comment. (spaced-comment)
(#1662) Infix operators must be spaced. (space-infix-ops)
(#1672) Expected space(s) after "for". (keyword-spacing)
(#1674) Expected space(s) after "if". (keyword-spacing)
(#1674) Expected { after 'if' condition. (curly)
(#1677) Expected space or tab after '//' in comment. (spaced-comment)
(#1680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1682) Expected space or tab after '//' in comment. (spaced-comment)
(#1685) Expected space or tab after '//' in comment. (spaced-comment)
(#1686) There should be no space after '[' (array-bracket-spacing)
(#1687) Do not nest ternary expressions (no-nested-ternary)
(#1688) Do not nest ternary expressions (no-nested-ternary)
(#1689) There should be no space before ']' (array-bracket-spacing)
(#1697) Expected space or tab after '//' in comment. (spaced-comment)
(#1698) Expected space(s) after "if". (keyword-spacing)
(#1698) Expected { after 'if' condition. (curly)
(#1704) Expected space or tab after '//' in comment. (spaced-comment)
(#1710) Expected space or tab after '//' in comment. (spaced-comment)
(#1713) Expected { after 'if' condition. (curly)
(#1715) Expected space or tab after '//' in comment. (spaced-comment)
(#1720) Expected space or tab after '//' in comment. (spaced-comment)
(#1729) Missing space before opening brace. (space-before-blocks)
(#1737) Expected space or tab after '//' in comment. (spaced-comment)
(#1751) Expected space or tab after '//' in comment. (spaced-comment)
(#1774) Expected space(s) after "for". (keyword-spacing)
(#1775) Expected { after 'if' condition. (curly)
(#1775) Expected space(s) after "if". (keyword-spacing)
(#1784) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1784) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1787) There should be no space after '{' (object-curly-spacing)
(#1787) There should be no space before '}' (object-curly-spacing)
(#1791) There should be no space after '{' (object-curly-spacing)
(#1791) There should be no space before '}' (object-curly-spacing)
(#1794) Expected space or tab after '//' in comment. (spaced-comment)
(#1795) Expected { after 'if' condition. (curly)
(#1796) There should be no space after '{' (object-curly-spacing)
(#1796) There should be no space before '}' (object-curly-spacing)
(#1800) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1807) Expected space or tab after '//' in comment. (spaced-comment)
(#1809) There should be no space after '{' (object-curly-spacing)
(#1809) There should be no space before '}' (object-curly-spacing)
(#1810) Line 1810 exceeds the maximum line length of 132. (max-len)
(#1810) There should be no space after '{' (object-curly-spacing)
(#1810) There should be no space before '}' (object-curly-spacing)
(#1810) There should be no space after '{' (object-curly-spacing)
(#1810) There should be no space before '}' (object-curly-spacing)
(#1811) Line 1811 exceeds the maximum line length of 132. (max-len)
(#1811) There should be no space after '{' (object-curly-spacing)
(#1811) There should be no space before '}' (object-curly-spacing)
(#1811) There should be no space after '{' (object-curly-spacing)
(#1811) There should be no space before '}' (object-curly-spacing)
(#1812) There should be no space after '{' (object-curly-spacing)
(#1812) There should be no space before '}' (object-curly-spacing)
(#1813) There should be no space after '{' (object-curly-spacing)
(#1813) There should be no space before '}' (object-curly-spacing)
(#1814) There should be no space after '{' (object-curly-spacing)
(#1814) There should be no space before '}' (object-curly-spacing)
(#1816) Expected space or tab after '//' in comment. (spaced-comment)
(#1817) Line 1817 exceeds the maximum line length of 132. (max-len)
(#1819) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1820) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1829) Expected space or tab after '//' in comment. (spaced-comment)
(#1830) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1830) 'o' is defined but never used (no-unused-vars)
(#1830) 'props' is defined but never used (no-unused-vars)
(#1830) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1831) 'self' is defined but never used (no-unused-vars)
(#1831) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1831) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1833) Infix operators must be spaced. (space-infix-ops)
(#1833) Infix operators must be spaced. (space-infix-ops)
(#1833) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1833) Infix operators must be spaced. (space-infix-ops)
(#1833) Infix operators must be spaced. (space-infix-ops)
(#1835) Expected { after 'if' condition. (curly)
(#1838) 'ie6' is defined but never used (no-unused-vars)
(#1838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1838) 'csdif' is defined but never used (no-unused-vars)
(#1840) Expected { after 'if' condition. (curly)
(#1853) Expected { after 'if' condition. (curly)
(#1867) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1869) Expected space(s) after "if". (keyword-spacing)
(#1870) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1874) There should be no space after '{' (object-curly-spacing)
(#1874) There should be no space before '}' (object-curly-spacing)
(#1878) Expected { after 'if' condition. (curly)
(#1879) There should be no space after '{' (object-curly-spacing)
(#1879) There should be no space before '}' (object-curly-spacing)
(#1884) Expected { after 'if' condition. (curly)
(#1893) Expected { after 'if' condition. (curly)
(#1899) 'o' is defined but never used (no-unused-vars)
(#1901) Expected { after 'if' condition. (curly)
(#1902) Expected { after 'if' condition. (curly)
(#1903) Expected { after 'if' condition. (curly)
(#1904) Expected { after 'if' condition. (curly)
(#1907) 'event' is defined but never used (no-unused-vars)
(#1909) 'o' is defined but never used (no-unused-vars)
(#1909) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1909) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1909) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1911) Expected { after 'if' condition. (curly)
(#1912) Expected { after 'if' condition. (curly)
(#1928) 'el' is defined but never used (no-unused-vars)
(#1928) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1928) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1928) 'pRatio' is defined but never used (no-unused-vars)
(#1928) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1929) Line 1929 exceeds the maximum line length of 132. (max-len)
(#1929) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1930) Line 1930 exceeds the maximum line length of 132. (max-len)
(#1930) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1932) Expected { after 'if' condition. (curly)
(#1933) Expected { after 'if' condition. (curly)
(#1934) Expected { after 'if' condition. (curly)
(#1935) Expected { after 'if' condition. (curly)
(#1937) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1938) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1940) Expected { after 'if' condition. (curly)
(#1941) Expected { after 'if' condition. (curly)
(#1942) Expected { after 'if' condition. (curly)
(#1943) Expected { after 'if' condition. (curly)
(#1947) Expected { after 'if' condition. (curly)
(#1948) Expected { after 'if' condition. (curly)
(#1955) 'o' is defined but never used (no-unused-vars)
(#1956) Expected { after 'if' condition. (curly)
(#1959) Infix operators must be spaced. (space-infix-ops)
(#1964) Line 1964 exceeds the maximum line length of 132. (max-len)
(#1967) Don't make functions within a loop (no-loop-func)
(#1968) A space is required after ','. (comma-spacing)
(#1968) Infix operators must be spaced. (space-infix-ops)
(#1968) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1968) A space is required after ','. (comma-spacing)
(#1968) Infix operators must be spaced. (space-infix-ops)
(#1973) Expected { after 'if' condition. (curly)
(#1981) Unnecessary semicolon. (no-extra-semi)
(#1987) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1990) Expected space(s) after "if". (keyword-spacing)
(#1995) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1996) There should be no spaces inside this paren. (space-in-parens)
(#1996) There should be no spaces inside this paren. (space-in-parens)
(#2002) Infix operators must be spaced. (space-infix-ops)
(#2003) Infix operators must be spaced. (space-infix-ops)
(#2004) Expected space or tab after '//' in comment. (spaced-comment)
(#2018) 'dy' is defined but never used (no-unused-vars)
(#2019) There should be no space after '{' (object-curly-spacing)
(#2019) There should be no space before '}' (object-curly-spacing)
(#2021) 'dy' is defined but never used (no-unused-vars)
(#2022) 'o' is defined but never used (no-unused-vars)
(#2022) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2022) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2023) There should be no space after '{' (object-curly-spacing)
(#2023) There should be no space before '}' (object-curly-spacing)
(#2026) 'o' is defined but never used (no-unused-vars)
(#2026) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2026) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2027) There should be no space after '{' (object-curly-spacing)
(#2027) There should be no space before '}' (object-curly-spacing)
(#2030) There should be no space after '{' (object-curly-spacing)
(#2030) There should be no space before '}' (object-curly-spacing)
(#2048) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2099) 'ui' is defined but never used (no-unused-vars)
(#2101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2103) '_store' is not defined. (no-undef)
(#2112) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2113) Statement inside of curly braces should be on next line. (brace-style)
(#2113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2113) '_store' is not defined. (no-undef)
(#2113) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2114) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2114) Statement inside of curly braces should be on next line. (brace-style)
(#2114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2114) 'c' is defined but never used (no-unused-vars)
(#2114) '_store' is not defined. (no-undef)
(#2114) Statement inside of curly braces should be on next line. (brace-style)
(#2114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2115) Expected space(s) after "else". (keyword-spacing)
(#2115) Expected space(s) before "else". (keyword-spacing)
(#2116) '_store' is not defined. (no-undef)
(#2120) 'ui' is defined but never used (no-unused-vars)
(#2120) Missing space before opening brace. (space-before-blocks)
(#2121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2121) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2130) Line 2130 exceeds the maximum line length of 132. (max-len)
(#2130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2133) Infix operators must be spaced. (space-infix-ops)
(#2133) Infix operators must be spaced. (space-infix-ops)
(#2134) Expected { after 'if' condition. (curly)
(#2138) Expected space or tab after '//' in comment. (spaced-comment)
(#2141) There should be no space after '{' (object-curly-spacing)
(#2141) There should be no space before '}' (object-curly-spacing)
(#2148) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2149) Statement inside of curly braces should be on next line. (brace-style)
(#2149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2150) Expected space(s) after "else". (keyword-spacing)
(#2150) Expected space(s) before "else". (keyword-spacing)
(#2155) 'ui' is defined but never used (no-unused-vars)
(#2155) Missing space before opening brace. (space-before-blocks)
(#2158) Expected space or tab after '//' in comment. (spaced-comment)
(#2161) 'el' is not defined. (no-undef)
(#2161) There should be no space after '{' (object-curly-spacing)
(#2161) There should be no space before '}' (object-curly-spacing)
(#2170) 'ui' is defined but never used (no-unused-vars)
(#2171) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2177) There should be no space after '{' (object-curly-spacing)
(#2177) There should be no space before '}' (object-curly-spacing)
(#2182) There should be no space after '{' (object-curly-spacing)
(#2182) There should be no space before '}' (object-curly-spacing)
(#2194) Expected { after 'if' condition. (curly)
(#2194) There should be no space after '{' (object-curly-spacing)
(#2194) There should be no space before '}' (object-curly-spacing)
(#2209) 'ui' is defined but never used (no-unused-vars)
(#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)
(#2211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2211) Do not nest ternary expressions (no-nested-ternary)
(#2212) Expected { after 'if' condition. (curly)
(#2217) There should be no space after '{' (object-curly-spacing)
(#2217) There should be no space before '}' (object-curly-spacing)
(#2218) There should be no space after '{' (object-curly-spacing)
(#2218) There should be no space before '}' (object-curly-spacing)
(#2227) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2229) There should be no space after '[' (array-bracket-spacing)
(#2229) There should be no space before ']' (array-bracket-spacing)
(#2229) Statement inside of curly braces should be on next line. (brace-style)
(#2229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2233) There should be no space after '{' (object-curly-spacing)
(#2233) There should be no space before '}' (object-curly-spacing)
(#2235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2236) Line 2236 exceeds the maximum line length of 132. (max-len)
(#2236) There should be no spaces inside this paren. (space-in-parens)
(#2236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2244) 'ui' is defined but never used (no-unused-vars)
(#2245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2246) 'ps' is defined but never used (no-unused-vars)
(#2246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2246) 'cs' is defined but never used (no-unused-vars)
(#2246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2247) There should be no space after '{' (object-curly-spacing)
(#2247) Missing space before value for key 'top'. (key-spacing)
(#2247) Missing space before value for key 'left'. (key-spacing)
(#2247) There should be no space before '}' (object-curly-spacing)
(#2247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2249) Expected { after 'if' condition. (curly)
(#2253) Expected { after 'if' condition. (curly)
(#2259) Expected { after 'if' condition. (curly)
(#2263) Infix operators must be spaced. (space-infix-ops)
(#2264) Infix operators must be spaced. (space-infix-ops)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2267) Line 2267 exceeds the maximum line length of 132. (max-len)
(#2267) There should be no spaces inside this paren. (space-in-parens)
(#2267) There should be no spaces inside this paren. (space-in-parens)
(#2270) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2272) Expected space(s) after "if". (keyword-spacing)
(#2272) Expected { after 'if' condition. (curly)
(#2276) Expected { after 'if' condition. (curly)
(#2281) Expected { after 'if' condition. (curly)
(#2285) 'ui' is defined but never used (no-unused-vars)
(#2285) Missing space before opening brace. (space-before-blocks)
(#2286) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2286) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2286) 'cp' is defined but never used (no-unused-vars)
(#2287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2289) Line 2289 exceeds the maximum line length of 132. (max-len)
(#2289) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2289) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2289) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2291) Expected { after 'if' condition. (curly)
(#2292) There should be no space after '{' (object-curly-spacing)
(#2292) There should be no space before '}' (object-curly-spacing)
(#2294) Expected { after 'if' condition. (curly)
(#2295) There should be no space after '{' (object-curly-spacing)
(#2295) There should be no space before '}' (object-curly-spacing)
(#2302) 'ui' is defined but never used (no-unused-vars)
(#2304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2308) Line 2308 exceeds the maximum line length of 132. (max-len)
(#2308) There should be no space after '{' (object-curly-spacing)
(#2308) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2308) There should be no space before '}' (object-curly-spacing)
(#2316) 'ui' is defined but never used (no-unused-vars)
(#2316) Missing space before opening brace. (space-before-blocks)
(#2317) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2317) 'o' is defined but never used (no-unused-vars)
(#2318) Expected { after 'if' condition. (curly)
(#2318) There should be no space after '{' (object-curly-spacing)
(#2318) There should be no space before '}' (object-curly-spacing)
(#2321) 'ui' is defined but never used (no-unused-vars)
(#2321) Missing space before opening brace. (space-before-blocks)
(#2322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2322) 'o' is defined but never used (no-unused-vars)
(#2323) Expected { after 'if' condition. (curly)
(#2330) 'ui' is defined but never used (no-unused-vars)
(#2331) Line 2331 exceeds the maximum line length of 132. (max-len)
(#2331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2331) 'ratio' is defined but never used (no-unused-vars)
(#2331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2333) Line 2333 exceeds the maximum line length of 132. (max-len)
(#2333) Infix operators must be spaced. (space-infix-ops)
(#2333) Infix operators must be spaced. (space-infix-ops)
(#2333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2333) Infix operators must be spaced. (space-infix-ops)
(#2333) Infix operators must be spaced. (space-infix-ops)
(#2339) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2344) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2349) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2367) 'jQuery' is not defined. (no-undef)
(#2419) Missing space before value for key 'border'. (key-spacing)
(#2436) Expected { after 'if' condition. (curly)
(#2475) Expected to return a value at the end of this function. (consistent-return)
(#2496) Expected { after 'if' condition. (curly)
(#2501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2501) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2502) Statement inside of curly braces should be on next line. (brace-style)
(#2502) 'tmp' used outside of binding context. (block-scoped-var)
(#2502) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2502) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2502) 'tmp' used outside of binding context. (block-scoped-var)
(#2503) Statement inside of curly braces should be on next line. (brace-style)
(#2503) 'tmp' is already defined (no-redeclare)
(#2503) 'tmp' used outside of binding context. (block-scoped-var)
(#2503) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2503) 'tmp' used outside of binding context. (block-scoped-var)
(#2504) Infix operators must be spaced. (space-infix-ops)
(#2504) Infix operators must be spaced. (space-infix-ops)
(#2508) Expected space or tab after '//' in comment. (spaced-comment)
(#2509) Expected { after 'if' condition. (curly)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2513) There should be no spaces inside this paren. (space-in-parens)
(#2573) Expected no return value. (consistent-return)
(#2581) 'options' is defined but never used (no-unused-vars)
(#2624) 'jQuery' is not defined. (no-undef)
(#2642) 'o' is defined but never used (no-unused-vars)
(#2646) Expected space or tab after '//' in comment. (spaced-comment)
(#2649) Expected space or tab after '//' in comment. (spaced-comment)
(#2652) Expected space or tab after '//' in comment. (spaced-comment)
(#2655) Expected space or tab after '//' in comment. (spaced-comment)
(#2667) Expected { after 'for' condition. (curly)
(#2667) There should be no spaces inside this paren. (space-in-parens)
(#2667) There should be no spaces inside this paren. (space-in-parens)
(#2677) Expected { after 'if' condition. (curly)
(#2677) Expected space(s) after "if". (keyword-spacing)
(#2679) Expected space or tab after '//' in comment. (spaced-comment)
(#2682) Expected space or tab after '//' in comment. (spaced-comment)
(#2683) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2683) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2683) 'nodes' is defined but never used (no-unused-vars)
(#2683) Expected to return a value at the end of this function. (consistent-return)
(#2684) Expected space(s) after "if". (keyword-spacing)
(#2689) Expected space(s) after "if". (keyword-spacing)
(#2689) Expected { after 'if' condition. (curly)
(#2691) Expected space(s) after "if". (keyword-spacing)
(#2691) Expected { after 'if' condition. (curly)
(#2692) Expected space(s) after "if". (keyword-spacing)
(#2695) Line 2695 exceeds the maximum line length of 132. (max-len)
(#2695) Expected space(s) after "if". (keyword-spacing)
(#2695) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2695) Statement inside of curly braces should be on next line. (brace-style)
(#2695) Expected { after 'if' condition. (curly)
(#2696) Expected { after 'if' condition. (curly)
(#2696) Expected space(s) after "if". (keyword-spacing)
(#2707) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2710) Expected space or tab after '//' in comment. (spaced-comment)
(#2713) Expected space or tab after '//' in comment. (spaced-comment)
(#2716) Expected space or tab after '//' in comment. (spaced-comment)
(#2724) Expected space or tab after '//' in comment. (spaced-comment)
(#2727) Expected space or tab after '//' in comment. (spaced-comment)
(#2730) Expected space or tab after '//' in comment. (spaced-comment)
(#2743) Expected space or tab after '//' in comment. (spaced-comment)
(#2748) Line 2748 exceeds the maximum line length of 132. (max-len)
(#2748) Expected space or tab after '//' in comment. (spaced-comment)
(#2751) Expected space or tab after '//' in comment. (spaced-comment)
(#2756) Expected space or tab after '//' in comment. (spaced-comment)
(#2757) Expected { after 'if' condition. (curly)
(#2757) Expected space(s) after "if". (keyword-spacing)
(#2760) Expected space or tab after '//' in comment. (spaced-comment)
(#2761) There should be no space after '{' (object-curly-spacing)
(#2761) There should be no space before '}' (object-curly-spacing)
(#2763) Line 2763 exceeds the maximum line length of 132. (max-len)
(#2763) Expected space or tab after '//' in comment. (spaced-comment)
(#2764) Expected space(s) after "if". (keyword-spacing)
(#2768) Expected space or tab after '//' in comment. (spaced-comment)
(#2771) Expected space or tab after '//' in comment. (spaced-comment)
(#2772) Expected { after 'if' condition. (curly)
(#2772) Expected space(s) after "if". (keyword-spacing)
(#2775) Expected space(s) after "if". (keyword-spacing)
(#2776) Expected { after 'if' condition. (curly)
(#2780) Expected space(s) after "if". (keyword-spacing)
(#2781) Expected { after 'if' condition. (curly)
(#2785) Expected space(s) after "if". (keyword-spacing)
(#2786) Expected { after 'if' condition. (curly)
(#2790) Expected space or tab after '//' in comment. (spaced-comment)
(#2791) Expected space(s) after "if". (keyword-spacing)
(#2791) Expected { after 'if' condition. (curly)
(#2794) Expected space or tab after '//' in comment. (spaced-comment)
(#2797) Expected space or tab after '//' in comment. (spaced-comment)
(#2798) Expected { after 'if' condition. (curly)
(#2798) Expected space(s) after "if". (keyword-spacing)
(#2802) Expected space or tab after '//' in comment. (spaced-comment)
(#2803) Expected space(s) after "if". (keyword-spacing)
(#2804) Line 2804 exceeds the maximum line length of 132. (max-len)
(#2804) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2804) Statement inside of curly braces should be on next line. (brace-style)
(#2804) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2807) Expected space or tab after '//' in comment. (spaced-comment)
(#2808) Expected { after 'if' condition. (curly)
(#2808) Expected space(s) after "if". (keyword-spacing)
(#2811) Expected { after 'if' condition. (curly)
(#2817) Line 2817 exceeds the maximum line length of 132. (max-len)
(#2817) Expected space or tab after '//' in comment. (spaced-comment)
(#2822) Function '_mouseDrag' has a complexity of 26. (complexity)
(#2824) Expected space or tab after '//' in comment. (spaced-comment)
(#2832) Expected space or tab after '//' in comment. (spaced-comment)
(#2833) Expected space(s) after "if". (keyword-spacing)
(#2834) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2835) Expected space(s) after "if". (keyword-spacing)
(#2837) Expected { after 'if' condition. (curly)
(#2837) Expected space(s) after "if". (keyword-spacing)
(#2839) Expected space(s) after "if". (keyword-spacing)
(#2839) Expected { after 'if' condition. (curly)
(#2842) Expected { after 'if' condition. (curly)
(#2842) Expected space(s) after "if". (keyword-spacing)
(#2844) Expected space(s) after "if". (keyword-spacing)
(#2844) Expected { after 'if' condition. (curly)
(#2849) Expected { after 'if' condition. (curly)
(#2849) Expected space(s) after "if". (keyword-spacing)
(#2851) Expected { after 'if' condition. (curly)
(#2851) Expected space(s) after "if". (keyword-spacing)
(#2854) Expected { after 'if' condition. (curly)
(#2854) Expected space(s) after "if". (keyword-spacing)
(#2856) Expected { after 'if' condition. (curly)
(#2856) Expected space(s) after "if". (keyword-spacing)
(#2861) Expected space(s) after "if". (keyword-spacing)
(#2861) Expected { after 'if' condition. (curly)
(#2865) Expected space or tab after '//' in comment. (spaced-comment)
(#2868) Expected space or tab after '//' in comment. (spaced-comment)
(#2869) Expected { after 'if' condition. (curly)
(#2869) Expected space(s) after "if". (keyword-spacing)
(#2869) Infix operators must be spaced. (space-infix-ops)
(#2870) Expected space(s) after "if". (keyword-spacing)
(#2870) Expected { after 'if' condition. (curly)
(#2870) Infix operators must be spaced. (space-infix-ops)
(#2872) Expected space or tab after '//' in comment. (spaced-comment)
(#2875) Expected space or tab after '//' in comment. (spaced-comment)
(#2876) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2876) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2877) Expected { after 'if' condition. (curly)
(#2879) Expected space(s) after "if". (keyword-spacing)
(#2879) Expected space or tab after '//' in comment. (spaced-comment)
(#2880) Line 2880 exceeds the maximum line length of 132. (max-len)
(#2880) Expected space or tab after '//' in comment. (spaced-comment)
(#2881) Expected space or tab after '//' in comment. (spaced-comment)
(#2898) Expected space or tab after '//' in comment. (spaced-comment)
(#2901) Expected space or tab after '//' in comment. (spaced-comment)
(#2902) Expected space(s) after "if". (keyword-spacing)
(#2902) Expected { after 'if' condition. (curly)
(#2904) Expected space or tab after '//' in comment. (spaced-comment)
(#2914) Expected space(s) after "if". (keyword-spacing)
(#2914) Expected { after 'if' condition. (curly)
(#2916) Expected space or tab after '//' in comment. (spaced-comment)
(#2917) Expected { after 'if' condition. (curly)
(#2920) Expected space(s) after "if". (keyword-spacing)
(#2927) Line 2927 exceeds the maximum line length of 132. (max-len)
(#2928) Line 2928 exceeds the maximum line length of 132. (max-len)
(#2936) Expected no return value. (consistent-return)
(#2944) Expected space(s) after "if". (keyword-spacing)
(#2948) Expected { after 'if' condition. (curly)
(#2948) Expected space(s) after "if". (keyword-spacing)
(#2950) Expected { after 'else'. (curly)
(#2953) Expected space or tab after '//' in comment. (spaced-comment)
(#2954) Missing space before opening brace. (space-before-blocks)
(#2956) Expected space(s) after "if". (keyword-spacing)
(#2964) Line 2964 exceeds the maximum line length of 132. (max-len)
(#2964) Expected space or tab after '//' in comment. (spaced-comment)
(#2965) Expected space(s) after "if". (keyword-spacing)
(#2965) Expected { after 'if' condition. (curly)
(#2966) Expected space(s) after "if". (keyword-spacing)
(#2966) Expected { after 'if' condition. (curly)
(#2975) Expected space(s) after "if". (keyword-spacing)
(#2992) Expected space(s) after "if". (keyword-spacing)
(#2992) Expected { after 'if' condition. (curly)
(#2992) Infix operators must be spaced. (space-infix-ops)
(#2992) Infix operators must be spaced. (space-infix-ops)
(#2992) Infix operators must be spaced. (space-infix-ops)
(#3004) Statement inside of curly braces should be on next line. (brace-style)
(#3004) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3027) Expected space(s) after "if". (keyword-spacing)
(#3027) There should be no spaces inside this paren. (space-in-parens)
(#3027) Multiple spaces found before 'this'. (no-multi-spaces)
(#3029) Line 3029 exceeds the maximum line length of 132. (max-len)
(#3037) There should be no spaces inside this paren. (space-in-parens)
(#3050) Expected { after 'if' condition. (curly)
(#3053) Do not nest ternary expressions (no-nested-ternary)
(#3054) There should be no spaces inside this paren. (space-in-parens)
(#3054) There should be no spaces inside this paren. (space-in-parens)
(#3055) There should be no spaces inside this paren. (space-in-parens)
(#3055) There should be no spaces inside this paren. (space-in-parens)
(#3061) Line 3061 exceeds the maximum line length of 132. (max-len)
(#3061) Infix operators must be spaced. (space-infix-ops)
(#3062) Line 3062 exceeds the maximum line length of 132. (max-len)
(#3062) Infix operators must be spaced. (space-infix-ops)
(#3069) Line 3069 exceeds the maximum line length of 132. (max-len)
(#3095) Trailing spaces not allowed. (no-trailing-spaces)
(#3098) 'self' is defined but never used (no-unused-vars)
(#3103) Expected space(s) after "if". (keyword-spacing)
(#3104) 'i' used outside of binding context. (block-scoped-var)
(#3104) 'i' used outside of binding context. (block-scoped-var)
(#3104) 'i' used outside of binding context. (block-scoped-var)
(#3104) Missing space before opening brace. (space-before-blocks)
(#3105) 'i' used outside of binding context. (block-scoped-var)
(#3106) Missing space before opening brace. (space-before-blocks)
(#3108) Expected space(s) after "if". (keyword-spacing)
(#3109) Line 3109 exceeds the maximum line length of 132. (max-len)
(#3111) Unnecessary semicolon. (no-extra-semi)
(#3112) Unnecessary semicolon. (no-extra-semi)
(#3115) Line 3115 exceeds the maximum line length of 132. (max-len)
(#3115) There should be no space after '{' (object-curly-spacing)
(#3115) There should be no space before '}' (object-curly-spacing)
(#3117) 'i' used outside of binding context. (block-scoped-var)
(#3117) 'i' is already defined (no-redeclare)
(#3117) 'i' used outside of binding context. (block-scoped-var)
(#3117) 'i' used outside of binding context. (block-scoped-var)
(#3117) Missing space before opening brace. (space-before-blocks)
(#3118) 'i' used outside of binding context. (block-scoped-var)
(#3121) Unnecessary semicolon. (no-extra-semi)
(#3131) Infix operators must be spaced. (space-infix-ops)
(#3133) Infix operators must be spaced. (space-infix-ops)
(#3134) Expected space(s) after "if". (keyword-spacing)
(#3134) Expected { after 'if' condition. (curly)
(#3135) A space is required after ','. (comma-spacing)
(#3136) Unnecessary semicolon. (no-extra-semi)
(#3138) Unnecessary semicolon. (no-extra-semi)
(#3147) 'self' is defined but never used (no-unused-vars)
(#3148) Line 3148 exceeds the maximum line length of 132. (max-len)
(#3148) There should be no space after '{' (object-curly-spacing)
(#3148) There should be no space before '}' (object-curly-spacing)
(#3151) Expected space(s) after "if". (keyword-spacing)
(#3152) 'i' used outside of binding context. (block-scoped-var)
(#3152) 'i' used outside of binding context. (block-scoped-var)
(#3152) 'i' used outside of binding context. (block-scoped-var)
(#3152) Missing space before opening brace. (space-before-blocks)
(#3153) 'i' used outside of binding context. (block-scoped-var)
(#3154) 'j' used outside of binding context. (block-scoped-var)
(#3154) 'j' used outside of binding context. (block-scoped-var)
(#3154) 'j' used outside of binding context. (block-scoped-var)
(#3154) Missing space before opening brace. (space-before-blocks)
(#3155) 'j' used outside of binding context. (block-scoped-var)
(#3156) Expected space(s) after "if". (keyword-spacing)
(#3157) Line 3157 exceeds the maximum line length of 132. (max-len)
(#3157) There should be no space after '{' (object-curly-spacing)
(#3157) There should be no space before '}' (object-curly-spacing)
(#3160) Unnecessary semicolon. (no-extra-semi)
(#3161) Unnecessary semicolon. (no-extra-semi)
(#3164) 'i' is already defined (no-redeclare)
(#3164) 'i' used outside of binding context. (block-scoped-var)
(#3164) 'i' used outside of binding context. (block-scoped-var)
(#3164) 'i' used outside of binding context. (block-scoped-var)
(#3165) 'i' used outside of binding context. (block-scoped-var)
(#3166) 'i' used outside of binding context. (block-scoped-var)
(#3168) 'j' used outside of binding context. (block-scoped-var)
(#3168) 'j' is already defined (no-redeclare)
(#3168) Infix operators must be spaced. (space-infix-ops)
(#3168) 'j' used outside of binding context. (block-scoped-var)
(#3168) 'j' used outside of binding context. (block-scoped-var)
(#3169) 'j' used outside of binding context. (block-scoped-var)
(#3179) Unnecessary semicolon. (no-extra-semi)
(#3180) Unnecessary semicolon. (no-extra-semi)
(#3186) Line 3186 exceeds the maximum line length of 132. (max-len)
(#3186) Expected space or tab after '//' in comment. (spaced-comment)
(#3187) Expected space(s) after "if". (keyword-spacing)
(#3191) 'i' used outside of binding context. (block-scoped-var)
(#3191) 'i' used outside of binding context. (block-scoped-var)
(#3191) 'i' used outside of binding context. (block-scoped-var)
(#3191) Missing space before opening brace. (space-before-blocks)
(#3192) 'i' used outside of binding context. (block-scoped-var)
(#3194) Expected space or tab after '//' in comment. (spaced-comment)
(#3195) Expected { after 'if' condition. (curly)
(#3195) Expected space(s) after "if". (keyword-spacing)
(#3205) 'p' used outside of binding context. (block-scoped-var)
(#3206) 'p' used outside of binding context. (block-scoped-var)
(#3207) 'p' used outside of binding context. (block-scoped-var)
(#3208) Unnecessary semicolon. (no-extra-semi)
(#3210) Expected space(s) after "if". (keyword-spacing)
(#3213) 'i' is already defined (no-redeclare)
(#3213) 'i' used outside of binding context. (block-scoped-var)
(#3213) 'i' used outside of binding context. (block-scoped-var)
(#3213) 'i' used outside of binding context. (block-scoped-var)
(#3213) Missing space before opening brace. (space-before-blocks)
(#3214) 'p' used outside of binding context. (block-scoped-var)
(#3214) 'p' is already defined (no-redeclare)
(#3214) 'i' used outside of binding context. (block-scoped-var)
(#3215) 'i' used outside of binding context. (block-scoped-var)
(#3215) 'p' used outside of binding context. (block-scoped-var)
(#3216) 'i' used outside of binding context. (block-scoped-var)
(#3216) 'p' used outside of binding context. (block-scoped-var)
(#3217) 'i' used outside of binding context. (block-scoped-var)
(#3217) 'i' used outside of binding context. (block-scoped-var)
(#3218) 'i' used outside of binding context. (block-scoped-var)
(#3218) 'i' used outside of binding context. (block-scoped-var)
(#3219) Unnecessary semicolon. (no-extra-semi)
(#3226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3228) Expected space(s) after "if". (keyword-spacing)
(#3234) Infix operators must be spaced. (space-infix-ops)
(#3237) Expected { after 'if' condition. (curly)
(#3237) Expected space(s) after "if". (keyword-spacing)
(#3246) Expected space(s) after "if". (keyword-spacing)
(#3246) Expected { after 'if' condition. (curly)
(#3248) Line 3248 exceeds the maximum line length of 132. (max-len)
(#3248) Expected space or tab after '//' in comment. (spaced-comment)
(#3249) Line 3249 exceeds the maximum line length of 132. (max-len)
(#3249) Expected space(s) after "if". (keyword-spacing)
(#3249) Statement inside of curly braces should be on next line. (brace-style)
(#3249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3249) Infix operators must be spaced. (space-infix-ops)
(#3249) Infix operators must be spaced. (space-infix-ops)
(#3249) Unnecessary semicolon. (no-extra-semi)
(#3250) Line 3250 exceeds the maximum line length of 132. (max-len)
(#3250) Expected space(s) after "if". (keyword-spacing)
(#3250) Statement inside of curly braces should be on next line. (brace-style)
(#3250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3250) Infix operators must be spaced. (space-infix-ops)
(#3250) Infix operators must be spaced. (space-infix-ops)
(#3250) Unnecessary semicolon. (no-extra-semi)
(#3255) Expected space or tab after '//' in comment. (spaced-comment)
(#3258) Expected space or tab after '//' in comment. (spaced-comment)
(#3261) Expected space or tab after '//' in comment. (spaced-comment)
(#3267) Missing space before opening brace. (space-before-blocks)
(#3269) Expected space(s) after "if". (keyword-spacing)
(#3270) Expected space(s) after "if". (keyword-spacing)
(#3272) Expected space(s) after "if". (keyword-spacing)
(#3274) Expected space or tab after '//' in comment. (spaced-comment)
(#3275) Line 3275 exceeds the maximum line length of 132. (max-len)
(#3275) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3276) Blocks are nested too deeply (5). (max-depth)
(#3277) Blocks are nested too deeply (6). (max-depth)
(#3277) Expected space(s) after "if". (keyword-spacing)
(#3277) Expected { after 'if' condition. (curly)
(#3279) Blocks are nested too deeply (6). (max-depth)
(#3279) Expected space(s) after "if". (keyword-spacing)
(#3284) Blocks are nested too deeply (5). (max-depth)
(#3284) Expected space(s) after "if". (keyword-spacing)
(#3284) Expected { after 'if' condition. (curly)
(#3284) Expected space or tab after '//' in comment. (spaced-comment)
(#3288) Line 3288 exceeds the maximum line length of 132. (max-len)
(#3288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3292) Expected space or tab after '//' in comment. (spaced-comment)
(#3301) Expected space(s) after "if". (keyword-spacing)
(#3307) Unnecessary semicolon. (no-extra-semi)
(#3313) Line 3313 exceeds the maximum line length of 132. (max-len)
(#3313) Do not nest ternary expressions (no-nested-ternary)
(#3315) Expected { after 'if' condition. (curly)
(#3315) Expected space(s) after "if". (keyword-spacing)
(#3315) Expected space or tab after '//' in comment. (spaced-comment)
(#3318) Expected { after 'if' condition. (curly)
(#3318) Expected space(s) after "if". (keyword-spacing)
(#3319) Line 3319 exceeds the maximum line length of 132. (max-len)
(#3319) There should be no space after '{' (object-curly-spacing)
(#3319) There should be no space before '}' (object-curly-spacing)
(#3321) Expected space(s) after "if". (keyword-spacing)
(#3321) Expected { after 'if' condition. (curly)
(#3322) Expected space(s) after "if". (keyword-spacing)
(#3322) Expected { after 'if' condition. (curly)
(#3329) Expected { after 'if' condition. (curly)
(#3329) Expected space(s) after "if". (keyword-spacing)
(#3330) Expected { after 'if' condition. (curly)
(#3330) Expected space(s) after "if". (keyword-spacing)
(#3331) Expected space(s) after "if". (keyword-spacing)
(#3331) Expected { after 'if' condition. (curly)
(#3332) Expected { after 'if' condition. (curly)
(#3332) Expected space(s) after "if". (keyword-spacing)
(#3338) Expected space or tab after '//' in comment. (spaced-comment)
(#3346) Line 3346 exceeds the maximum line length of 132. (max-len)
(#3346) Expected space(s) after "if". (keyword-spacing)
(#3351) Line 3351 exceeds the maximum line length of 132. (max-len)
(#3351) Expected { after 'if' condition. (curly)
(#3351) Expected space(s) after "if". (keyword-spacing)
(#3351) Expected space or tab after '//' in comment. (spaced-comment)
(#3352) Expected space or tab after '//' in comment. (spaced-comment)
(#3353) There should be no space after '{' (object-curly-spacing)
(#3353) There should be no space before '}' (object-curly-spacing)
(#3356) A space is required after ','. (comma-spacing)
(#3357) A space is required after ','. (comma-spacing)
(#3364) Expected space(s) after "if". (keyword-spacing)
(#3367) A space is required after ','. (comma-spacing)
(#3368) A space is required after ','. (comma-spacing)
(#3371) There should be no space after '{' (object-curly-spacing)
(#3371) There should be no space before '}' (object-curly-spacing)
(#3378) A space is required after ','. (comma-spacing)
(#3379) A space is required after ','. (comma-spacing)
(#3393) Expected { after 'if' condition. (curly)
(#3393) Expected space(s) after "if". (keyword-spacing)
(#3394) Expected { after 'if' condition. (curly)
(#3394) Expected space(s) after "if". (keyword-spacing)
(#3398) Line 3398 exceeds the maximum line length of 132. (max-len)
(#3401) Expected space(s) after "if". (keyword-spacing)
(#3407) Line 3407 exceeds the maximum line length of 132. (max-len)
(#3407) A space is required after ','. (comma-spacing)
(#3407) A space is required after ','. (comma-spacing)
(#3408) Line 3408 exceeds the maximum line length of 132. (max-len)
(#3408) A space is required after ','. (comma-spacing)
(#3408) A space is required after ','. (comma-spacing)
(#3409) Line 3409 exceeds the maximum line length of 132. (max-len)
(#3409) Infix operators must be spaced. (space-infix-ops)
(#3409) A space is required after ','. (comma-spacing)
(#3409) A space is required after ','. (comma-spacing)
(#3409) A space is required after ','. (comma-spacing)
(#3410) Line 3410 exceeds the maximum line length of 132. (max-len)
(#3410) Infix operators must be spaced. (space-infix-ops)
(#3410) A space is required after ','. (comma-spacing)
(#3410) A space is required after ','. (comma-spacing)
(#3410) A space is required after ','. (comma-spacing)
(#3418) Expected { after 'if' condition. (curly)
(#3418) Expected space(s) after "if". (keyword-spacing)
(#3420) Line 3420 exceeds the maximum line length of 132. (max-len)
(#3420) 'o' is defined but never used (no-unused-vars)
(#3420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3425) Line 3425 exceeds the maximum line length of 132. (max-len)
(#3426) Line 3426 exceeds the maximum line length of 132. (max-len)
(#3427) Line 3427 exceeds the maximum line length of 132. (max-len)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#3427) Do not nest ternary expressions (no-nested-ternary)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#3431) Line 3431 exceeds the maximum line length of 132. (max-len)
(#3432) Line 3432 exceeds the maximum line length of 132. (max-len)
(#3433) Line 3433 exceeds the maximum line length of 132. (max-len)
(#3433) There should be no spaces inside this paren. (space-in-parens)
(#3433) Do not nest ternary expressions (no-nested-ternary)
(#3433) There should be no spaces inside this paren. (space-in-parens)
(#3439) Function '_generatePosition' has a complexity of 24. (complexity)
(#3441) Line 3441 exceeds the maximum line length of 132. (max-len)
(#3441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3447) Expected space(s) after "if". (keyword-spacing)
(#3459) Expected space(s) after "if". (keyword-spacing)
(#3459) Expected space or tab after '//' in comment. (spaced-comment)
(#3461) Expected space(s) after "if". (keyword-spacing)
(#3462) Expected space(s) after "if". (keyword-spacing)
(#3462) Expected { after 'if' condition. (curly)
(#3463) Expected space(s) after "if". (keyword-spacing)
(#3463) Expected { after 'if' condition. (curly)
(#3464) Expected { after 'if' condition. (curly)
(#3464) Expected space(s) after "if". (keyword-spacing)
(#3465) Expected { after 'if' condition. (curly)
(#3465) Expected space(s) after "if". (keyword-spacing)
(#3468) Expected space(s) after "if". (keyword-spacing)
(#3470) Line 3470 exceeds the maximum line length of 132. (max-len)
(#3470) Do not nest ternary expressions (no-nested-ternary)
(#3470) Do not nest ternary expressions (no-nested-ternary)
(#3473) Line 3473 exceeds the maximum line length of 132. (max-len)
(#3473) Do not nest ternary expressions (no-nested-ternary)
(#3473) Do not nest ternary expressions (no-nested-ternary)
(#3482) Line 3482 exceeds the maximum line length of 132. (max-len)
(#3483) Line 3483 exceeds the maximum line length of 132. (max-len)
(#3484) Line 3484 exceeds the maximum line length of 132. (max-len)
(#3484) Do not nest ternary expressions (no-nested-ternary)
(#3484) There should be no spaces inside this paren. (space-in-parens)
(#3484) Do not nest ternary expressions (no-nested-ternary)
(#3484) There should be no spaces inside this paren. (space-in-parens)
(#3484) There should be no spaces inside this paren. (space-in-parens)
(#3484) There should be no spaces inside this paren. (space-in-parens)
(#3489) Line 3489 exceeds the maximum line length of 132. (max-len)
(#3490) Line 3490 exceeds the maximum line length of 132. (max-len)
(#3491) Line 3491 exceeds the maximum line length of 132. (max-len)
(#3491) Do not nest ternary expressions (no-nested-ternary)
(#3491) There should be no spaces inside this paren. (space-in-parens)
(#3491) Do not nest ternary expressions (no-nested-ternary)
(#3491) There should be no spaces inside this paren. (space-in-parens)
(#3499) Line 3499 exceeds the maximum line length of 132. (max-len)
(#3499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3501) Expected space or tab after '//' in comment. (spaced-comment)
(#3507) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3510) Expected { after 'if' condition. (curly)
(#3510) Expected space(s) after "if". (keyword-spacing)
(#3510) Expected space or tab after '//' in comment. (spaced-comment)
(#3511) A space is required after ','. (comma-spacing)
(#3515) Function '_clear' has a complexity of 28. (complexity)
(#3520) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3520) 'self' is defined but never used (no-unused-vars)
(#3524) Expected { after 'if' condition. (curly)
(#3524) Expected space(s) after "if". (keyword-spacing)
(#3527) Expected space(s) after "if". (keyword-spacing)
(#3528) Expected space(s) after "for". (keyword-spacing)
(#3528) 'i' used outside of binding context. (block-scoped-var)
(#3528) 'i' used outside of binding context. (block-scoped-var)
(#3528) 'i' used outside of binding context. (block-scoped-var)
(#3528) 'i' used outside of binding context. (block-scoped-var)
(#3529) Expected space(s) after "if". (keyword-spacing)
(#3529) Expected { after 'if' condition. (curly)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3529) 'i' used outside of binding context. (block-scoped-var)
(#3536) Line 3536 exceeds the maximum line length of 132. (max-len)
(#3536) Expected space(s) after "if". (keyword-spacing)
(#3536) Expected { after 'if' condition. (curly)
(#3536) Statement inside of curly braces should be on next line. (brace-style)
(#3536) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3537) Line 3537 exceeds the maximum line length of 132. (max-len)
(#3537) Expected space(s) after "if". (keyword-spacing)
(#3537) Expected { after 'if' condition. (curly)
(#3537) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3537) Statement inside of curly braces should be on next line. (brace-style)
(#3537) Expected space or tab after '//' in comment. (spaced-comment)
(#3538) Expected space(s) after "if". (keyword-spacing)
(#3538) Expected space or tab after '//' in comment. (spaced-comment)
(#3539) Expected space(s) after "if". (keyword-spacing)
(#3539) Expected { after 'if' condition. (curly)
(#3539) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3539) Statement inside of curly braces should be on next line. (brace-style)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' is already defined (no-redeclare)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) 'i' used outside of binding context. (block-scoped-var)
(#3540) Missing space before opening brace. (space-before-blocks)
(#3541) Expected space(s) after "if". (keyword-spacing)
(#3541) 'i' used outside of binding context. (block-scoped-var)
(#3541) 'i' used outside of binding context. (block-scoped-var)
(#3541) 'i' used outside of binding context. (block-scoped-var)
(#3541) 'i' used outside of binding context. (block-scoped-var)
(#3542) Line 3542 exceeds the maximum line length of 132. (max-len)
(#3542) Statement inside of curly braces should be on next line. (brace-style)
(#3542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3542) Statement inside of curly braces should be on next line. (brace-style)
(#3542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3542) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3542) Multiple spaces found before '}'. (no-multi-spaces)
(#3542) 'i' used outside of binding context. (block-scoped-var)
(#3542) 'i' used outside of binding context. (block-scoped-var)
(#3542) 'i' used outside of binding context. (block-scoped-var)
(#3542) 'i' used outside of binding context. (block-scoped-var)
(#3543) Line 3543 exceeds the maximum line length of 132. (max-len)
(#3543) Statement inside of curly braces should be on next line. (brace-style)
(#3543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3543) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3543) Statement inside of curly braces should be on next line. (brace-style)
(#3543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3543) Multiple spaces found before '}'. (no-multi-spaces)
(#3543) 'i' used outside of binding context. (block-scoped-var)
(#3543) 'i' used outside of binding context. (block-scoped-var)
(#3543) 'i' used outside of binding context. (block-scoped-var)
(#3543) 'i' used outside of binding context. (block-scoped-var)
(#3545) Unnecessary semicolon. (no-extra-semi)
(#3546) Unnecessary semicolon. (no-extra-semi)
(#3548) Expected space or tab after '//' in comment. (spaced-comment)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' is already defined (no-redeclare)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) Missing space before opening brace. (space-before-blocks)
(#3550) Line 3550 exceeds the maximum line length of 132. (max-len)
(#3550) Expected space(s) after "if". (keyword-spacing)
(#3550) Expected { after 'if' condition. (curly)
(#3550) Statement inside of curly braces should be on next line. (brace-style)
(#3550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3550) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3550) Statement inside of curly braces should be on next line. (brace-style)
(#3550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3550) Multiple spaces found before '}'. (no-multi-spaces)
(#3550) 'i' used outside of binding context. (block-scoped-var)
(#3550) 'i' used outside of binding context. (block-scoped-var)
(#3550) 'i' used outside of binding context. (block-scoped-var)
(#3550) 'i' used outside of binding context. (block-scoped-var)
(#3551) Expected space(s) after "if". (keyword-spacing)
(#3551) 'i' used outside of binding context. (block-scoped-var)
(#3551) 'i' used outside of binding context. (block-scoped-var)
(#3551) 'i' used outside of binding context. (block-scoped-var)
(#3551) 'i' used outside of binding context. (block-scoped-var)
(#3552) Line 3552 exceeds the maximum line length of 132. (max-len)
(#3552) Statement inside of curly braces should be on next line. (brace-style)
(#3552) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3552) Statement inside of curly braces should be on next line. (brace-style)
(#3552) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3552) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3552) Multiple spaces found before '}'. (no-multi-spaces)
(#3552) 'i' used outside of binding context. (block-scoped-var)
(#3552) 'i' used outside of binding context. (block-scoped-var)
(#3552) 'i' used outside of binding context. (block-scoped-var)
(#3552) 'i' used outside of binding context. (block-scoped-var)
(#3553) 'i' used outside of binding context. (block-scoped-var)
(#3553) 'i' used outside of binding context. (block-scoped-var)
(#3553) 'i' used outside of binding context. (block-scoped-var)
(#3553) 'i' used outside of binding context. (block-scoped-var)
(#3557) Expected space or tab after '//' in comment. (spaced-comment)
(#3558) Expected space(s) after "if". (keyword-spacing)
(#3558) Expected { after 'if' condition. (curly)
(#3558) Expected space or tab after '//' in comment. (spaced-comment)
(#3559) Expected { after 'if' condition. (curly)
(#3559) Expected space(s) after "if". (keyword-spacing)
(#3559) Expected space or tab after '//' in comment. (spaced-comment)
(#3560) Expected { after 'if' condition. (curly)
(#3560) Expected space(s) after "if". (keyword-spacing)
(#3560) Expected space or tab after '//' in comment. (spaced-comment)
(#3563) Expected space(s) after "if". (keyword-spacing)
(#3564) Expected space(s) after "if". (keyword-spacing)
(#3566) Line 3566 exceeds the maximum line length of 132. (max-len)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' is already defined (no-redeclare)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) Infix operators must be spaced. (space-infix-ops)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) Statement inside of curly braces should be on next line. (brace-style)
(#3566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) 'i' used outside of binding context. (block-scoped-var)
(#3566) Unnecessary semicolon. (no-extra-semi)
(#3566) Expected space or tab after '//' in comment. (spaced-comment)
(#3572) Expected { after 'if' condition. (curly)
(#3572) Expected space(s) after "if". (keyword-spacing)
(#3574) Line 3574 exceeds the maximum line length of 132. (max-len)
(#3574) Expected space or tab after '//' in comment. (spaced-comment)
(#3577) Expected space(s) after "if". (keyword-spacing)
(#3577) Expected { after 'if' condition. (curly)
(#3579) Expected space(s) after "if". (keyword-spacing)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' is already defined (no-redeclare)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) Infix operators must be spaced. (space-infix-ops)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3580) Statement inside of curly braces should be on next line. (brace-style)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) 'i' used outside of binding context. (block-scoped-var)
(#3580) Unnecessary semicolon. (no-extra-semi)
(#3580) Expected space or tab after '//' in comment. (spaced-comment)
(#3601) Expected space or tab after '//' in comment. (spaced-comment)
(#3643) 'jQuery' is not defined. (no-undef)
(#3662) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3673) There should be no spaces inside this paren. (space-in-parens)
(#3673) There should be no spaces inside this paren. (space-in-parens)
(#3675) There should be no spaces inside this paren. (space-in-parens)
(#3675) There should be no spaces inside this paren. (space-in-parens)
(#3676) There should be no spaces inside this paren. (space-in-parens)
(#3676) There should be no spaces inside this paren. (space-in-parens)
(#3686) Trailing spaces not allowed. (no-trailing-spaces)
(#3693) Missing space before opening brace. (space-before-blocks)
(#3693) Statement inside of curly braces should be on next line. (brace-style)
(#3693) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3694) Missing space before opening brace. (space-before-blocks)
(#3694) Statement inside of curly braces should be on next line. (brace-style)
(#3694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3695) Missing space before opening brace. (space-before-blocks)
(#3695) Statement inside of curly braces should be on next line. (brace-style)
(#3695) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3696) Missing space before opening brace. (space-before-blocks)
(#3696) Statement inside of curly braces should be on next line. (brace-style)
(#3696) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3702) Line 3702 exceeds the maximum line length of 132. (max-len)
(#3705) Expected space or tab after '//' in comment. (spaced-comment)
(#3716) Expected space or tab after '//' in comment. (spaced-comment)
(#3717) A space is required after ','. (comma-spacing)
(#3720) A space is required after ','. (comma-spacing)
(#3721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3721) Statement inside of curly braces should be on next line. (brace-style)
(#3723) A space is required after ','. (comma-spacing)
(#3727) A space is required after ','. (comma-spacing)
(#3734) A space is required after ','. (comma-spacing)
(#3737) A space is required after ','. (comma-spacing)
(#3742) Expected { after 'if' condition. (curly)
(#3743) A space is required after ','. (comma-spacing)
(#3746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3746) Statement inside of curly braces should be on next line. (brace-style)
(#3746) unnecessary '.call()'. (no-useless-call)
(#3767) Line 3767 exceeds the maximum line length of 132. (max-len)
(#3772) Trailing spaces not allowed. (no-trailing-spaces)
(#3774) Expected space(s) after "if". (keyword-spacing)
(#3774) Statement inside of curly braces should be on next line. (brace-style)
(#3774) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3774) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3775) Trailing spaces not allowed. (no-trailing-spaces)
(#3780) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3782) Expected { after 'if' condition. (curly)
(#3789) Expected space(s) after "switch". (keyword-spacing)
(#3800) Expected no return value. (consistent-return)
(#3800) There should be no space after '{' (object-curly-spacing)
(#3800) There should be no space before '}' (object-curly-spacing)
(#3804) A space is required after ','. (comma-spacing)
(#3805) A space is required after ','. (comma-spacing)
(#3807) Expected no return value. (consistent-return)
(#3810) Expected no return value. (consistent-return)
(#3816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3819) Trailing spaces not allowed. (no-trailing-spaces)
(#3820) Line 3820 exceeds the maximum line length of 132. (max-len)
(#3820) Expected space(s) after "if". (keyword-spacing)
(#3820) Statement inside of curly braces should be on next line. (brace-style)
(#3820) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3820) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3822) Expected space(s) after "if". (keyword-spacing)
(#3822) Statement inside of curly braces should be on next line. (brace-style)
(#3822) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3822) 'defOverflow' used outside of binding context. (block-scoped-var)
(#3823) Trailing spaces not allowed. (no-trailing-spaces)
(#3834) There should be no spaces inside this paren. (space-in-parens)
(#3834) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no space after '{' (object-curly-spacing)
(#3846) There should be no space before '}' (object-curly-spacing)
(#3850) Do not nest ternary expressions (no-nested-ternary)
(#3862) Expected { after 'if' condition. (curly)
(#3902) 'toShow' is already defined (no-redeclare)
(#3902) 'toShow' used outside of binding context. (block-scoped-var)
(#3903) 'toHide' is already defined (no-redeclare)
(#3903) 'toHide' used outside of binding context. (block-scoped-var)
(#3904) 'data' used outside of binding context. (block-scoped-var)
(#3904) 'data' is already defined (no-redeclare)
(#3908) 'toShow' used outside of binding context. (block-scoped-var)
(#3909) 'toHide' used outside of binding context. (block-scoped-var)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3914) 'toShow' used outside of binding context. (block-scoped-var)
(#3914) 'toHide' used outside of binding context. (block-scoped-var)
(#3914) 'data' used outside of binding context. (block-scoped-var)
(#3922) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3928) Expected space(s) after "if". (keyword-spacing)
(#3928) Statement inside of curly braces should be on next line. (brace-style)
(#3928) Expected { after 'if' condition. (curly)
(#3928) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3928) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3928) Expected no return value. (consistent-return)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#4000) A space is required after ','. (comma-spacing)
(#4001) A space is required after ','. (comma-spacing)
(#4010) Expected { after 'if' condition. (curly)
(#4029) Expected space or tab after '//' in comment. (spaced-comment)
(#4052) There should be no spaces inside this paren. (space-in-parens)
(#4052) There should be no spaces inside this paren. (space-in-parens)
(#4056) There should be no spaces inside this paren. (space-in-parens)
(#4056) There should be no spaces inside this paren. (space-in-parens)
(#4064) There should be no space after '[' (array-bracket-spacing)
(#4064) There should be no space before ']' (array-bracket-spacing)
(#4069) Line 4069 exceeds the maximum line length of 132. (max-len)
(#4069) There should be no spaces inside this paren. (space-in-parens)
(#4069) A space is required after ','. (comma-spacing)
(#4069) A space is required after ','. (comma-spacing)
(#4069) A space is required after ','. (comma-spacing)
(#4069) A space is required after ','. (comma-spacing)
(#4069) A space is required after ','. (comma-spacing)
(#4069) There should be no spaces inside this paren. (space-in-parens)
(#4070) Trailing spaces not allowed. (no-trailing-spaces)
(#4073) Trailing spaces not allowed. (no-trailing-spaces)
(#4080) There should be no space after '{' (object-curly-spacing)
(#4080) There should be no space before '}' (object-curly-spacing)
(#4081) A space is required after ','. (comma-spacing)
(#4089) Trailing spaces not allowed. (no-trailing-spaces)
(#4096) There should be no spaces inside this paren. (space-in-parens)
(#4096) There should be no spaces inside this paren. (space-in-parens)
(#4120) 'jQuery' is not defined. (no-undef)
(#4149) Trailing spaces not allowed. (no-trailing-spaces)
(#4179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4190) 'uiDialogContent' is defined but never used (no-unused-vars)
(#4236) 'uiDialogTitlebarCloseText' is defined but never used (no-unused-vars)
(#4244) 'uiDialogTitle' is defined but never used (no-unused-vars)
(#4252) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4253) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4258) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4259) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4260) Trailing spaces not allowed. (no-trailing-spaces)
(#4264) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4273) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4278) Trailing spaces not allowed. (no-trailing-spaces)
(#4283) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4286) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4303) Expected to return a value at the end of this function. (consistent-return)
(#4309) Trailing spaces not allowed. (no-trailing-spaces)
(#4313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4315) Expected space or tab after '//' in comment. (spaced-comment)
(#4317) There should be no space after '{' (object-curly-spacing)
(#4317) There should be no space before '}' (object-curly-spacing)
(#4324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4324) Statement inside of curly braces should be on next line. (brace-style)
(#4330) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4337) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4344) Multiple spaces found before '='. (no-multi-spaces)
(#4383) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4384) Statement inside of curly braces should be on next line. (brace-style)
(#4384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4393) Statement inside of curly braces should be on next line. (brace-style)
(#4426) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4433) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4456) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4459) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4466) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4474) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4478) A space is required after ','. (comma-spacing)
(#4478) A space is required after ','. (comma-spacing)
(#4478) A space is required after ','. (comma-spacing)
(#4478) A space is required after ','. (comma-spacing)
(#4524) Missing space before opening brace. (space-before-blocks)
(#4525) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4539) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4554) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4557) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4561) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4649) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4649) Statement inside of curly braces should be on next line. (brace-style)
(#4664) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4678) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4770) 'jQuery' is not defined. (no-undef)
(#4790) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4809) Expected { after 'if' condition. (curly)
(#4831) Expected { after 'if' condition. (curly)
(#4837) Expected { after 'while' condition. (curly)
(#4850) Statement inside of curly braces should be on next line. (brace-style)
(#4850) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4851) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4851) Statement inside of curly braces should be on next line. (brace-style)
(#4851) Statement inside of curly braces should be on next line. (brace-style)
(#4851) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4852) Line 4852 exceeds the maximum line length of 132. (max-len)
(#4852) Statement inside of curly braces should be on next line. (brace-style)
(#4852) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4853) Statement inside of curly braces should be on next line. (brace-style)
(#4853) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4865) Expected { after 'if' condition. (curly)
(#4884) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4900) Expected space(s) after "if". (keyword-spacing)
(#4900) Expected { after 'if' condition. (curly)
(#4905) Expected space(s) after "if". (keyword-spacing)
(#4905) Expected { after 'if' condition. (curly)
(#4912) Expected no return value. (consistent-return)
(#4955) Expected { after 'if' condition. (curly)
(#4964) There should be no space after '{' (object-curly-spacing)
(#4964) There should be no space before '}' (object-curly-spacing)
(#4967) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4968) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4981) Expected space(s) after "if". (keyword-spacing)
(#4992) Trailing spaces not allowed. (no-trailing-spaces)
(#4995) There should be no space after '{' (object-curly-spacing)
(#4995) There should be no space before '}' (object-curly-spacing)
(#4999) A space is required after ','. (comma-spacing)
(#5000) A space is required after ','. (comma-spacing)
(#5001) A space is required after ','. (comma-spacing)
(#5010) 'event' is defined but never used (no-unused-vars)
(#5016) There should be no space after '{' (object-curly-spacing)
(#5016) There should be no space before '}' (object-curly-spacing)
(#5018) Trailing spaces not allowed. (no-trailing-spaces)
(#5036) Trailing spaces not allowed. (no-trailing-spaces)
(#5053) Expected { after 'if' condition. (curly)
(#5054) Expected { after 'if' condition. (curly)
(#5055) Expected { after 'if' condition. (curly)
(#5063) Expected { after 'if' condition. (curly)
(#5078) Missing semicolon. (semi)
(#5079) Missing semicolon. (semi)
(#5086) 'handle' is defined but never used (no-unused-vars)
(#5090) 'otherVal' used outside of binding context. (block-scoped-var)
(#5092) Expected { after 'if' condition. (curly)
(#5092) 'otherVal' used outside of binding context. (block-scoped-var)
(#5092) 'otherVal' used outside of binding context. (block-scoped-var)
(#5093) 'otherVal' used outside of binding context. (block-scoped-var)
(#5099) 'allowed' used outside of binding context. (block-scoped-var)
(#5104) 'otherVal' is already defined (no-redeclare)
(#5105) 'allowed' used outside of binding context. (block-scoped-var)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5114) 'allowed' is already defined (no-redeclare)
(#5114) 'allowed' used outside of binding context. (block-scoped-var)
(#5118) 'allowed' used outside of binding context. (block-scoped-var)
(#5119) There should be no spaces inside this paren. (space-in-parens)
(#5119) There should be no spaces inside this paren. (space-in-parens)
(#5121) Trailing spaces not allowed. (no-trailing-spaces)
(#5134) Missing semicolon. (semi)
(#5135) Missing semicolon. (semi)
(#5146) Missing semicolon. (semi)
(#5147) Missing semicolon. (semi)
(#5168) Expected { after 'if' condition. (curly)
(#5168) Expected space(s) after "if". (keyword-spacing)
(#5191) Trailing spaces not allowed. (no-trailing-spaces)
(#5212) Expected { after 'if' condition. (curly)
(#5213) Expected { after 'if' condition. (curly)
(#5223) Expected { after 'if' condition. (curly)
(#5224) Expected { after 'if' condition. (curly)
(#5245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5248) 'vp0' is defined but never used (no-unused-vars)
(#5248) 'vp1' is defined but never used (no-unused-vars)
(#5249) 'j' is defined but never used (no-unused-vars)
(#5252) A space is required after ','. (comma-spacing)
(#5255) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5255) A space is required after ','. (comma-spacing)
(#5255) There should be no space after '{' (object-curly-spacing)
(#5255) There should be no space before '}' (object-curly-spacing)
(#5256) Line 5256 exceeds the maximum line length of 132. (max-len)
(#5256) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5256) There should be no space after '{' (object-curly-spacing)
(#5256) 'lastValPercent' is not defined. (no-undef)
(#5256) There should be no space before '}' (object-curly-spacing)
(#5256) There should be no space after '{' (object-curly-spacing)
(#5256) There should be no space before '}' (object-curly-spacing)
(#5258) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5258) A space is required after ','. (comma-spacing)
(#5258) There should be no space after '{' (object-curly-spacing)
(#5258) There should be no space before '}' (object-curly-spacing)
(#5259) Line 5259 exceeds the maximum line length of 132. (max-len)
(#5259) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5259) There should be no space after '{' (object-curly-spacing)
(#5259) 'lastValPercent' is not defined. (no-undef)
(#5259) There should be no space before '}' (object-curly-spacing)
(#5259) There should be no space after '{' (object-curly-spacing)
(#5259) There should be no space before '}' (object-curly-spacing)
(#5262) 'lastValPercent' is not defined. (no-undef)
(#5272) A space is required after ','. (comma-spacing)
(#5274) Line 5274 exceeds the maximum line length of 132. (max-len)
(#5274) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5274) A space is required after ','. (comma-spacing)
(#5274) There should be no space after '{' (object-curly-spacing)
(#5274) There should be no space before '}' (object-curly-spacing)
(#5275) Line 5275 exceeds the maximum line length of 132. (max-len)
(#5275) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5275) There should be no space after '{' (object-curly-spacing)
(#5275) There should be no space before '}' (object-curly-spacing)
(#5275) There should be no space after '{' (object-curly-spacing)
(#5275) There should be no space before '}' (object-curly-spacing)
(#5276) Line 5276 exceeds the maximum line length of 132. (max-len)
(#5276) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5276) A space is required after ','. (comma-spacing)
(#5276) There should be no space after '{' (object-curly-spacing)
(#5276) There should be no space before '}' (object-curly-spacing)
(#5277) Line 5277 exceeds the maximum line length of 132. (max-len)
(#5277) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5277) There should be no space after '{' (object-curly-spacing)
(#5277) There should be no space before '}' (object-curly-spacing)
(#5277) There should be no space after '{' (object-curly-spacing)
(#5277) There should be no space before '}' (object-curly-spacing)
(#5281) Trailing spaces not allowed. (no-trailing-spaces)
(#5302) 'jQuery' is not defined. (no-undef)
(#5333) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5374) Function '_tabify' has a complexity of 22. (complexity)
(#5378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5378) Statement inside of curly braces should be on next line. (brace-style)
(#5381) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5392) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5405) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5424) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5445) Expected to return a value at the end of this function. (consistent-return)
(#5460) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5472) 'i' is defined but never used (no-unused-vars)
(#5472) Statement inside of curly braces should be on next line. (brace-style)
(#5472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5490) Trailing spaces not allowed. (no-trailing-spaces)
(#5502) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5558) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5565) Missing JSDoc comment. (require-jsdoc)
(#5566) There should be no space after '{' (object-curly-spacing)
(#5566) There should be no space before '}' (object-curly-spacing)
(#5598) '$show' is defined but never used (no-unused-vars)
(#5605) Expected to return a value at the end of this function. (consistent-return)
(#5606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5637) Trailing spaces not allowed. (no-trailing-spaces)
(#5641) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5645) Trailing spaces not allowed. (no-trailing-spaces)
(#5650) Line 5650 exceeds the maximum line length of 132. (max-len)
(#5651) Trailing spaces not allowed. (no-trailing-spaces)
(#5671) Trailing spaces not allowed. (no-trailing-spaces)
(#5674) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5675) Expected an object to be thrown. (no-throw-literal)
(#5689) Missing space before opening brace. (space-before-blocks)
(#5689) Requires a space after '{'. (block-spacing)
(#5689) Statement inside of curly braces should be on next line. (brace-style)
(#5689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5689) Requires a space before '}'. (block-spacing)
(#5697) Trailing spaces not allowed. (no-trailing-spaces)
(#5719) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5746) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5763) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5769) 'i' is defined but never used (no-unused-vars)
(#5769) Statement inside of curly braces should be on next line. (brace-style)
(#5769) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5779) Trailing spaces not allowed. (no-trailing-spaces)
(#5788) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5797) 'i' is defined but never used (no-unused-vars)
(#5797) Statement inside of curly braces should be on next line. (brace-style)
(#5797) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5798) 'i' is defined but never used (no-unused-vars)
(#5798) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5798) Statement inside of curly braces should be on next line. (brace-style)
(#5813) 'i' is defined but never used (no-unused-vars)
(#5813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5813) Statement inside of curly braces should be on next line. (brace-style)
(#5820) 'self' is defined but never used (no-unused-vars)
(#5820) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5836) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5847) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5847) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5847) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5882) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5882) Empty block statement. (no-empty)
(#5945) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5946) Trailing spaces not allowed. (no-trailing-spaces)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5953) Trailing spaces not allowed. (no-trailing-spaces)
(#5958) Trailing spaces not allowed. (no-trailing-spaces)
(#5965) 'e' is defined but never used (no-unused-vars)
(#5966) 't' is not defined. (no-undef)
(#5977) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5987) 'jQuery' is not defined. (no-undef)
(#6003) There should be no space after '{' (object-curly-spacing)
(#6003) There should be no space after '{' (object-curly-spacing)
(#6003) There should be no space before '}' (object-curly-spacing)
(#6003) There should be no space before '}' (object-curly-spacing)
(#6012) Missing JSDoc comment. (require-jsdoc)
(#6034) A space is required after ','. (comma-spacing)
(#6034) A space is required after ','. (comma-spacing)
(#6034) A space is required after ','. (comma-spacing)
(#6034) A space is required after ','. (comma-spacing)
(#6034) A space is required after ','. (comma-spacing)
(#6035) A space is required after ','. (comma-spacing)
(#6035) A space is required after ','. (comma-spacing)
(#6035) A space is required after ','. (comma-spacing)
(#6035) A space is required after ','. (comma-spacing)
(#6035) A space is required after ','. (comma-spacing)
(#6039) A space is required after ','. (comma-spacing)
(#6039) A space is required after ','. (comma-spacing)
(#6039) A space is required after ','. (comma-spacing)
(#6039) A space is required after ','. (comma-spacing)
(#6039) A space is required after ','. (comma-spacing)
(#6039) A space is required after ','. (comma-spacing)
(#6091) Line 6091 exceeds the maximum line length of 132. (max-len)
(#6099) Unexpected space before function parentheses. (space-before-function-paren)
(#6100) Expected { after 'if' condition. (curly)
(#6101) Unexpected console statement. (no-console)
(#6123) eval can be harmful. (no-eval)
(#6131) Expected { after 'if' condition. (curly)
(#6150) Line 6150 exceeds the maximum line length of 132. (max-len)
(#6157) Expected { after 'if' condition. (curly)
(#6161) Expected { after 'if' condition. (curly)
(#6164) Expected { after 'if' condition. (curly)
(#6171) There should be no space after '{' (object-curly-spacing)
(#6171) There should be no space before '}' (object-curly-spacing)
(#6174) There should be no space after '{' (object-curly-spacing)
(#6174) Missing space before value for key 'src'. (key-spacing)
(#6174) Missing space before value for key 'alt'. (key-spacing)
(#6174) Missing space before value for key 'title'. (key-spacing)
(#6174) There should be no space before '}' (object-curly-spacing)
(#6177) Expected { after 'if' condition. (curly)
(#6179) Expected { after 'else'. (curly)
(#6196) Expected { after 'if' condition. (curly)
(#6199) Missing space before opening brace. (space-before-blocks)
(#6201) Missing space before opening brace. (space-before-blocks)
(#6234) Do not nest ternary expressions (no-nested-ternary)
(#6250) Expected { after 'if' condition. (curly)
(#6273) Expected { after 'if' condition. (curly)
(#6289) Statement inside of curly braces should be on next line. (brace-style)
(#6289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6293) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6298) Statement inside of curly braces should be on next line. (brace-style)
(#6298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6313) Statement inside of curly braces should be on next line. (brace-style)
(#6313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6317) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6322) Statement inside of curly braces should be on next line. (brace-style)
(#6334) Expected { after 'if' condition. (curly)
(#6348) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6349) Expected an object to be thrown. (no-throw-literal)
(#6415) Expected { after 'if' condition. (curly)
(#6421) Expected to return a value at the end of this function. (consistent-return)
(#6421) Function '_doKeyDown' has a complexity of 42. (complexity)
(#6426) Expected { after 'if' condition. (curly)
(#6428) Multiple spaces found before '$'. (no-multi-spaces)
(#6432) Expected { after 'if' condition. (curly)
(#6434) Expected { after 'else'. (curly)
(#6437) Unreachable code. (no-unreachable)
(#6448) Expected { after 'if' condition. (curly)
(#6451) Expected { after 'if' condition. (curly)
(#6454) Expected { after 'if' condition. (curly)
(#6457) Expected { after 'if' condition. (curly)
(#6462) Expected { after 'if' condition. (curly)
(#6465) Expected { after 'if' condition. (curly)
(#6468) Expected { after 'if' condition. (curly)
(#6473) Expected { after 'if' condition. (curly)
(#6478) Expected { after 'if' condition. (curly)
(#6490) Expected to return a value at the end of this function. (consistent-return)
(#6504) Expected { after 'if' condition. (curly)
(#6506) Expected { after 'if' condition. (curly)
(#6514) Expected { after 'if' condition. (curly)
(#6522) Unexpected use of '|='. (no-bitwise)
(#6538) Do not nest ternary expressions (no-nested-ternary)
(#6546) Expected { after 'if' condition. (curly)
(#6546) A space is required after ','. (comma-spacing)
(#6550) Expected { after 'if' condition. (curly)
(#6552) Expected { after 'else'. (curly)
(#6554) Expected { after 'if' condition. (curly)
(#6556) Expected { after 'if' condition. (curly)
(#6572) Missing space before opening brace. (space-before-blocks)
(#6574) Expected { after 'if' condition. (curly)
(#6574) Expected space(s) after "if". (keyword-spacing)
(#6575) Expected { after 'if' condition. (curly)
(#6575) Expected space(s) after "if". (keyword-spacing)
(#6577) Missing space before opening brace. (space-before-blocks)
(#6578) There should be no spaces inside this paren. (space-in-parens)
(#6581) Expected { after 'if' condition. (curly)
(#6581) Expected space(s) after "if". (keyword-spacing)
(#6582) Expected { after 'if' condition. (curly)
(#6582) Expected space(s) after "if". (keyword-spacing)
(#6601) Expected { after 'if' condition. (curly)
(#6611) Line 6611 exceeds the maximum line length of 132. (max-len)
(#6612) Line 6612 exceeds the maximum line length of 132. (max-len)
(#6620) Line 6620 exceeds the maximum line length of 132. (max-len)
(#6620) Infix operators must be spaced. (space-infix-ops)
(#6631) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#6639) Expected { after 'if' condition. (curly)
(#6641) Expected { after 'if' condition. (curly)
(#6646) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6651) Expected { after 'if' condition. (curly)
(#6654) Expected { after 'else'. (curly)
(#6655) Do not nest ternary expressions (no-nested-ternary)
(#6655) Do not nest ternary expressions (no-nested-ternary)
(#6657) Expected { after 'if' condition. (curly)
(#6660) Expected { after 'if' condition. (curly)
(#6666) There should be no space after '{' (object-curly-spacing)
(#6666) There should be no space before '}' (object-curly-spacing)
(#6684) Expected { after 'if' condition. (curly)
(#6687) Expected { after 'if' condition. (curly)
(#6716) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6733) A space is required after ','. (comma-spacing)
(#6742) Expected { after 'if' condition. (curly)
(#6782) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6783) Expected { after 'if' condition. (curly)
(#6787) Expected { after 'if' condition. (curly)
(#6789) Expected { after 'if' condition. (curly)
(#6791) Expected { after 'if' condition. (curly)
(#6796) Expected { after 'if' condition. (curly)
(#6796) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#6808) 'dateStr' is not defined. (no-undef)
(#6809) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6809) Statement inside of curly braces should be on next line. (brace-style)
(#6809) 'dateStr' is not defined. (no-undef)
(#6853) Function 'parseDate' has a complexity of 36. (complexity)
(#6853) Unexpected space before function parentheses. (space-before-function-paren)
(#6854) Expected { after 'if' condition. (curly)
(#6854) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6854) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6855) Expected an object to be thrown. (no-throw-literal)
(#6857) Expected { after 'if' condition. (curly)
(#6871) 'iFormat' used outside of binding context. (block-scoped-var)
(#6871) 'iFormat' used outside of binding context. (block-scoped-var)
(#6872) Expected { after 'if' condition. (curly)
(#6873) 'iFormat' used outside of binding context. (block-scoped-var)
(#6879) Do not nest ternary expressions (no-nested-ternary)
(#6879) Do not nest ternary expressions (no-nested-ternary)
(#6884) A space is required after ','. (comma-spacing)
(#6887) Expected { after 'if' condition. (curly)
(#6888) Expected an object to be thrown. (no-throw-literal)
(#6895) Expected { after 'for' condition. (curly)
(#6901) Expected { after 'for' condition. (curly)
(#6902) Expected { after 'if' condition. (curly)
(#6906) Expected an object to be thrown. (no-throw-literal)
(#6910) Expected { after 'if' condition. (curly)
(#6910) 'iFormat' used outside of binding context. (block-scoped-var)
(#6911) Expected an object to be thrown. (no-throw-literal)
(#6916) Expected { after 'if' condition. (curly)
(#6921) Expected { after 'else'. (curly)
(#6948) Expected { after 'if' condition. (curly)
(#6950) Expected { after 'else'. (curly)
(#6957) Expected { after 'if' condition. (curly)
(#6959) Expected { after 'if' condition. (curly)
(#6965) Unexpected constant condition. (no-constant-condition)
(#6967) Expected { after 'if' condition. (curly)
(#6973) 'date' is already defined (no-redeclare)
(#6973) 'date' used outside of binding context. (block-scoped-var)
(#6974) Expected { after 'if' condition. (curly)
(#6974) 'date' used outside of binding context. (block-scoped-var)
(#6974) 'date' used outside of binding context. (block-scoped-var)
(#6974) 'date' used outside of binding context. (block-scoped-var)
(#6975) Expected an object to be thrown. (no-throw-literal)
(#6976) 'date' used outside of binding context. (block-scoped-var)
(#7018) Function 'formatDate' has a complexity of 26. (complexity)
(#7018) Unexpected space before function parentheses. (space-before-function-paren)
(#7019) Expected { after 'if' condition. (curly)
(#7027) 'iFormat' used outside of binding context. (block-scoped-var)
(#7027) 'iFormat' used outside of binding context. (block-scoped-var)
(#7028) Expected { after 'if' condition. (curly)
(#7029) 'iFormat' used outside of binding context. (block-scoped-var)
(#7035) Expected { after 'if' condition. (curly)
(#7036) Expected { after 'while' condition. (curly)
(#7046) Expected { after 'if' condition. (curly)
(#7048) Expected { after 'if' condition. (curly)
(#7053) Expected { after 'else'. (curly)
(#7063) Expected { after 'for' condition. (curly)
(#7081) Expected { after 'if' condition. (curly)
(#7083) Expected { after 'else'. (curly)
(#7094) Unexpected space before function parentheses. (space-before-function-paren)
(#7097) Expected { after 'for' condition. (curly)
(#7098) Expected { after 'if' condition. (curly)
(#7099) 'lookAhead' is not defined. (no-undef)
(#7103) Expected { after 'else'. (curly)
(#7111) Expected { after 'if' condition. (curly)
(#7111) 'lookAhead' is not defined. (no-undef)
(#7113) Expected { after 'else'. (curly)
(#7133) 'defaultDate' is not defined. (no-undef)
(#7136) 'defaultDate' is not defined. (no-undef)
(#7139) 'defaultDate' is not defined. (no-undef)
(#7177) A space is required after ','. (comma-spacing)
(#7179) A space is required after ','. (comma-spacing)
(#7181) A space is required after ','. (comma-spacing)
(#7185) A space is required after ','. (comma-spacing)
(#7193) Do not nest ternary expressions (no-nested-ternary)
(#7193) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7194) Do not nest ternary expressions (no-nested-ternary)
(#7195) Do not nest ternary expressions (no-nested-ternary)
(#7213) Expected { after 'if' condition. (curly)
(#7219) 'endDate' is defined but never used (no-unused-vars)
(#7227) Expected { after 'if' condition. (curly)
(#7244) Function '_generateHTML' has a complexity of 71. (complexity)
(#7255) 'stepBigMonths' is defined but never used (no-unused-vars)
(#7285) Do not nest ternary expressions (no-nested-ternary)
(#7286) Line 7286 exceeds the maximum line length of 132. (max-len)
(#7287) Line 7287 exceeds the maximum line length of 132. (max-len)
(#7287) There should be no spaces inside this paren. (space-in-parens)
(#7288) Line 7288 exceeds the maximum line length of 132. (max-len)
(#7288) Infix operators must be spaced. (space-infix-ops)
(#7288) Infix operators must be spaced. (space-infix-ops)
(#7288) There should be no spaces inside this paren. (space-in-parens)
(#7293) Do not nest ternary expressions (no-nested-ternary)
(#7294) Line 7294 exceeds the maximum line length of 132. (max-len)
(#7295) Line 7295 exceeds the maximum line length of 132. (max-len)
(#7295) There should be no spaces inside this paren. (space-in-parens)
(#7296) Line 7296 exceeds the maximum line length of 132. (max-len)
(#7296) Infix operators must be spaced. (space-infix-ops)
(#7296) There should be no spaces inside this paren. (space-in-parens)
(#7301) Line 7301 exceeds the maximum line length of 132. (max-len)
(#7303) Line 7303 exceeds the maximum line length of 132. (max-len)
(#7305) A space is required after ','. (comma-spacing)
(#7308) 'dayNamesShort' is defined but never used (no-unused-vars)
(#7314) 'calculateWeek' is defined but never used (no-unused-vars)
(#7328) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#7329) Infix operators must be spaced. (space-infix-ops)
(#7329) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#7330) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#7335) Do not nest ternary expressions (no-nested-ternary)
(#7336) Do not nest ternary expressions (no-nested-ternary)
(#7342) 'dow' used outside of binding context. (block-scoped-var)
(#7342) 'dow' used outside of binding context. (block-scoped-var)
(#7342) 'dow' used outside of binding context. (block-scoped-var)
(#7343) 'dow' used outside of binding context. (block-scoped-var)
(#7344) 'dow' used outside of binding context. (block-scoped-var)
(#7349) Expected { after 'if' condition. (curly)
(#7352) Line 7352 exceeds the maximum line length of 132. (max-len)
(#7357) 'dow' is already defined (no-redeclare)
(#7357) 'dow' used outside of binding context. (block-scoped-var)
(#7357) 'dow' used outside of binding context. (block-scoped-var)
(#7357) 'dow' used outside of binding context. (block-scoped-var)
(#7364) 'dow' used outside of binding context. (block-scoped-var)
(#7366) Line 7366 exceeds the maximum line length of 132. (max-len)
(#7370) Line 7370 exceeds the maximum line length of 132. (max-len)
(#7370) Infix operators must be spaced. (space-infix-ops)
(#7372) Line 7372 exceeds the maximum line length of 132. (max-len)
(#7374) Line 7374 exceeds the maximum line length of 132. (max-len)
(#7375) Line 7375 exceeds the maximum line length of 132. (max-len)
(#7378) Do not nest ternary expressions (no-nested-ternary)
(#7379) Line 7379 exceeds the maximum line length of 132. (max-len)
(#7381) Line 7381 exceeds the maximum line length of 132. (max-len)
(#7394) Trailing spaces not allowed. (no-trailing-spaces)
(#7395) Line 7395 exceeds the maximum line length of 132. (max-len)
(#7395) Infix operators must be spaced. (space-infix-ops)
(#7400) A space is required after ','. (comma-spacing)
(#7407) Function '_generateMonthYearHeader' has a complexity of 26. (complexity)
(#7416) Expected { after 'if' condition. (curly)
(#7424) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#7426) Expected { after 'if' condition. (curly)
(#7434) Expected { after 'if' condition. (curly)
(#7437) Expected { after 'if' condition. (curly)
(#7467) Expected { after 'if' condition. (curly)
(#7488) Expected { after 'if' condition. (curly)
(#7495) Expected { after 'if' condition. (curly)
(#7503) Do not nest ternary expressions (no-nested-ternary)
(#7503) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7509) Do not nest ternary expressions (no-nested-ternary)
(#7528) Expected { after 'if' condition. (curly)
(#7561) Do not nest ternary expressions (no-nested-ternary)
(#7569) Missing JSDoc comment. (require-jsdoc)
(#7571) Expected { after 'for-in'. (curly)
(#7572) Expected { after 'if' condition. (curly)
(#7572) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7575) Unnecessary semicolon. (no-extra-semi)
(#7578) Missing JSDoc comment. (require-jsdoc)
(#7578) 'isArray' is defined but never used (no-unused-vars)
(#7580) Unnecessary escape character: \A (no-useless-escape)
(#7581) Unnecessary semicolon. (no-extra-semi)
(#7587) Missing space before opening brace. (space-before-blocks)
(#7597) Expected { after 'if' condition. (curly)
(#7601) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7615) Identifier 'DP_jQuery' is not in camel case. (camelcase)
(#7617) 'jQuery' is not defined. (no-undef)
(#7675) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7696) Expected { after 'if' condition. (curly)
(#7697) Expected { after 'if' condition. (curly)
(#7729) 'jQuery' is not defined. (no-undef)
(#7739) Unnecessary semicolon. (no-extra-semi)
(#7739) 'jQuery' is not defined. (no-undef)
(#7739) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7746) Expected space(s) after "for". (keyword-spacing)
(#7746) Infix operators must be spaced. (space-infix-ops)
(#7747) Expected space(s) after "if". (keyword-spacing)
(#7747) Expected { after 'if' condition. (curly)
(#7747) Infix operators must be spaced. (space-infix-ops)
(#7753) Expected space(s) after "for". (keyword-spacing)
(#7753) Infix operators must be spaced. (space-infix-ops)
(#7754) Expected { after 'if' condition. (curly)
(#7754) Expected space(s) after "if". (keyword-spacing)
(#7754) Infix operators must be spaced. (space-infix-ops)
(#7759) Expected { after 'if' condition. (curly)
(#7771) Unnecessary semicolon. (no-extra-semi)
(#7777) Unnecessary semicolon. (no-extra-semi)
(#7784) Expected space or tab after '//' in comment. (spaced-comment)
(#7785) Expected { after 'if' condition. (curly)
(#7788) Expected space or tab after '//' in comment. (spaced-comment)
(#7789) There should be no space after '{' (object-curly-spacing)
(#7789) There should be no space before '}' (object-curly-spacing)
(#7790) Line 7790 exceeds the maximum line length of 132. (max-len)
(#7793) Expected space or tab after '//' in comment. (spaced-comment)
(#7795) There should be no space after '{' (object-curly-spacing)
(#7795) There should be no space before '}' (object-curly-spacing)
(#7796) There should be no space after '{' (object-curly-spacing)
(#7796) There should be no spaces inside this paren. (space-in-parens)
(#7798) Expected space(s) after "if". (keyword-spacing)
(#7798) Expected { after 'if' condition. (curly)
(#7798) A space is required after ','. (comma-spacing)
(#7799) Expected space(s) after "if". (keyword-spacing)
(#7799) Expected { after 'if' condition. (curly)
(#7799) A space is required after ','. (comma-spacing)
(#7800) There should be no space after '{' (object-curly-spacing)
(#7800) There should be no space before '}' (object-curly-spacing)
(#7801) There should be no space before '}' (object-curly-spacing)
(#7809) Expected { after 'if' condition. (curly)
(#7816) Missing space before opening brace. (space-before-blocks)
(#7817) 'unit' is not defined. (no-undef)
(#7818) Expected { after 'if' condition. (curly)
(#7818) 'unit' is not defined. (no-undef)
(#7818) 'unit' is not defined. (no-undef)
(#7818) 'unit' is not defined. (no-undef)
(#7823) Expected space or tab after '//' in comment. (spaced-comment)
(#7826) Do not nest ternary expressions (no-nested-ternary)
(#7831) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#7832) Expected { after 'if' condition. (curly)
(#7832) Expected space(s) after "if". (keyword-spacing)
(#7832) ["cssText"] is better written in dot notation. (dot-notation)
(#7833) Expected space(s) after "if". (keyword-spacing)
(#7833) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7833) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7833) Statement inside of curly braces should be on next line. (brace-style)
(#7835) Expected space or tab after '//' in comment. (spaced-comment)
(#7836) Line 7836 exceeds the maximum line length of 132. (max-len)
(#7836) A space is required after ','. (comma-spacing)
(#7837) Expected space(s) after "if". (keyword-spacing)
(#7837) Expected { after 'if' condition. (curly)
(#7837) Expected { after 'if' condition. (curly)
(#7837) Expected space(s) after "if". (keyword-spacing)
(#7838) Line 7838 exceeds the maximum line length of 132. (max-len)
(#7838) A space is required after ','. (comma-spacing)
(#7839) Expected space(s) after "if". (keyword-spacing)
(#7839) Expected { after 'if' condition. (curly)
(#7839) Expected space(s) after "if". (keyword-spacing)
(#7839) Expected { after 'if' condition. (curly)
(#7842) Expected space(s) after "for". (keyword-spacing)
(#7843) Expected space(s) after "if". (keyword-spacing)
(#7843) Expected { after 'if' condition. (curly)
(#7843) There should be no spaces inside this paren. (space-in-parens)
(#7846) Line 7846 exceeds the maximum line length of 132. (max-len)
(#7846) A space is required after ','. (comma-spacing)
(#7847) Line 7847 exceeds the maximum line length of 132. (max-len)
(#7853) Line 7853 exceeds the maximum line length of 132. (max-len)
(#7853) Expected space(s) after "if". (keyword-spacing)
(#7853) Statement inside of curly braces should be on next line. (brace-style)
(#7853) ["cssText"] is better written in dot notation. (dot-notation)
(#7853) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7853) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#7853) ["cssText"] is better written in dot notation. (dot-notation)
(#7853) Expected { after 'else'. (curly)
(#7854) Expected { after 'if' condition. (curly)
(#7854) Expected space(s) after "if". (keyword-spacing)
(#7854) Expected { after 'if' condition. (curly)
(#7854) Expected space(s) after "if". (keyword-spacing)
(#7855) Expected { after 'if' condition. (curly)
(#7855) Expected space(s) after "if". (keyword-spacing)
(#7863) Missing JSDoc comment. (require-jsdoc)
(#7865) Expected { after 'if' condition. (curly)
(#7865) Expected space(s) after "if". (keyword-spacing)
(#7866) Line 7866 exceeds the maximum line length of 132. (max-len)
(#7866) Do not nest ternary expressions (no-nested-ternary)
(#7866) Expected space or tab after '//' in comment. (spaced-comment)
(#7867) Do not nest ternary expressions (no-nested-ternary)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7868) There should be no spaces inside this paren. (space-in-parens)
(#7871) Trailing spaces not allowed. (no-trailing-spaces)
(#7874) Expected space or tab after '//' in comment. (spaced-comment)
(#7877) Expected space or tab after '//' in comment. (spaced-comment)
(#7887) Line 7887 exceeds the maximum line length of 132. (max-len)
(#7887) There should be no space before '}' (object-curly-spacing)
(#7891) Expected space(s) after "if". (keyword-spacing)
(#7891) Expected { after 'if' condition. (curly)
(#7899) Expected space(s) after "if". (keyword-spacing)
(#7899) Expected { after 'if' condition. (curly)
(#7906) Missing space before opening brace. (space-before-blocks)
(#7907) Line 7907 exceeds the maximum line length of 132. (max-len)
(#7907) Expected space(s) after "if". (keyword-spacing)
(#7907) Expected { after 'if' condition. (curly)
(#7915) There should be no space after '{' (object-curly-spacing)
(#7915) There should be no space before '}' (object-curly-spacing)
(#7915) A space is required after ','. (comma-spacing)
(#7915) A space is required after ','. (comma-spacing)
(#7915) A space is required after ','. (comma-spacing)
(#7917) A space is required after ','. (comma-spacing)
(#7917) A space is required after ','. (comma-spacing)
(#7917) A space is required after ','. (comma-spacing)
(#7918) Line 7918 exceeds the maximum line length of 132. (max-len)
(#7918) There should be no space after '{' (object-curly-spacing)
(#7918) There should be no space before '}' (object-curly-spacing)
(#7918) A space is required after ','. (comma-spacing)
(#7918) A space is required after ','. (comma-spacing)
(#7918) A space is required after ','. (comma-spacing)
(#7920) A space is required after ','. (comma-spacing)
(#7920) A space is required after ','. (comma-spacing)
(#7920) A space is required after ','. (comma-spacing)
(#7921) Line 7921 exceeds the maximum line length of 132. (max-len)
(#7921) There should be no spaces inside this paren. (space-in-parens)
(#7921) There should be no spaces inside this paren. (space-in-parens)
(#7921) There should be no space after '{' (object-curly-spacing)
(#7921) There should be no space before '}' (object-curly-spacing)
(#7921) A space is required after ','. (comma-spacing)
(#7921) A space is required after ','. (comma-spacing)
(#7921) A space is required after ','. (comma-spacing)
(#7923) A space is required after ','. (comma-spacing)
(#7923) A space is required after ','. (comma-spacing)
(#7923) A space is required after ','. (comma-spacing)
(#7923) A space is required after ','. (comma-spacing)
(#7924) There should be no space after '{' (object-curly-spacing)
(#7924) There should be no space before '}' (object-curly-spacing)
(#7924) A space is required after ','. (comma-spacing)
(#7924) A space is required after ','. (comma-spacing)
(#7924) A space is required after ','. (comma-spacing)
(#7932) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7933) There should be no spaces inside this paren. (space-in-parens)
(#7933) A space is required after ','. (comma-spacing)
(#7933) A space is required after ','. (comma-spacing)
(#7933) A space is required after ','. (comma-spacing)
(#7933) Missing space before opening brace. (space-before-blocks)
(#7934) Expected space(s) after "if". (keyword-spacing)
(#7934) Expected { after 'if' condition. (curly)
(#7948) Line 7948 exceeds the maximum line length of 132. (max-len)
(#7948) A space is required after ','. (comma-spacing)
(#7948) Missing space before opening brace. (space-before-blocks)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7952) There should be no spaces inside this paren. (space-in-parens)
(#7952) There should be no spaces inside this paren. (space-in-parens)
(#7956) There should be no spaces inside this paren. (space-in-parens)
(#7956) A space is required after ','. (comma-spacing)
(#7957) There should be no spaces inside this paren. (space-in-parens)
(#7957) A space is required after ','. (comma-spacing)
(#7958) There should be no spaces inside this paren. (space-in-parens)
(#7958) A space is required after ','. (comma-spacing)
(#7968) Missing JSDoc comment. (require-jsdoc)
(#7972) Expected { after 'if' condition. (curly)
(#7972) There should be no spaces inside this paren. (space-in-parens)
(#7972) There should be no spaces inside this paren. (space-in-parens)
(#7976) Expected { after 'if' condition. (curly)
(#7976) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7977) A space is required after ','. (comma-spacing)
(#7977) A space is required after ','. (comma-spacing)
(#7977) A space is required after ','. (comma-spacing)
(#7980) Expected { after 'if' condition. (curly)
(#7980) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7980) Unnecessary escape character: \% (no-useless-escape)
(#7980) Unnecessary escape character: \% (no-useless-escape)
(#7980) Unnecessary escape character: \% (no-useless-escape)
(#7981) Infix operators must be spaced. (space-infix-ops)
(#7981) Infix operators must be spaced. (space-infix-ops)
(#7981) Infix operators must be spaced. (space-infix-ops)
(#7984) Expected { after 'if' condition. (curly)
(#7984) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7985) A space is required after ','. (comma-spacing)
(#7985) A space is required after ','. (comma-spacing)
(#7985) A space is required after ','. (comma-spacing)
(#7988) Expected { after 'if' condition. (curly)
(#7988) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7989) Infix operators must be spaced. (space-infix-ops)
(#7989) A space is required after ','. (comma-spacing)
(#7989) Infix operators must be spaced. (space-infix-ops)
(#7989) A space is required after ','. (comma-spacing)
(#7989) Infix operators must be spaced. (space-infix-ops)
(#7989) A space is required after ','. (comma-spacing)
(#7992) Expected { after 'if' condition. (curly)
(#7992) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#7993) ["transparent"] is better written in dot notation. (dot-notation)
(#7999) Missing JSDoc comment. (require-jsdoc)
(#8006) Expected { after 'if' condition. (curly)
(#8006) There should be no spaces inside this paren. (space-in-parens)
(#8006) There should be no spaces inside this paren. (space-in-parens)
(#8010) There should be no spaces inside this paren. (space-in-parens)
(#8010) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#8010) There should be no spaces inside this paren. (space-in-parens)
(#8013) Unnecessary semicolon. (no-extra-semi)
(#8020) Missing space before value for key 'aqua'. (key-spacing)
(#8020) A space is required after ','. (comma-spacing)
(#8020) A space is required after ','. (comma-spacing)
(#8021) Missing space before value for key 'azure'. (key-spacing)
(#8021) A space is required after ','. (comma-spacing)
(#8021) A space is required after ','. (comma-spacing)
(#8022) Missing space before value for key 'beige'. (key-spacing)
(#8022) A space is required after ','. (comma-spacing)
(#8022) A space is required after ','. (comma-spacing)
(#8023) Missing space before value for key 'black'. (key-spacing)
(#8023) A space is required after ','. (comma-spacing)
(#8023) A space is required after ','. (comma-spacing)
(#8024) Missing space before value for key 'blue'. (key-spacing)
(#8024) A space is required after ','. (comma-spacing)
(#8024) A space is required after ','. (comma-spacing)
(#8025) Missing space before value for key 'brown'. (key-spacing)
(#8025) A space is required after ','. (comma-spacing)
(#8025) A space is required after ','. (comma-spacing)
(#8026) Missing space before value for key 'cyan'. (key-spacing)
(#8026) A space is required after ','. (comma-spacing)
(#8026) A space is required after ','. (comma-spacing)
(#8027) Missing space before value for key 'darkblue'. (key-spacing)
(#8027) A space is required after ','. (comma-spacing)
(#8027) A space is required after ','. (comma-spacing)
(#8028) Missing space before value for key 'darkcyan'. (key-spacing)
(#8028) A space is required after ','. (comma-spacing)
(#8028) A space is required after ','. (comma-spacing)
(#8029) Missing space before value for key 'darkgrey'. (key-spacing)
(#8029) A space is required after ','. (comma-spacing)
(#8029) A space is required after ','. (comma-spacing)
(#8030) Missing space before value for key 'darkgreen'. (key-spacing)
(#8030) A space is required after ','. (comma-spacing)
(#8030) A space is required after ','. (comma-spacing)
(#8031) Missing space before value for key 'darkkhaki'. (key-spacing)
(#8031) A space is required after ','. (comma-spacing)
(#8031) A space is required after ','. (comma-spacing)
(#8032) Missing space before value for key 'darkmagenta'. (key-spacing)
(#8032) A space is required after ','. (comma-spacing)
(#8032) A space is required after ','. (comma-spacing)
(#8033) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#8033) A space is required after ','. (comma-spacing)
(#8033) A space is required after ','. (comma-spacing)
(#8034) Missing space before value for key 'darkorange'. (key-spacing)
(#8034) A space is required after ','. (comma-spacing)
(#8034) A space is required after ','. (comma-spacing)
(#8035) Missing space before value for key 'darkorchid'. (key-spacing)
(#8035) A space is required after ','. (comma-spacing)
(#8035) A space is required after ','. (comma-spacing)
(#8036) Missing space before value for key 'darkred'. (key-spacing)
(#8036) A space is required after ','. (comma-spacing)
(#8036) A space is required after ','. (comma-spacing)
(#8037) Missing space before value for key 'darksalmon'. (key-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8038) Missing space before value for key 'darkviolet'. (key-spacing)
(#8038) A space is required after ','. (comma-spacing)
(#8038) A space is required after ','. (comma-spacing)
(#8039) Missing space before value for key 'fuchsia'. (key-spacing)
(#8039) A space is required after ','. (comma-spacing)
(#8039) A space is required after ','. (comma-spacing)
(#8040) Missing space before value for key 'gold'. (key-spacing)
(#8040) A space is required after ','. (comma-spacing)
(#8040) A space is required after ','. (comma-spacing)
(#8041) Missing space before value for key 'green'. (key-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8042) Missing space before value for key 'indigo'. (key-spacing)
(#8042) A space is required after ','. (comma-spacing)
(#8042) A space is required after ','. (comma-spacing)
(#8043) Missing space before value for key 'khaki'. (key-spacing)
(#8043) A space is required after ','. (comma-spacing)
(#8043) A space is required after ','. (comma-spacing)
(#8044) Missing space before value for key 'lightblue'. (key-spacing)
(#8044) A space is required after ','. (comma-spacing)
(#8044) A space is required after ','. (comma-spacing)
(#8045) Missing space before value for key 'lightcyan'. (key-spacing)
(#8045) A space is required after ','. (comma-spacing)
(#8045) A space is required after ','. (comma-spacing)
(#8046) Missing space before value for key 'lightgreen'. (key-spacing)
(#8046) A space is required after ','. (comma-spacing)
(#8046) A space is required after ','. (comma-spacing)
(#8047) Missing space before value for key 'lightgrey'. (key-spacing)
(#8047) A space is required after ','. (comma-spacing)
(#8047) A space is required after ','. (comma-spacing)
(#8048) Missing space before value for key 'lightpink'. (key-spacing)
(#8048) A space is required after ','. (comma-spacing)
(#8048) A space is required after ','. (comma-spacing)
(#8049) Missing space before value for key 'lightyellow'. (key-spacing)
(#8049) A space is required after ','. (comma-spacing)
(#8049) A space is required after ','. (comma-spacing)
(#8050) Missing space before value for key 'lime'. (key-spacing)
(#8050) A space is required after ','. (comma-spacing)
(#8050) A space is required after ','. (comma-spacing)
(#8051) Missing space before value for key 'magenta'. (key-spacing)
(#8051) A space is required after ','. (comma-spacing)
(#8051) A space is required after ','. (comma-spacing)
(#8052) Missing space before value for key 'maroon'. (key-spacing)
(#8052) A space is required after ','. (comma-spacing)
(#8052) A space is required after ','. (comma-spacing)
(#8053) Missing space before value for key 'navy'. (key-spacing)
(#8053) A space is required after ','. (comma-spacing)
(#8053) A space is required after ','. (comma-spacing)
(#8054) Missing space before value for key 'olive'. (key-spacing)
(#8054) A space is required after ','. (comma-spacing)
(#8054) A space is required after ','. (comma-spacing)
(#8055) Missing space before value for key 'orange'. (key-spacing)
(#8055) A space is required after ','. (comma-spacing)
(#8055) A space is required after ','. (comma-spacing)
(#8056) Missing space before value for key 'pink'. (key-spacing)
(#8056) A space is required after ','. (comma-spacing)
(#8056) A space is required after ','. (comma-spacing)
(#8057) Missing space before value for key 'purple'. (key-spacing)
(#8057) A space is required after ','. (comma-spacing)
(#8057) A space is required after ','. (comma-spacing)
(#8058) Missing space before value for key 'violet'. (key-spacing)
(#8058) A space is required after ','. (comma-spacing)
(#8058) A space is required after ','. (comma-spacing)
(#8059) Missing space before value for key 'red'. (key-spacing)
(#8059) A space is required after ','. (comma-spacing)
(#8059) A space is required after ','. (comma-spacing)
(#8060) Missing space before value for key 'silver'. (key-spacing)
(#8060) A space is required after ','. (comma-spacing)
(#8060) A space is required after ','. (comma-spacing)
(#8061) Missing space before value for key 'white'. (key-spacing)
(#8061) A space is required after ','. (comma-spacing)
(#8061) A space is required after ','. (comma-spacing)
(#8062) Missing space before value for key 'yellow'. (key-spacing)
(#8062) A space is required after ','. (comma-spacing)
(#8062) A space is required after ','. (comma-spacing)
(#8063) A space is required after ','. (comma-spacing)
(#8063) A space is required after ','. (comma-spacing)
(#8109) Unexpected space before function parentheses. (space-before-function-paren)
(#8110) Expected space or tab after '//' in comment. (spaced-comment)
(#8113) Unexpected space before function parentheses. (space-before-function-paren)
(#8114) Infix operators must be spaced. (space-infix-ops)
(#8114) Infix operators must be spaced. (space-infix-ops)
(#8114) Infix operators must be spaced. (space-infix-ops)
(#8116) Unexpected space before function parentheses. (space-before-function-paren)
(#8117) Infix operators must be spaced. (space-infix-ops)
(#8117) Infix operators must be spaced. (space-infix-ops)
(#8117) Infix operators must be spaced. (space-infix-ops)
(#8117) Infix operators must be spaced. (space-infix-ops)
(#8119) Unexpected space before function parentheses. (space-before-function-paren)
(#8120) Expected { after 'if' condition. (curly)
(#8120) Infix operators must be spaced. (space-infix-ops)
(#8120) Infix operators must be spaced. (space-infix-ops)
(#8120) Infix operators must be spaced. (space-infix-ops)
(#8120) Infix operators must be spaced. (space-infix-ops)
(#8120) Infix operators must be spaced. (space-infix-ops)
(#8121) Infix operators must be spaced. (space-infix-ops)
(#8121) Infix operators must be spaced. (space-infix-ops)
(#8121) Infix operators must be spaced. (space-infix-ops)
(#8123) Unexpected space before function parentheses. (space-before-function-paren)
(#8124) Infix operators must be spaced. (space-infix-ops)
(#8124) Infix operators must be spaced. (space-infix-ops)
(#8124) Infix operators must be spaced. (space-infix-ops)
(#8124) Infix operators must be spaced. (space-infix-ops)
(#8126) Unexpected space before function parentheses. (space-before-function-paren)
(#8127) Infix operators must be spaced. (space-infix-ops)
(#8127) Infix operators must be spaced. (space-infix-ops)
(#8127) Infix operators must be spaced. (space-infix-ops)
(#8127) Infix operators must be spaced. (space-infix-ops)
(#8127) Infix operators must be spaced. (space-infix-ops)
(#8127) Infix operators must be spaced. (space-infix-ops)
(#8129) Unexpected space before function parentheses. (space-before-function-paren)
(#8130) Expected { after 'if' condition. (curly)
(#8130) Infix operators must be spaced. (space-infix-ops)
(#8130) Infix operators must be spaced. (space-infix-ops)
(#8130) Infix operators must be spaced. (space-infix-ops)
(#8130) Infix operators must be spaced. (space-infix-ops)
(#8130) Infix operators must be spaced. (space-infix-ops)
(#8130) Infix operators must be spaced. (space-infix-ops)
(#8131) Infix operators must be spaced. (space-infix-ops)
(#8131) Infix operators must be spaced. (space-infix-ops)
(#8131) Infix operators must be spaced. (space-infix-ops)
(#8131) Infix operators must be spaced. (space-infix-ops)
(#8131) Infix operators must be spaced. (space-infix-ops)
(#8133) Unexpected space before function parentheses. (space-before-function-paren)
(#8134) Infix operators must be spaced. (space-infix-ops)
(#8134) Infix operators must be spaced. (space-infix-ops)
(#8134) Infix operators must be spaced. (space-infix-ops)
(#8134) Infix operators must be spaced. (space-infix-ops)
(#8134) Infix operators must be spaced. (space-infix-ops)
(#8136) Unexpected space before function parentheses. (space-before-function-paren)
(#8137) Infix operators must be spaced. (space-infix-ops)
(#8137) Infix operators must be spaced. (space-infix-ops)
(#8137) Infix operators must be spaced. (space-infix-ops)
(#8137) Infix operators must be spaced. (space-infix-ops)
(#8137) Infix operators must be spaced. (space-infix-ops)
(#8137) Infix operators must be spaced. (space-infix-ops)
(#8139) Unexpected space before function parentheses. (space-before-function-paren)
(#8140) Expected { after 'if' condition. (curly)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8140) Infix operators must be spaced. (space-infix-ops)
(#8141) Infix operators must be spaced. (space-infix-ops)
(#8141) Infix operators must be spaced. (space-infix-ops)
(#8141) Infix operators must be spaced. (space-infix-ops)
(#8141) Infix operators must be spaced. (space-infix-ops)
(#8141) Infix operators must be spaced. (space-infix-ops)
(#8143) Unexpected space before function parentheses. (space-before-function-paren)
(#8144) Infix operators must be spaced. (space-infix-ops)
(#8144) Infix operators must be spaced. (space-infix-ops)
(#8144) Infix operators must be spaced. (space-infix-ops)
(#8144) Infix operators must be spaced. (space-infix-ops)
(#8144) Infix operators must be spaced. (space-infix-ops)
(#8144) Infix operators must be spaced. (space-infix-ops)
(#8146) Unexpected space before function parentheses. (space-before-function-paren)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8147) Infix operators must be spaced. (space-infix-ops)
(#8149) Unexpected space before function parentheses. (space-before-function-paren)
(#8150) Expected { after 'if' condition. (curly)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8150) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8151) Infix operators must be spaced. (space-infix-ops)
(#8153) Unexpected space before function parentheses. (space-before-function-paren)
(#8154) Infix operators must be spaced. (space-infix-ops)
(#8154) Infix operators must be spaced. (space-infix-ops)
(#8156) Unexpected space before function parentheses. (space-before-function-paren)
(#8157) Infix operators must be spaced. (space-infix-ops)
(#8157) Infix operators must be spaced. (space-infix-ops)
(#8159) Unexpected space before function parentheses. (space-before-function-paren)
(#8160) Infix operators must be spaced. (space-infix-ops)
(#8160) Infix operators must be spaced. (space-infix-ops)
(#8160) Infix operators must be spaced. (space-infix-ops)
(#8162) Unexpected space before function parentheses. (space-before-function-paren)
(#8163) Infix operators must be spaced. (space-infix-ops)
(#8163) Infix operators must be spaced. (space-infix-ops)
(#8165) Unexpected space before function parentheses. (space-before-function-paren)
(#8166) Infix operators must be spaced. (space-infix-ops)
(#8166) Infix operators must be spaced. (space-infix-ops)
(#8166) Infix operators must be spaced. (space-infix-ops)
(#8168) Unexpected space before function parentheses. (space-before-function-paren)
(#8169) Expected { after 'if' condition. (curly)
(#8169) Infix operators must be spaced. (space-infix-ops)
(#8170) Expected { after 'if' condition. (curly)
(#8170) Infix operators must be spaced. (space-infix-ops)
(#8170) Infix operators must be spaced. (space-infix-ops)
(#8171) Expected { after 'if' condition. (curly)
(#8171) Infix operators must be spaced. (space-infix-ops)
(#8171) Infix operators must be spaced. (space-infix-ops)
(#8171) Infix operators must be spaced. (space-infix-ops)
(#8172) Infix operators must be spaced. (space-infix-ops)
(#8174) Unexpected space before function parentheses. (space-before-function-paren)
(#8175) Infix operators must be spaced. (space-infix-ops)
(#8175) Infix operators must be spaced. (space-infix-ops)
(#8177) Unexpected space before function parentheses. (space-before-function-paren)
(#8178) Infix operators must be spaced. (space-infix-ops)
(#8178) Infix operators must be spaced. (space-infix-ops)
(#8178) Infix operators must be spaced. (space-infix-ops)
(#8178) Infix operators must be spaced. (space-infix-ops)
(#8180) Unexpected space before function parentheses. (space-before-function-paren)
(#8181) Expected { after 'if' condition. (curly)
(#8181) Infix operators must be spaced. (space-infix-ops)
(#8181) Infix operators must be spaced. (space-infix-ops)
(#8181) Infix operators must be spaced. (space-infix-ops)
(#8181) Infix operators must be spaced. (space-infix-ops)
(#8182) Infix operators must be spaced. (space-infix-ops)
(#8182) Infix operators must be spaced. (space-infix-ops)
(#8182) Infix operators must be spaced. (space-infix-ops)
(#8184) Unexpected space before function parentheses. (space-before-function-paren)
(#8185) 's' used outside of binding context. (block-scoped-var)
(#8185) Infix operators must be spaced. (space-infix-ops)
(#8185) Missing whitespace after semicolon. (semi-spacing)
(#8185) Infix operators must be spaced. (space-infix-ops)
(#8185) Missing whitespace after semicolon. (semi-spacing)
(#8185) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8185) Infix operators must be spaced. (space-infix-ops)
(#8186) Expected { after 'if' condition. (curly)
(#8186) Infix operators must be spaced. (space-infix-ops)
(#8186) Multiple spaces found before 'if'. (no-multi-spaces)
(#8186) Expected { after 'if' condition. (curly)
(#8186) Infix operators must be spaced. (space-infix-ops)
(#8186) Infix operators must be spaced. (space-infix-ops)
(#8186) Infix operators must be spaced. (space-infix-ops)
(#8186) Expected { after 'if' condition. (curly)
(#8186) Multiple spaces found before 'if'. (no-multi-spaces)
(#8186) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8186) Infix operators must be spaced. (space-infix-ops)
(#8186) Infix operators must be spaced. (space-infix-ops)
(#8186) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8187) Statement inside of curly braces should be on next line. (brace-style)
(#8187) Infix operators must be spaced. (space-infix-ops)
(#8187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8187) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8187) 's' is already defined (no-redeclare)
(#8187) Infix operators must be spaced. (space-infix-ops)
(#8187) Infix operators must be spaced. (space-infix-ops)
(#8188) Expected { after 'else'. (curly)
(#8188) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8188) 's' is already defined (no-redeclare)
(#8188) 's' used outside of binding context. (block-scoped-var)
(#8188) Infix operators must be spaced. (space-infix-ops)
(#8188) Infix operators must be spaced. (space-infix-ops)
(#8188) Unexpected space between function name and paren. (no-spaced-func)
(#8188) Infix operators must be spaced. (space-infix-ops)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) A space is required after ','. (comma-spacing)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) There should be no spaces inside this paren. (space-in-parens)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) 's' used outside of binding context. (block-scoped-var)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) Infix operators must be spaced. (space-infix-ops)
(#8189) There should be no spaces inside this paren. (space-in-parens)
(#8191) Unexpected space before function parentheses. (space-before-function-paren)
(#8192) 's' used outside of binding context. (block-scoped-var)
(#8192) Infix operators must be spaced. (space-infix-ops)
(#8192) Missing whitespace after semicolon. (semi-spacing)
(#8192) Infix operators must be spaced. (space-infix-ops)
(#8192) Missing whitespace after semicolon. (semi-spacing)
(#8192) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8192) Infix operators must be spaced. (space-infix-ops)
(#8193) Expected { after 'if' condition. (curly)
(#8193) Infix operators must be spaced. (space-infix-ops)
(#8193) Expected { after 'if' condition. (curly)
(#8193) Multiple spaces found before 'if'. (no-multi-spaces)
(#8193) Infix operators must be spaced. (space-infix-ops)
(#8193) Infix operators must be spaced. (space-infix-ops)
(#8193) Infix operators must be spaced. (space-infix-ops)
(#8193) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8193) Multiple spaces found before 'if'. (no-multi-spaces)
(#8193) Expected { after 'if' condition. (curly)
(#8193) Infix operators must be spaced. (space-infix-ops)
(#8193) Infix operators must be spaced. (space-infix-ops)
(#8193) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8194) Statement inside of curly braces should be on next line. (brace-style)
(#8194) Infix operators must be spaced. (space-infix-ops)
(#8194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8194) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8194) 's' is already defined (no-redeclare)
(#8194) Infix operators must be spaced. (space-infix-ops)
(#8194) Infix operators must be spaced. (space-infix-ops)
(#8195) Expected { after 'else'. (curly)
(#8195) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8195) 's' is already defined (no-redeclare)
(#8195) 's' used outside of binding context. (block-scoped-var)
(#8195) Infix operators must be spaced. (space-infix-ops)
(#8195) Infix operators must be spaced. (space-infix-ops)
(#8195) Unexpected space between function name and paren. (no-spaced-func)
(#8195) Infix operators must be spaced. (space-infix-ops)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) A space is required after ','. (comma-spacing)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) There should be no spaces inside this paren. (space-in-parens)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) 's' used outside of binding context. (block-scoped-var)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) Infix operators must be spaced. (space-infix-ops)
(#8196) There should be no spaces inside this paren. (space-in-parens)
(#8198) Unexpected space before function parentheses. (space-before-function-paren)
(#8199) 's' used outside of binding context. (block-scoped-var)
(#8199) Infix operators must be spaced. (space-infix-ops)
(#8199) Missing whitespace after semicolon. (semi-spacing)
(#8199) Infix operators must be spaced. (space-infix-ops)
(#8199) Missing whitespace after semicolon. (semi-spacing)
(#8199) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8199) Infix operators must be spaced. (space-infix-ops)
(#8200) Expected { after 'if' condition. (curly)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) Expected { after 'if' condition. (curly)
(#8200) Multiple spaces found before 'if'. (no-multi-spaces)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8200) Expected { after 'if' condition. (curly)
(#8200) Multiple spaces found before 'if'. (no-multi-spaces)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8200) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8200) Infix operators must be spaced. (space-infix-ops)
(#8201) Statement inside of curly braces should be on next line. (brace-style)
(#8201) Infix operators must be spaced. (space-infix-ops)
(#8201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8201) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8201) 's' is already defined (no-redeclare)
(#8201) Infix operators must be spaced. (space-infix-ops)
(#8201) Infix operators must be spaced. (space-infix-ops)
(#8202) Expected { after 'else'. (curly)
(#8202) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8202) 's' is already defined (no-redeclare)
(#8202) 's' used outside of binding context. (block-scoped-var)
(#8202) Infix operators must be spaced. (space-infix-ops)
(#8202) Infix operators must be spaced. (space-infix-ops)
(#8202) Unexpected space between function name and paren. (no-spaced-func)
(#8202) Infix operators must be spaced. (space-infix-ops)
(#8203) Expected { after 'if' condition. (curly)
(#8203) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) A space is required after ','. (comma-spacing)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) 's' used outside of binding context. (block-scoped-var)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) Infix operators must be spaced. (space-infix-ops)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) A space is required after ','. (comma-spacing)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) There should be no spaces inside this paren. (space-in-parens)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) 's' used outside of binding context. (block-scoped-var)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) There should be no spaces inside this paren. (space-in-parens)
(#8204) Infix operators must be spaced. (space-infix-ops)
(#8204) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8206) Unexpected space before function parentheses. (space-before-function-paren)
(#8207) Expected { after 'if' condition. (curly)
(#8208) Infix operators must be spaced. (space-infix-ops)
(#8208) Infix operators must be spaced. (space-infix-ops)
(#8208) Infix operators must be spaced. (space-infix-ops)
(#8208) Infix operators must be spaced. (space-infix-ops)
(#8208) Infix operators must be spaced. (space-infix-ops)
(#8208) Infix operators must be spaced. (space-infix-ops)
(#8210) Unexpected space before function parentheses. (space-before-function-paren)
(#8211) Expected { after 'if' condition. (curly)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8212) Infix operators must be spaced. (space-infix-ops)
(#8214) Unexpected space before function parentheses. (space-before-function-paren)
(#8215) Expected { after 'if' condition. (curly)
(#8216) Expected { after 'if' condition. (curly)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8216) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8217) Infix operators must be spaced. (space-infix-ops)
(#8219) Unexpected space before function parentheses. (space-before-function-paren)
(#8220) Unexpected space between function name and paren. (no-spaced-func)
(#8220) Infix operators must be spaced. (space-infix-ops)
(#8222) Unexpected space before function parentheses. (space-before-function-paren)
(#8223) Infix operators must be spaced. (space-infix-ops)
(#8223) Infix operators must be spaced. (space-infix-ops)
(#8224) Infix operators must be spaced. (space-infix-ops)
(#8224) Infix operators must be spaced. (space-infix-ops)
(#8224) Infix operators must be spaced. (space-infix-ops)
(#8225) Infix operators must be spaced. (space-infix-ops)
(#8226) Infix operators must be spaced. (space-infix-ops)
(#8226) Infix operators must be spaced. (space-infix-ops)
(#8226) Infix operators must be spaced. (space-infix-ops)
(#8226) Infix operators must be spaced. (space-infix-ops)
(#8226) Infix operators must be spaced. (space-infix-ops)
(#8226) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8227) Infix operators must be spaced. (space-infix-ops)
(#8228) Infix operators must be spaced. (space-infix-ops)
(#8228) Infix operators must be spaced. (space-infix-ops)
(#8228) Infix operators must be spaced. (space-infix-ops)
(#8228) Infix operators must be spaced. (space-infix-ops)
(#8228) Infix operators must be spaced. (space-infix-ops)
(#8228) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8230) Infix operators must be spaced. (space-infix-ops)
(#8230) Infix operators must be spaced. (space-infix-ops)
(#8230) Infix operators must be spaced. (space-infix-ops)
(#8230) Infix operators must be spaced. (space-infix-ops)
(#8230) Infix operators must be spaced. (space-infix-ops)
(#8230) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8233) Unexpected space before function parentheses. (space-before-function-paren)
(#8234) Expected { after 'if' condition. (curly)
(#8234) Infix operators must be spaced. (space-infix-ops)
(#8234) Unexpected space between function name and paren. (no-spaced-func)
(#8234) Infix operators must be spaced. (space-infix-ops)
(#8234) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8235) Unexpected space between function name and paren. (no-spaced-func)
(#8235) Infix operators must be spaced. (space-infix-ops)
(#8235) Infix operators must be spaced. (space-infix-ops)
(#8235) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8235) Infix operators must be spaced. (space-infix-ops)
(#8235) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#8272) 'jQuery' is not defined. (no-undef)
(#8292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8292) A space is required after ','. (comma-spacing)
(#8292) A space is required after ','. (comma-spacing)
(#8300) Missing space before value for key 'overflow'. (key-spacing)
(#8303) Expected { after 'if' condition. (curly)
(#8303) Expected space(s) after "if". (keyword-spacing)
(#8311) Expected space(s) after "if". (keyword-spacing)
(#8311) Expected { after 'if' condition. (curly)
(#8313) Expected space(s) after "if". (keyword-spacing)
(#8313) Expected { after 'if' condition. (curly)
(#8321) 'jQuery' is not defined. (no-undef)
(#8338) Function 'anonymous' has a complexity of 27. (complexity)
(#8341) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8341) A space is required after ','. (comma-spacing)
(#8341) A space is required after ','. (comma-spacing)
(#8349) Expected { after 'if' condition. (curly)
(#8356) 'distance' is already defined (no-redeclare)
(#8356) Missing space before value for key 'margin'. (key-spacing)
(#8356) Missing space before value for key 'margin'. (key-spacing)
(#8357) Expected { after 'if' condition. (curly)
(#8358) Expected { after 'if' condition. (curly)
(#8359) Expected { after 'if' condition. (curly)
(#8363) 'animation' used outside of binding context. (block-scoped-var)
(#8364) 'animation' used outside of binding context. (block-scoped-var)
(#8365) 'animation' used outside of binding context. (block-scoped-var)
(#8368) Unnecessary semicolon. (no-extra-semi)
(#8370) 'animation1' used outside of binding context. (block-scoped-var)
(#8370) 'animation2' used outside of binding context. (block-scoped-var)
(#8370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8371) 'animation1' used outside of binding context. (block-scoped-var)
(#8372) 'animation2' used outside of binding context. (block-scoped-var)
(#8373) 'animation1' used outside of binding context. (block-scoped-var)
(#8373) 'animation2' used outside of binding context. (block-scoped-var)
(#8375) Unnecessary semicolon. (no-extra-semi)
(#8377) 'animation' used outside of binding context. (block-scoped-var)
(#8377) 'animation' is already defined (no-redeclare)
(#8378) 'animation' used outside of binding context. (block-scoped-var)
(#8378) Multiple spaces found before '+'. (no-multi-spaces)
(#8379) 'animation' used outside of binding context. (block-scoped-var)
(#8379) Missing space before opening brace. (space-before-blocks)
(#8382) Expected space(s) after "if". (keyword-spacing)
(#8382) Expected { after 'if' condition. (curly)
(#8385) 'animation1' used outside of binding context. (block-scoped-var)
(#8385) 'animation1' is already defined (no-redeclare)
(#8385) 'animation2' is already defined (no-redeclare)
(#8385) 'animation2' used outside of binding context. (block-scoped-var)
(#8385) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8386) 'animation1' used outside of binding context. (block-scoped-var)
(#8387) 'animation2' used outside of binding context. (block-scoped-var)
(#8388) 'animation1' used outside of binding context. (block-scoped-var)
(#8388) 'animation2' used outside of binding context. (block-scoped-var)
(#8388) Missing space before opening brace. (space-before-blocks)
(#8390) Expected { after 'if' condition. (curly)
(#8390) Expected space(s) after "if". (keyword-spacing)
(#8392) Unnecessary semicolon. (no-extra-semi)
(#8393) Statement inside of curly braces should be on next line. (brace-style)
(#8393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8399) 'jQuery' is not defined. (no-undef)
(#8419) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8419) A space is required after ','. (comma-spacing)
(#8419) A space is required after ','. (comma-spacing)
(#8419) A space is required after ','. (comma-spacing)
(#8419) A space is required after ','. (comma-spacing)
(#8427) Missing space before value for key 'overflow'. (key-spacing)
(#8434) Expected space(s) after "if". (keyword-spacing)
(#8434) Statement inside of curly braces should be on next line. (brace-style)
(#8434) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8434) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8442) There should be no space after '{' (object-curly-spacing)
(#8443) Expected space(s) after "if". (keyword-spacing)
(#8443) Expected { after 'if' condition. (curly)
(#8445) Expected { after 'if' condition. (curly)
(#8445) Expected space(s) after "if". (keyword-spacing)
(#8453) 'jQuery' is not defined. (no-undef)
(#8473) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8473) A space is required after ','. (comma-spacing)
(#8473) A space is required after ','. (comma-spacing)
(#8473) A space is required after ','. (comma-spacing)
(#8484) Missing space before value for key 'margin'. (key-spacing)
(#8484) Missing space before value for key 'margin'. (key-spacing)
(#8485) Expected { after 'if' condition. (curly)
(#8489) Do not nest ternary expressions (no-nested-ternary)
(#8492) There should be no space after '{' (object-curly-spacing)
(#8493) Expected { after 'if' condition. (curly)
(#8493) Expected space(s) after "if". (keyword-spacing)
(#8495) Expected { after 'if' condition. (curly)
(#8495) Expected space(s) after "if". (keyword-spacing)
(#8503) 'jQuery' is not defined. (no-undef)
(#8525) Do not nest ternary expressions (no-nested-ternary)
(#8529) Expected space or tab after '//' in comment. (spaced-comment)
(#8530) A space is required after ','. (comma-spacing)
(#8531) A space is required after ','. (comma-spacing)
(#8536) Expected space(s) after "for". (keyword-spacing)
(#8536) Infix operators must be spaced. (space-infix-ops)
(#8536) Missing whitespace after semicolon. (semi-spacing)
(#8536) Infix operators must be spaced. (space-infix-ops)
(#8536) Missing whitespace after semicolon. (semi-spacing)
(#8537) Expected space(s) after "for". (keyword-spacing)
(#8537) Infix operators must be spaced. (space-infix-ops)
(#8537) Missing whitespace after semicolon. (semi-spacing)
(#8537) Infix operators must be spaced. (space-infix-ops)
(#8537) Missing whitespace after semicolon. (semi-spacing)
(#8545) Infix operators must be spaced. (space-infix-ops)
(#8545) Infix operators must be spaced. (space-infix-ops)
(#8546) Infix operators must be spaced. (space-infix-ops)
(#8546) Infix operators must be spaced. (space-infix-ops)
(#8553) Infix operators must be spaced. (space-infix-ops)
(#8554) Infix operators must be spaced. (space-infix-ops)
(#8555) Infix operators must be spaced. (space-infix-ops)
(#8555) Infix operators must be spaced. (space-infix-ops)
(#8555) Infix operators must be spaced. (space-infix-ops)
(#8555) Infix operators must be spaced. (space-infix-ops)
(#8555) Infix operators must be spaced. (space-infix-ops)
(#8555) Infix operators must be spaced. (space-infix-ops)
(#8556) Infix operators must be spaced. (space-infix-ops)
(#8556) Infix operators must be spaced. (space-infix-ops)
(#8556) Infix operators must be spaced. (space-infix-ops)
(#8556) Infix operators must be spaced. (space-infix-ops)
(#8556) Infix operators must be spaced. (space-infix-ops)
(#8556) Infix operators must be spaced. (space-infix-ops)
(#8559) Infix operators must be spaced. (space-infix-ops)
(#8559) Infix operators must be spaced. (space-infix-ops)
(#8559) Infix operators must be spaced. (space-infix-ops)
(#8559) Infix operators must be spaced. (space-infix-ops)
(#8559) Infix operators must be spaced. (space-infix-ops)
(#8559) Infix operators must be spaced. (space-infix-ops)
(#8560) Infix operators must be spaced. (space-infix-ops)
(#8560) Infix operators must be spaced. (space-infix-ops)
(#8560) Infix operators must be spaced. (space-infix-ops)
(#8560) Infix operators must be spaced. (space-infix-ops)
(#8560) Infix operators must be spaced. (space-infix-ops)
(#8560) Infix operators must be spaced. (space-infix-ops)
(#8569) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8569) There should be no space after '{' (object-curly-spacing)
(#8569) There should be no space before '}' (object-curly-spacing)
(#8569) There should be no space after '{' (object-curly-spacing)
(#8569) There should be no space before '}' (object-curly-spacing)
(#8570) Expected { after 'if' condition. (curly)
(#8570) Expected space(s) after "if". (keyword-spacing)
(#8582) 'jQuery' is not defined. (no-undef)
(#8602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8602) A space is required after ','. (comma-spacing)
(#8602) A space is required after ','. (comma-spacing)
(#8612) Missing space before value for key 'overflow'. (key-spacing)
(#8617) Expected space(s) after "if". (keyword-spacing)
(#8617) Expected { after 'if' condition. (curly)
(#8617) A space is required after ','. (comma-spacing)
(#8618) Expected space(s) after "if". (keyword-spacing)
(#8618) Expected { after 'if' condition. (curly)
(#8621) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8628) Expected { after 'if' condition. (curly)
(#8628) Expected space(s) after "if". (keyword-spacing)
(#8630) Expected { after 'if' condition. (curly)
(#8630) Expected space(s) after "if". (keyword-spacing)
(#8638) 'jQuery' is not defined. (no-undef)
(#8658) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8658) A space is required after ','. (comma-spacing)
(#8658) A space is required after ','. (comma-spacing)
(#8670) There should be no space before '}' (object-curly-spacing)
(#8671) Expected { after 'if' condition. (curly)
(#8671) ["opacity"] is better written in dot notation. (dot-notation)
(#8674) There should be no space after '{' (object-curly-spacing)
(#8675) Expected { after 'if' condition. (curly)
(#8675) Expected space(s) after "if". (keyword-spacing)
(#8677) Expected { after 'if' condition. (curly)
(#8678) Expected space(s) after "if". (keyword-spacing)
(#8678) Expected { after 'if' condition. (curly)
(#8686) 'jQuery' is not defined. (no-undef)
(#8714) Expected { after 'if' condition. (curly)
(#8719) Infix operators must be spaced. (space-infix-ops)
(#8725) Unnecessary semicolon. (no-extra-semi)
(#8727) Missing space before opening brace. (space-before-blocks)
(#8729) Expected { after 'if' condition. (curly)
(#8729) Expected space(s) after "if". (keyword-spacing)
(#8732) Missing space before opening brace. (space-before-blocks)
(#8733) Expected space(s) after "if". (keyword-spacing)
(#8733) Expected { after 'if' condition. (curly)
(#8735) Unnecessary semicolon. (no-extra-semi)
(#8736) Statement inside of curly braces should be on next line. (brace-style)
(#8736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8742) 'jQuery' is not defined. (no-undef)
(#8767) A space is required after ','. (comma-spacing)
(#8797) Line 8797 exceeds the maximum line length of 132. (max-len)
(#8797) A space is required after ','. (comma-spacing)
(#8797) Do not nest ternary expressions (no-nested-ternary)
(#8797) A space is required after ','. (comma-spacing)
(#8801) A space is required after ','. (comma-spacing)
(#8815) Requires a space after '{'. (block-spacing)
(#8815) Statement inside of curly braces should be on next line. (brace-style)
(#8815) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8815) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8815) Requires a space before '}'. (block-spacing)
(#8815) Unnecessary semicolon. (no-extra-semi)
(#8816) Requires a space after '{'. (block-spacing)
(#8816) Statement inside of curly braces should be on next line. (brace-style)
(#8816) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8816) Requires a space before '}'. (block-spacing)
(#8816) Unnecessary semicolon. (no-extra-semi)
(#8817) Unnecessary semicolon. (no-extra-semi)
(#8820) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8834) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8834) A space is required after ','. (comma-spacing)
(#8834) A space is required after ','. (comma-spacing)
(#8834) A space is required after ','. (comma-spacing)
(#8834) A space is required after ','. (comma-spacing)
(#8834) A space is required after ','. (comma-spacing)
(#8834) A space is required after ','. (comma-spacing)
(#8835) A space is required after ','. (comma-spacing)
(#8835) A space is required after ','. (comma-spacing)
(#8835) A space is required after ','. (comma-spacing)
(#8835) A space is required after ','. (comma-spacing)
(#8836) A space is required after ','. (comma-spacing)
(#8836) A space is required after ','. (comma-spacing)
(#8856) Unnecessary semicolon. (no-extra-semi)
(#8866) Unnecessary semicolon. (no-extra-semi)
(#8871) Unnecessary semicolon. (no-extra-semi)
(#8872) Unnecessary semicolon. (no-extra-semi)
(#8878) Unnecessary semicolon. (no-extra-semi)
(#8879) Unnecessary semicolon. (no-extra-semi)
(#8882) A space is required after ','. (comma-spacing)
(#8886) A space is required after ','. (comma-spacing)
(#8887) A space is required after ','. (comma-spacing)
(#8889) Missing space before opening brace. (space-before-blocks)
(#8890) 'child' is not defined. (no-undef)
(#8891) Expected { after 'if' condition. (curly)
(#8891) 'child' is not defined. (no-undef)
(#8892) Identifier 'c_original' is not in camel case. (camelcase)
(#8892) 'child' is not defined. (no-undef)
(#8892) 'child' is not defined. (no-undef)
(#8893) 'child' is not defined. (no-undef)
(#8893) Identifier 'c_original' is not in camel case. (camelcase)
(#8893) Identifier 'c_original' is not in camel case. (camelcase)
(#8894) 'child' is not defined. (no-undef)
(#8894) Identifier 'c_original' is not in camel case. (camelcase)
(#8894) Identifier 'c_original' is not in camel case. (camelcase)
(#8896) 'child' is not defined. (no-undef)
(#8896) 'child' is not defined. (no-undef)
(#8896) 'child' is not defined. (no-undef)
(#8897) 'child' is not defined. (no-undef)
(#8897) 'child' is not defined. (no-undef)
(#8897) 'child' is not defined. (no-undef)
(#8898) Unnecessary semicolon. (no-extra-semi)
(#8900) 'child' is not defined. (no-undef)
(#8900) 'child' is not defined. (no-undef)
(#8900) 'child' is not defined. (no-undef)
(#8901) 'child' is not defined. (no-undef)
(#8901) 'child' is not defined. (no-undef)
(#8901) 'child' is not defined. (no-undef)
(#8902) Unnecessary semicolon. (no-extra-semi)
(#8903) 'child' is not defined. (no-undef)
(#8903) 'child' is not defined. (no-undef)
(#8904) 'child' is not defined. (no-undef)
(#8904) 'child' is not defined. (no-undef)
(#8904) Missing space before opening brace. (space-before-blocks)
(#8905) Expected { after 'if' condition. (curly)
(#8905) 'child' is not defined. (no-undef)
(#8908) Unnecessary semicolon. (no-extra-semi)
(#8911) There should be no space after '{' (object-curly-spacing)
(#8912) Expected { after 'if' condition. (curly)
(#8912) Expected space(s) after "if". (keyword-spacing)
(#8914) Expected { after 'if' condition. (curly)
(#8914) Expected space(s) after "if". (keyword-spacing)
(#8922) 'jQuery' is not defined. (no-undef)
(#8942) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8942) A space is required after ','. (comma-spacing)
(#8942) A space is required after ','. (comma-spacing)
(#8945) 'mode' is defined but never used (no-unused-vars)
(#8958) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8958) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8959) Multiple spaces found before '+'. (no-multi-spaces)
(#8960) Multiple spaces found before '+'. (no-multi-spaces)
(#8961) Multiple spaces found before '+'. (no-multi-spaces)
(#8967) Unnecessary semicolon. (no-extra-semi)
(#8969) Missing space before opening brace. (space-before-blocks)
(#8971) Expected { after 'if' condition. (curly)
(#8971) Expected space(s) after "if". (keyword-spacing)
(#8973) Statement inside of curly braces should be on next line. (brace-style)
(#8973) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8979) 'jQuery' is not defined. (no-undef)
(#8999) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8999) A space is required after ','. (comma-spacing)
(#8999) A space is required after ','. (comma-spacing)
(#9007) Missing space before value for key 'overflow'. (key-spacing)
(#9010) Missing space before value for key 'margin'. (key-spacing)
(#9010) Missing space before value for key 'margin'. (key-spacing)
(#9011) Expected { after 'if' condition. (curly)
(#9015) Do not nest ternary expressions (no-nested-ternary)
(#9018) There should be no space after '{' (object-curly-spacing)
(#9019) Expected { after 'if' condition. (curly)
(#9019) Expected space(s) after "if". (keyword-spacing)
(#9021) Expected space(s) after "if". (keyword-spacing)
(#9021) Expected { after 'if' condition. (curly)
(#9029) 'jQuery' is not defined. (no-undef)
(#9068) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9074) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.accordion.js
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#62) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#74) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#80) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#99) Expected { after 'if' condition. (curly)
(#100) A space is required after ','. (comma-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) unnecessary '.call()'. (no-useless-call)
(#124) Line 124 exceeds the maximum line length of 132. (max-len)
(#129) Trailing spaces not allowed. (no-trailing-spaces)
(#131) Expected space(s) after "if". (keyword-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Trailing spaces not allowed. (no-trailing-spaces)
(#137) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Expected { after 'if' condition. (curly)
(#146) Expected space(s) after "switch". (keyword-spacing)
(#157) Expected no return value. (consistent-return)
(#157) There should be no space after '{' (object-curly-spacing)
(#157) There should be no space before '}' (object-curly-spacing)
(#161) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#164) Expected no return value. (consistent-return)
(#167) Expected no return value. (consistent-return)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Trailing spaces not allowed. (no-trailing-spaces)
(#177) Line 177 exceeds the maximum line length of 132. (max-len)
(#177) Expected space(s) after "if". (keyword-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) 'defOverflow' used outside of binding context. (block-scoped-var)
(#180) Trailing spaces not allowed. (no-trailing-spaces)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#203) There should be no space after '{' (object-curly-spacing)
(#203) There should be no space before '}' (object-curly-spacing)
(#207) Do not nest ternary expressions (no-nested-ternary)
(#219) Expected { after 'if' condition. (curly)
(#259) 'toShow' is already defined (no-redeclare)
(#259) 'toShow' used outside of binding context. (block-scoped-var)
(#260) 'toHide' used outside of binding context. (block-scoped-var)
(#260) 'toHide' is already defined (no-redeclare)
(#261) 'data' is already defined (no-redeclare)
(#261) 'data' used outside of binding context. (block-scoped-var)
(#265) 'toShow' used outside of binding context. (block-scoped-var)
(#266) 'toHide' used outside of binding context. (block-scoped-var)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#271) 'toShow' used outside of binding context. (block-scoped-var)
(#271) 'toHide' used outside of binding context. (block-scoped-var)
(#271) 'data' used outside of binding context. (block-scoped-var)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#285) Expected { after 'if' condition. (curly)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Expected space(s) after "if". (keyword-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Expected no return value. (consistent-return)
(#285) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#357) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#367) Expected { after 'if' condition. (curly)
(#386) Expected space or tab after '//' in comment. (spaced-comment)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no space after '[' (array-bracket-spacing)
(#421) There should be no space before ']' (array-bracket-spacing)
(#426) Line 426 exceeds the maximum line length of 132. (max-len)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#427) Trailing spaces not allowed. (no-trailing-spaces)
(#430) Trailing spaces not allowed. (no-trailing-spaces)
(#437) There should be no space after '{' (object-curly-spacing)
(#437) There should be no space before '}' (object-curly-spacing)
(#438) A space is required after ','. (comma-spacing)
(#446) Trailing spaces not allowed. (no-trailing-spaces)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#477) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.core.js
(#10) Unnecessary semicolon. (no-extra-semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Expected space(s) after "for". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#42) Unexpected use of '&'. (no-bitwise)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Expected space or tab after '//' in comment. (spaced-comment)
(#116) Do not nest ternary expressions (no-nested-ternary)
(#120) Do not nest ternary expressions (no-nested-ternary)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Expected space(s) after "if". (keyword-spacing)
(#165) Line 165 exceeds the maximum line length of 132. (max-len)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#169) Line 169 exceeds the maximum line length of 132. (max-len)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Do not nest ternary expressions (no-nested-ternary)
(#206) Missing JSDoc comment. (require-jsdoc)
(#207) Missing JSDoc comment. (require-jsdoc)
(#245) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#249) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Expected to return a value at the end of this function. (consistent-return)
(#276) Expected to return a value at the end of this function. (consistent-return)
(#295) Unexpected empty function. (no-empty-function)
(#302) Expected to return a value at the end of this function. (consistent-return)
(#326) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#377) Infix operators must be spaced. (space-infix-ops)
(#380) Infix operators must be spaced. (space-infix-ops)
(#380) Expected to return a value at the end of this function. (consistent-return)
(#381) Expected space(s) after "if". (keyword-spacing)
(#400) Infix operators must be spaced. (space-infix-ops)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#420) Line 420 exceeds the maximum line length of 132. (max-len)
(#422) Expected no return value. (consistent-return)
(#436) Expected no return value. (consistent-return)
(#448) Infix operators must be spaced. (space-infix-ops)
(#449) Infix operators must be spaced. (space-infix-ops)
(#454) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#457) Expected no return value. (consistent-return)
(#474) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Infix operators must be spaced. (space-infix-ops)
(#483) Infix operators must be spaced. (space-infix-ops)
(#502) 'event' is defined but never used (no-unused-vars)
(#507) 'event' is defined but never used (no-unused-vars)
(#507) Unexpected empty function. (no-empty-function)
(#508) 'event' is defined but never used (no-unused-vars)
(#508) Unexpected empty function. (no-empty-function)
(#509) 'event' is defined but never used (no-unused-vars)
(#509) Unexpected empty function. (no-empty-function)
(#510) 'event' is defined but never used (no-unused-vars)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#519) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.datepicker.js
(#16) There should be no space after '{' (object-curly-spacing)
(#16) There should be no space after '{' (object-curly-spacing)
(#16) There should be no space before '}' (object-curly-spacing)
(#16) There should be no space before '}' (object-curly-spacing)
(#25) Missing JSDoc comment. (require-jsdoc)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#104) Line 104 exceeds the maximum line length of 132. (max-len)
(#112) Unexpected space before function parentheses. (space-before-function-paren)
(#113) Expected { after 'if' condition. (curly)
(#114) Unexpected console statement. (no-console)
(#136) eval can be harmful. (no-eval)
(#144) Expected { after 'if' condition. (curly)
(#163) Line 163 exceeds the maximum line length of 132. (max-len)
(#170) Expected { after 'if' condition. (curly)
(#174) Expected { after 'if' condition. (curly)
(#177) Expected { after 'if' condition. (curly)
(#184) There should be no space after '{' (object-curly-spacing)
(#184) There should be no space before '}' (object-curly-spacing)
(#187) There should be no space after '{' (object-curly-spacing)
(#187) Missing space before value for key 'src'. (key-spacing)
(#187) Missing space before value for key 'alt'. (key-spacing)
(#187) Missing space before value for key 'title'. (key-spacing)
(#187) There should be no space before '}' (object-curly-spacing)
(#190) Expected { after 'if' condition. (curly)
(#192) Expected { after 'else'. (curly)
(#209) Expected { after 'if' condition. (curly)
(#212) Missing space before opening brace. (space-before-blocks)
(#214) Missing space before opening brace. (space-before-blocks)
(#247) Do not nest ternary expressions (no-nested-ternary)
(#263) Expected { after 'if' condition. (curly)
(#286) Expected { after 'if' condition. (curly)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#306) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#311) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#311) Statement inside of curly braces should be on next line. (brace-style)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#330) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Expected { after 'if' condition. (curly)
(#361) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#362) Expected an object to be thrown. (no-throw-literal)
(#428) Expected { after 'if' condition. (curly)
(#434) Function '_doKeyDown' has a complexity of 42. (complexity)
(#434) Expected to return a value at the end of this function. (consistent-return)
(#439) Expected { after 'if' condition. (curly)
(#441) Multiple spaces found before '$'. (no-multi-spaces)
(#445) Expected { after 'if' condition. (curly)
(#447) Expected { after 'else'. (curly)
(#450) Unreachable code. (no-unreachable)
(#461) Expected { after 'if' condition. (curly)
(#464) Expected { after 'if' condition. (curly)
(#467) Expected { after 'if' condition. (curly)
(#470) Expected { after 'if' condition. (curly)
(#475) Expected { after 'if' condition. (curly)
(#478) Expected { after 'if' condition. (curly)
(#481) Expected { after 'if' condition. (curly)
(#486) Expected { after 'if' condition. (curly)
(#491) Expected { after 'if' condition. (curly)
(#503) Expected to return a value at the end of this function. (consistent-return)
(#517) Expected { after 'if' condition. (curly)
(#519) Expected { after 'if' condition. (curly)
(#527) Expected { after 'if' condition. (curly)
(#535) Unexpected use of '|='. (no-bitwise)
(#551) Do not nest ternary expressions (no-nested-ternary)
(#559) Expected { after 'if' condition. (curly)
(#559) A space is required after ','. (comma-spacing)
(#563) Expected { after 'if' condition. (curly)
(#565) Expected { after 'else'. (curly)
(#567) Expected { after 'if' condition. (curly)
(#569) Expected { after 'if' condition. (curly)
(#585) Missing space before opening brace. (space-before-blocks)
(#587) Expected { after 'if' condition. (curly)
(#587) Expected space(s) after "if". (keyword-spacing)
(#588) Expected space(s) after "if". (keyword-spacing)
(#588) Expected { after 'if' condition. (curly)
(#590) Missing space before opening brace. (space-before-blocks)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#594) Expected { after 'if' condition. (curly)
(#594) Expected space(s) after "if". (keyword-spacing)
(#595) Expected { after 'if' condition. (curly)
(#595) Expected space(s) after "if". (keyword-spacing)
(#614) Expected { after 'if' condition. (curly)
(#624) Line 624 exceeds the maximum line length of 132. (max-len)
(#625) Line 625 exceeds the maximum line length of 132. (max-len)
(#633) Line 633 exceeds the maximum line length of 132. (max-len)
(#633) Infix operators must be spaced. (space-infix-ops)
(#644) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#652) Expected { after 'if' condition. (curly)
(#654) Expected { after 'if' condition. (curly)
(#659) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#664) Expected { after 'if' condition. (curly)
(#667) Expected { after 'else'. (curly)
(#668) Do not nest ternary expressions (no-nested-ternary)
(#668) Do not nest ternary expressions (no-nested-ternary)
(#670) Expected { after 'if' condition. (curly)
(#673) Expected { after 'if' condition. (curly)
(#679) There should be no space after '{' (object-curly-spacing)
(#679) There should be no space before '}' (object-curly-spacing)
(#697) Expected { after 'if' condition. (curly)
(#700) Expected { after 'if' condition. (curly)
(#729) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#746) A space is required after ','. (comma-spacing)
(#755) Expected { after 'if' condition. (curly)
(#795) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#796) Expected { after 'if' condition. (curly)
(#800) Expected { after 'if' condition. (curly)
(#802) Expected { after 'if' condition. (curly)
(#804) Expected { after 'if' condition. (curly)
(#809) Expected { after 'if' condition. (curly)
(#809) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#821) 'dateStr' is not defined. (no-undef)
(#822) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#822) Statement inside of curly braces should be on next line. (brace-style)
(#822) 'dateStr' is not defined. (no-undef)
(#866) Function 'parseDate' has a complexity of 36. (complexity)
(#866) Unexpected space before function parentheses. (space-before-function-paren)
(#867) Expected { after 'if' condition. (curly)
(#867) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#867) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#868) Expected an object to be thrown. (no-throw-literal)
(#870) Expected { after 'if' condition. (curly)
(#884) 'iFormat' used outside of binding context. (block-scoped-var)
(#884) 'iFormat' used outside of binding context. (block-scoped-var)
(#885) Expected { after 'if' condition. (curly)
(#886) 'iFormat' used outside of binding context. (block-scoped-var)
(#892) Do not nest ternary expressions (no-nested-ternary)
(#892) Do not nest ternary expressions (no-nested-ternary)
(#897) A space is required after ','. (comma-spacing)
(#900) Expected { after 'if' condition. (curly)
(#901) Expected an object to be thrown. (no-throw-literal)
(#908) Expected { after 'for' condition. (curly)
(#914) Expected { after 'for' condition. (curly)
(#915) Expected { after 'if' condition. (curly)
(#919) Expected an object to be thrown. (no-throw-literal)
(#923) Expected { after 'if' condition. (curly)
(#923) 'iFormat' used outside of binding context. (block-scoped-var)
(#924) Expected an object to be thrown. (no-throw-literal)
(#929) Expected { after 'if' condition. (curly)
(#934) Expected { after 'else'. (curly)
(#961) Expected { after 'if' condition. (curly)
(#963) Expected { after 'else'. (curly)
(#970) Expected { after 'if' condition. (curly)
(#972) Expected { after 'if' condition. (curly)
(#978) Unexpected constant condition. (no-constant-condition)
(#980) Expected { after 'if' condition. (curly)
(#986) 'date' used outside of binding context. (block-scoped-var)
(#986) 'date' is already defined (no-redeclare)
(#987) Expected { after 'if' condition. (curly)
(#987) 'date' used outside of binding context. (block-scoped-var)
(#987) 'date' used outside of binding context. (block-scoped-var)
(#987) 'date' used outside of binding context. (block-scoped-var)
(#988) Expected an object to be thrown. (no-throw-literal)
(#989) 'date' used outside of binding context. (block-scoped-var)
(#1031) Function 'formatDate' has a complexity of 26. (complexity)
(#1031) Unexpected space before function parentheses. (space-before-function-paren)
(#1032) Expected { after 'if' condition. (curly)
(#1040) 'iFormat' used outside of binding context. (block-scoped-var)
(#1040) 'iFormat' used outside of binding context. (block-scoped-var)
(#1041) Expected { after 'if' condition. (curly)
(#1042) 'iFormat' used outside of binding context. (block-scoped-var)
(#1048) Expected { after 'if' condition. (curly)
(#1049) Expected { after 'while' condition. (curly)
(#1059) Expected { after 'if' condition. (curly)
(#1061) Expected { after 'if' condition. (curly)
(#1066) Expected { after 'else'. (curly)
(#1076) Expected { after 'for' condition. (curly)
(#1094) Expected { after 'if' condition. (curly)
(#1096) Expected { after 'else'. (curly)
(#1107) Unexpected space before function parentheses. (space-before-function-paren)
(#1110) Expected { after 'for' condition. (curly)
(#1111) Expected { after 'if' condition. (curly)
(#1112) 'lookAhead' is not defined. (no-undef)
(#1116) Expected { after 'else'. (curly)
(#1124) Expected { after 'if' condition. (curly)
(#1124) 'lookAhead' is not defined. (no-undef)
(#1126) Expected { after 'else'. (curly)
(#1146) 'defaultDate' is not defined. (no-undef)
(#1149) 'defaultDate' is not defined. (no-undef)
(#1152) 'defaultDate' is not defined. (no-undef)
(#1190) A space is required after ','. (comma-spacing)
(#1192) A space is required after ','. (comma-spacing)
(#1194) A space is required after ','. (comma-spacing)
(#1198) A space is required after ','. (comma-spacing)
(#1206) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1206) Do not nest ternary expressions (no-nested-ternary)
(#1207) Do not nest ternary expressions (no-nested-ternary)
(#1208) Do not nest ternary expressions (no-nested-ternary)
(#1226) Expected { after 'if' condition. (curly)
(#1232) 'endDate' is defined but never used (no-unused-vars)
(#1240) Expected { after 'if' condition. (curly)
(#1257) Function '_generateHTML' has a complexity of 71. (complexity)
(#1268) 'stepBigMonths' is defined but never used (no-unused-vars)
(#1298) Do not nest ternary expressions (no-nested-ternary)
(#1299) Line 1299 exceeds the maximum line length of 132. (max-len)
(#1300) Line 1300 exceeds the maximum line length of 132. (max-len)
(#1300) There should be no spaces inside this paren. (space-in-parens)
(#1301) Line 1301 exceeds the maximum line length of 132. (max-len)
(#1301) Infix operators must be spaced. (space-infix-ops)
(#1301) Infix operators must be spaced. (space-infix-ops)
(#1301) There should be no spaces inside this paren. (space-in-parens)
(#1306) Do not nest ternary expressions (no-nested-ternary)
(#1307) Line 1307 exceeds the maximum line length of 132. (max-len)
(#1308) Line 1308 exceeds the maximum line length of 132. (max-len)
(#1308) There should be no spaces inside this paren. (space-in-parens)
(#1309) Line 1309 exceeds the maximum line length of 132. (max-len)
(#1309) Infix operators must be spaced. (space-infix-ops)
(#1309) There should be no spaces inside this paren. (space-in-parens)
(#1314) Line 1314 exceeds the maximum line length of 132. (max-len)
(#1316) Line 1316 exceeds the maximum line length of 132. (max-len)
(#1318) A space is required after ','. (comma-spacing)
(#1321) 'dayNamesShort' is defined but never used (no-unused-vars)
(#1327) 'calculateWeek' is defined but never used (no-unused-vars)
(#1341) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1342) Infix operators must be spaced. (space-infix-ops)
(#1342) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1343) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1348) Do not nest ternary expressions (no-nested-ternary)
(#1349) Do not nest ternary expressions (no-nested-ternary)
(#1355) 'dow' used outside of binding context. (block-scoped-var)
(#1355) 'dow' used outside of binding context. (block-scoped-var)
(#1355) 'dow' used outside of binding context. (block-scoped-var)
(#1356) 'dow' used outside of binding context. (block-scoped-var)
(#1357) 'dow' used outside of binding context. (block-scoped-var)
(#1362) Expected { after 'if' condition. (curly)
(#1365) Line 1365 exceeds the maximum line length of 132. (max-len)
(#1370) 'dow' used outside of binding context. (block-scoped-var)
(#1370) 'dow' is already defined (no-redeclare)
(#1370) 'dow' used outside of binding context. (block-scoped-var)
(#1370) 'dow' used outside of binding context. (block-scoped-var)
(#1377) 'dow' used outside of binding context. (block-scoped-var)
(#1379) Line 1379 exceeds the maximum line length of 132. (max-len)
(#1383) Line 1383 exceeds the maximum line length of 132. (max-len)
(#1383) Infix operators must be spaced. (space-infix-ops)
(#1385) Line 1385 exceeds the maximum line length of 132. (max-len)
(#1387) Line 1387 exceeds the maximum line length of 132. (max-len)
(#1388) Line 1388 exceeds the maximum line length of 132. (max-len)
(#1391) Do not nest ternary expressions (no-nested-ternary)
(#1392) Line 1392 exceeds the maximum line length of 132. (max-len)
(#1394) Line 1394 exceeds the maximum line length of 132. (max-len)
(#1407) Trailing spaces not allowed. (no-trailing-spaces)
(#1408) Line 1408 exceeds the maximum line length of 132. (max-len)
(#1408) Infix operators must be spaced. (space-infix-ops)
(#1413) A space is required after ','. (comma-spacing)
(#1420) Function '_generateMonthYearHeader' has a complexity of 26. (complexity)
(#1429) Expected { after 'if' condition. (curly)
(#1437) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1439) Expected { after 'if' condition. (curly)
(#1447) Expected { after 'if' condition. (curly)
(#1450) Expected { after 'if' condition. (curly)
(#1480) Expected { after 'if' condition. (curly)
(#1501) Expected { after 'if' condition. (curly)
(#1508) Expected { after 'if' condition. (curly)
(#1516) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1516) Do not nest ternary expressions (no-nested-ternary)
(#1522) Do not nest ternary expressions (no-nested-ternary)
(#1541) Expected { after 'if' condition. (curly)
(#1574) Do not nest ternary expressions (no-nested-ternary)
(#1582) Missing JSDoc comment. (require-jsdoc)
(#1584) Expected { after 'for-in'. (curly)
(#1585) Expected { after 'if' condition. (curly)
(#1585) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1588) Unnecessary semicolon. (no-extra-semi)
(#1591) Missing JSDoc comment. (require-jsdoc)
(#1591) 'isArray' is defined but never used (no-unused-vars)
(#1593) Unnecessary escape character: \A (no-useless-escape)
(#1594) Unnecessary semicolon. (no-extra-semi)
(#1600) Missing space before opening brace. (space-before-blocks)
(#1610) Expected { after 'if' condition. (curly)
(#1614) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1628) Identifier 'DP_jQuery' is not in camel case. (camelcase)
(#1630) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.dialog.js
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) 'uiDialogContent' is defined but never used (no-unused-vars)
(#116) 'uiDialogTitlebarCloseText' is defined but never used (no-unused-vars)
(#124) 'uiDialogTitle' is defined but never used (no-unused-vars)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#138) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#139) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Trailing spaces not allowed. (no-trailing-spaces)
(#144) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#153) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#158) Trailing spaces not allowed. (no-trailing-spaces)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Expected to return a value at the end of this function. (consistent-return)
(#189) Trailing spaces not allowed. (no-trailing-spaces)
(#193) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#197) There should be no space after '{' (object-curly-spacing)
(#197) There should be no space before '}' (object-curly-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#210) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#217) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Multiple spaces found before '='. (no-multi-spaces)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#306) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#309) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#336) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#346) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#355) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#404) Missing space before opening brace. (space-before-blocks)
(#405) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#419) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#434) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#437) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#441) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Statement inside of curly braces should be on next line. (brace-style)
(#544) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#558) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#650) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.draggable.js
(#19) Expected { after 'if' condition. (curly)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#44) Expected { after 'if' condition. (curly)
(#47) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Expected { after 'if' condition. (curly)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) after "if". (keyword-spacing)
(#75) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#95) Line 95 exceeds the maximum line length of 132. (max-len)
(#95) Expected space or tab after '//' in comment. (spaced-comment)
(#98) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Expected { after 'if' condition. (curly)
(#104) Expected space(s) after "if". (keyword-spacing)
(#107) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Expected { after 'if' condition. (curly)
(#108) Expected space(s) after "if". (keyword-spacing)
(#111) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Expected { after 'if' condition. (curly)
(#122) Line 122 exceeds the maximum line length of 132. (max-len)
(#122) Expected space or tab after '//' in comment. (spaced-comment)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#132) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Expected { after 'if' condition. (curly)
(#139) Expected space(s) after "if". (keyword-spacing)
(#139) Infix operators must be spaced. (space-infix-ops)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Infix operators must be spaced. (space-infix-ops)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Expected { after 'if' condition. (curly)
(#148) Expected space or tab after '//' in comment. (spaced-comment)
(#150) Expected { after 'if' condition. (curly)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Expected space(s) after "if". (keyword-spacing)
(#159) Line 159 exceeds the maximum line length of 132. (max-len)
(#159) Expected space(s) after "if". (keyword-spacing)
(#180) Expected { after 'if' condition. (curly)
(#180) Expected space(s) after "if". (keyword-spacing)
(#190) Line 190 exceeds the maximum line length of 132. (max-len)
(#190) Do not nest ternary expressions (no-nested-ternary)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Expected { after 'if' condition. (curly)
(#195) Expected space(s) after "if". (keyword-spacing)
(#195) Expected { after 'if' condition. (curly)
(#203) Expected space(s) after "if". (keyword-spacing)
(#203) Expected { after 'if' condition. (curly)
(#204) Expected { after 'if' condition. (curly)
(#204) Expected space(s) after "if". (keyword-spacing)
(#205) Expected { after 'if' condition. (curly)
(#205) Expected space(s) after "if". (keyword-spacing)
(#206) Expected space(s) after "if". (keyword-spacing)
(#206) Expected { after 'if' condition. (curly)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Line 219 exceeds the maximum line length of 132. (max-len)
(#219) Expected space(s) after "if". (keyword-spacing)
(#224) Line 224 exceeds the maximum line length of 132. (max-len)
(#224) Expected { after 'if' condition. (curly)
(#224) Expected space(s) after "if". (keyword-spacing)
(#224) Expected space or tab after '//' in comment. (spaced-comment)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#226) There should be no space after '{' (object-curly-spacing)
(#226) There should be no space before '}' (object-curly-spacing)
(#229) A space is required after ','. (comma-spacing)
(#230) A space is required after ','. (comma-spacing)
(#237) Expected space(s) after "if". (keyword-spacing)
(#240) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#244) There should be no space after '{' (object-curly-spacing)
(#244) There should be no space before '}' (object-curly-spacing)
(#251) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Expected { after 'if' condition. (curly)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Expected { after 'if' condition. (curly)
(#271) Line 271 exceeds the maximum line length of 132. (max-len)
(#274) Expected space(s) after "if". (keyword-spacing)
(#275) Expected space(s) after "if". (keyword-spacing)
(#275) Expected { after 'if' condition. (curly)
(#280) Line 280 exceeds the maximum line length of 132. (max-len)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#281) Line 281 exceeds the maximum line length of 132. (max-len)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#282) Line 282 exceeds the maximum line length of 132. (max-len)
(#282) Infix operators must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#283) Line 283 exceeds the maximum line length of 132. (max-len)
(#283) Infix operators must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#285) Expected space(s) after "if". (keyword-spacing)
(#293) Expected { after 'if' condition. (curly)
(#293) Expected space(s) after "if". (keyword-spacing)
(#295) Line 295 exceeds the maximum line length of 132. (max-len)
(#295) 'o' is defined but never used (no-unused-vars)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#300) Line 300 exceeds the maximum line length of 132. (max-len)
(#301) Line 301 exceeds the maximum line length of 132. (max-len)
(#302) Line 302 exceeds the maximum line length of 132. (max-len)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) Do not nest ternary expressions (no-nested-ternary)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#306) Line 306 exceeds the maximum line length of 132. (max-len)
(#307) Line 307 exceeds the maximum line length of 132. (max-len)
(#308) Line 308 exceeds the maximum line length of 132. (max-len)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) Do not nest ternary expressions (no-nested-ternary)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#314) Function '_generatePosition' has a complexity of 24. (complexity)
(#316) Line 316 exceeds the maximum line length of 132. (max-len)
(#316) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#316) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Expected space(s) after "if". (keyword-spacing)
(#334) Expected space(s) after "if". (keyword-spacing)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
(#336) Expected space(s) after "if". (keyword-spacing)
(#337) Expected { after 'if' condition. (curly)
(#337) Expected space(s) after "if". (keyword-spacing)
(#338) Expected space(s) after "if". (keyword-spacing)
(#338) Expected { after 'if' condition. (curly)
(#339) Expected space(s) after "if". (keyword-spacing)
(#339) Expected { after 'if' condition. (curly)
(#340) Expected space(s) after "if". (keyword-spacing)
(#340) Expected { after 'if' condition. (curly)
(#343) Expected space(s) after "if". (keyword-spacing)
(#345) Line 345 exceeds the maximum line length of 132. (max-len)
(#345) Do not nest ternary expressions (no-nested-ternary)
(#345) Do not nest ternary expressions (no-nested-ternary)
(#348) Line 348 exceeds the maximum line length of 132. (max-len)
(#348) Do not nest ternary expressions (no-nested-ternary)
(#348) Do not nest ternary expressions (no-nested-ternary)
(#357) Line 357 exceeds the maximum line length of 132. (max-len)
(#358) Line 358 exceeds the maximum line length of 132. (max-len)
(#359) Line 359 exceeds the maximum line length of 132. (max-len)
(#359) Do not nest ternary expressions (no-nested-ternary)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) Do not nest ternary expressions (no-nested-ternary)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#364) Line 364 exceeds the maximum line length of 132. (max-len)
(#365) Line 365 exceeds the maximum line length of 132. (max-len)
(#366) Line 366 exceeds the maximum line length of 132. (max-len)
(#366) Do not nest ternary expressions (no-nested-ternary)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#366) Do not nest ternary expressions (no-nested-ternary)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) after "if". (keyword-spacing)
(#375) Expected space or tab after '//' in comment. (spaced-comment)
(#385) Line 385 exceeds the maximum line length of 132. (max-len)
(#385) Expected { after 'if' condition. (curly)
(#385) Expected space(s) after "if". (keyword-spacing)
(#385) Expected space or tab after '//' in comment. (spaced-comment)
(#391) 'event' is defined but never used (no-unused-vars)
(#395) Expected space or tab after '//' in comment. (spaced-comment)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#440) There should be no space after '{' (object-curly-spacing)
(#440) There should be no space before '}' (object-curly-spacing)
(#449) Expected space or tab after '//' in comment. (spaced-comment)
(#457) Expected space or tab after '//' in comment. (spaced-comment)
(#459) There should be no space after '{' (object-curly-spacing)
(#459) There should be no space before '}' (object-curly-spacing)
(#462) Expected space(s) after "if". (keyword-spacing)
(#466) Expected space or tab after '//' in comment. (spaced-comment)
(#467) Line 467 exceeds the maximum line length of 132. (max-len)
(#467) Expected space or tab after '//' in comment. (spaced-comment)
(#469) Line 469 exceeds the maximum line length of 132. (max-len)
(#469) Expected space or tab after '//' in comment. (spaced-comment)
(#470) Expected space(s) after "if". (keyword-spacing)
(#470) Expected { after 'if' condition. (curly)
(#472) Expected space or tab after '//' in comment. (spaced-comment)
(#477) Expected space or tab after '//' in comment. (spaced-comment)
(#478) Expected { after 'if' condition. (curly)
(#478) Expected space(s) after "if". (keyword-spacing)
(#479) There should be no space after '{' (object-curly-spacing)
(#479) There should be no space before '}' (object-curly-spacing)
(#482) Expected space or tab after '//' in comment. (spaced-comment)
(#491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) 'checkPos' is defined but never used (no-unused-vars)
(#494) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#495) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#502) 'i' is defined but never used (no-unused-vars)
(#503) Trailing spaces not allowed. (no-trailing-spaces)
(#504) Expected space or tab after '//' in comment. (spaced-comment)
(#508) Trailing spaces not allowed. (no-trailing-spaces)
(#509) Expected space(s) after "if". (keyword-spacing)
(#511) Expected space or tab after '//' in comment. (spaced-comment)
(#512) Expected space(s) after "if". (keyword-spacing)
(#515) Expected space or tab after '//' in comment. (spaced-comment)
(#516) Expected space or tab after '//' in comment. (spaced-comment)
(#517) Line 517 exceeds the maximum line length of 132. (max-len)
(#517) Expected space or tab after '//' in comment. (spaced-comment)
(#519) Expected space or tab after '//' in comment. (spaced-comment)
(#520) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#520) Statement inside of curly braces should be on next line. (brace-style)
(#526) Line 526 exceeds the maximum line length of 132. (max-len)
(#526) Expected space or tab after '//' in comment. (spaced-comment)
(#533) Expected space or tab after '//' in comment. (spaced-comment)
(#534) Expected space or tab after '//' in comment. (spaced-comment)
(#540) Line 540 exceeds the maximum line length of 132. (max-len)
(#540) Expected space or tab after '//' in comment. (spaced-comment)
(#541) Expected { after 'if' condition. (curly)
(#541) Expected space(s) after "if". (keyword-spacing)
(#545) Expected space or tab after '//' in comment. (spaced-comment)
(#546) Expected space or tab after '//' in comment. (spaced-comment)
(#547) Expected space(s) after "if". (keyword-spacing)
(#551) Trailing spaces not allowed. (no-trailing-spaces)
(#552) Expected space or tab after '//' in comment. (spaced-comment)
(#554) Trailing spaces not allowed. (no-trailing-spaces)
(#557) Trailing spaces not allowed. (no-trailing-spaces)
(#561) Line 561 exceeds the maximum line length of 132. (max-len)
(#561) Expected space or tab after '//' in comment. (spaced-comment)
(#563) Expected { after 'if' condition. (curly)
(#563) Expected space(s) after "if". (keyword-spacing)
(#566) Expected space or tab after '//' in comment. (spaced-comment)
(#569) Unnecessary semicolon. (no-extra-semi)
(#577) 'ui' is defined but never used (no-unused-vars)
(#578) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#579) Expected { after 'if' condition. (curly)
(#582) 'ui' is defined but never used (no-unused-vars)
(#584) Expected { after 'if' condition. (curly)
(#589) 'ui' is defined but never used (no-unused-vars)
(#594) Infix operators must be spaced. (space-infix-ops)
(#594) Infix operators must be spaced. (space-infix-ops)
(#601) 'ui' is defined but never used (no-unused-vars)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Expected space or tab after '//' in comment. (spaced-comment)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#609) Expected { after 'if' condition. (curly)
(#609) Expected space(s) after "if". (keyword-spacing)
(#614) Expected { after 'if' condition. (curly)
(#614) Expected space(s) after "if". (keyword-spacing)
(#619) 'ui' is defined but never used (no-unused-vars)
(#621) Expected { after 'if' condition. (curly)
(#621) Expected space(s) after "if". (keyword-spacing)
(#623) 'ui' is defined but never used (no-unused-vars)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#627) Expected space(s) after "if". (keyword-spacing)
(#629) Expected space(s) after "if". (keyword-spacing)
(#630) Expected { after 'if' condition. (curly)
(#630) Expected space(s) after "if". (keyword-spacing)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) Expected { after 'if' condition. (curly)
(#636) Expected space(s) after "if". (keyword-spacing)
(#637) Expected space(s) after "if". (keyword-spacing)
(#637) Expected { after 'if' condition. (curly)
(#639) Expected space(s) after "if". (keyword-spacing)
(#639) Expected { after 'if' condition. (curly)
(#645) Expected space(s) after "if". (keyword-spacing)
(#646) Expected { after 'if' condition. (curly)
(#646) Expected space(s) after "if". (keyword-spacing)
(#648) Expected space(s) after "if". (keyword-spacing)
(#648) Expected { after 'if' condition. (curly)
(#652) Expected space(s) after "if". (keyword-spacing)
(#653) Expected space(s) after "if". (keyword-spacing)
(#653) Expected { after 'if' condition. (curly)
(#655) Expected space(s) after "if". (keyword-spacing)
(#655) Expected { after 'if' condition. (curly)
(#661) Expected space(s) after "if". (keyword-spacing)
(#661) Expected { after 'if' condition. (curly)
(#668) 'ui' is defined but never used (no-unused-vars)
(#670) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#675) Expected space(s) after "if". (keyword-spacing)
(#675) Expected { after 'if' condition. (curly)
(#683) Function 'drag' has a complexity of 29. (complexity)
(#685) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#688) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#689) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#691) Missing space before opening brace. (space-before-blocks)
(#693) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#694) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#696) Expected space or tab after '//' in comment. (spaced-comment)
(#697) Line 697 exceeds the maximum line length of 132. (max-len)
(#697) Expected space(s) after "if". (keyword-spacing)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#698) Line 698 exceeds the maximum line length of 132. (max-len)
(#698) Expected { after 'if' condition. (curly)
(#698) Expected space(s) after "if". (keyword-spacing)
(#698) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#698) There should be no space after '{' (object-curly-spacing)
(#698) There should be no space before '}' (object-curly-spacing)
(#703) Expected space(s) after "if". (keyword-spacing)
(#704) 'ts' used outside of binding context. (block-scoped-var)
(#705) 'bs' used outside of binding context. (block-scoped-var)
(#706) 'ls' used outside of binding context. (block-scoped-var)
(#707) 'rs' used outside of binding context. (block-scoped-var)
(#708) Line 708 exceeds the maximum line length of 132. (max-len)
(#708) Expected space(s) after "if". (keyword-spacing)
(#708) Expected { after 'if' condition. (curly)
(#708) 'ts' used outside of binding context. (block-scoped-var)
(#708) There should be no space after '{' (object-curly-spacing)
(#708) There should be no space before '}' (object-curly-spacing)
(#709) Expected { after 'if' condition. (curly)
(#709) Expected space(s) after "if". (keyword-spacing)
(#709) 'bs' used outside of binding context. (block-scoped-var)
(#709) There should be no space after '{' (object-curly-spacing)
(#709) There should be no space before '}' (object-curly-spacing)
(#710) Line 710 exceeds the maximum line length of 132. (max-len)
(#710) Expected { after 'if' condition. (curly)
(#710) Expected space(s) after "if". (keyword-spacing)
(#710) 'ls' used outside of binding context. (block-scoped-var)
(#710) There should be no space after '{' (object-curly-spacing)
(#710) There should be no space before '}' (object-curly-spacing)
(#711) Expected space(s) after "if". (keyword-spacing)
(#711) Expected { after 'if' condition. (curly)
(#711) 'rs' used outside of binding context. (block-scoped-var)
(#711) There should be no space after '{' (object-curly-spacing)
(#711) There should be no space before '}' (object-curly-spacing)
(#714) 'ts' used outside of binding context. (block-scoped-var)
(#714) 'ts' used outside of binding context. (block-scoped-var)
(#714) 'bs' used outside of binding context. (block-scoped-var)
(#714) 'bs' used outside of binding context. (block-scoped-var)
(#714) 'ls' used outside of binding context. (block-scoped-var)
(#714) 'ls' used outside of binding context. (block-scoped-var)
(#714) 'rs' used outside of binding context. (block-scoped-var)
(#714) 'rs' used outside of binding context. (block-scoped-var)
(#716) Expected space(s) after "if". (keyword-spacing)
(#717) 'ts' used outside of binding context. (block-scoped-var)
(#717) 'ts' is already defined (no-redeclare)
(#718) 'bs' is already defined (no-redeclare)
(#718) 'bs' used outside of binding context. (block-scoped-var)
(#719) 'ls' is already defined (no-redeclare)
(#719) 'ls' used outside of binding context. (block-scoped-var)
(#720) 'rs' is already defined (no-redeclare)
(#720) 'rs' used outside of binding context. (block-scoped-var)
(#721) Expected space(s) after "if". (keyword-spacing)
(#721) Expected { after 'if' condition. (curly)
(#721) 'ts' used outside of binding context. (block-scoped-var)
(#721) There should be no space after '{' (object-curly-spacing)
(#721) There should be no space before '}' (object-curly-spacing)
(#722) Line 722 exceeds the maximum line length of 132. (max-len)
(#722) Expected space(s) after "if". (keyword-spacing)
(#722) Expected { after 'if' condition. (curly)
(#722) 'bs' used outside of binding context. (block-scoped-var)
(#722) There should be no space after '{' (object-curly-spacing)
(#722) There should be no space before '}' (object-curly-spacing)
(#723) Expected space(s) after "if". (keyword-spacing)
(#723) Expected { after 'if' condition. (curly)
(#723) 'ls' used outside of binding context. (block-scoped-var)
(#723) There should be no space after '{' (object-curly-spacing)
(#723) There should be no space before '}' (object-curly-spacing)
(#724) Line 724 exceeds the maximum line length of 132. (max-len)
(#724) Expected space(s) after "if". (keyword-spacing)
(#724) Expected { after 'if' condition. (curly)
(#724) 'rs' used outside of binding context. (block-scoped-var)
(#724) There should be no space after '{' (object-curly-spacing)
(#724) There should be no space before '}' (object-curly-spacing)
(#727) Expected space(s) after "if". (keyword-spacing)
(#727) Expected { after 'if' condition. (curly)
(#727) 'ts' used outside of binding context. (block-scoped-var)
(#727) 'ts' used outside of binding context. (block-scoped-var)
(#727) 'bs' used outside of binding context. (block-scoped-var)
(#727) 'bs' used outside of binding context. (block-scoped-var)
(#727) 'ls' used outside of binding context. (block-scoped-var)
(#727) 'ls' used outside of binding context. (block-scoped-var)
(#727) 'rs' used outside of binding context. (block-scoped-var)
(#727) 'rs' used outside of binding context. (block-scoped-var)
(#728) Line 728 exceeds the maximum line length of 132. (max-len)
(#728) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#728) There should be no space after '{' (object-curly-spacing)
(#728) There should be no space before '}' (object-curly-spacing)
(#729) 'ts' used outside of binding context. (block-scoped-var)
(#729) 'ts' used outside of binding context. (block-scoped-var)
(#729) 'bs' used outside of binding context. (block-scoped-var)
(#729) 'bs' used outside of binding context. (block-scoped-var)
(#729) 'ls' used outside of binding context. (block-scoped-var)
(#729) 'ls' used outside of binding context. (block-scoped-var)
(#729) 'rs' used outside of binding context. (block-scoped-var)
(#729) 'rs' used outside of binding context. (block-scoped-var)
(#731) Unnecessary semicolon. (no-extra-semi)
(#737) 'ui' is defined but never used (no-unused-vars)
(#741) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#756) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#757) Expected { after 'if' condition. (curly)
(#757) Expected space(s) after "if". (keyword-spacing)
(#762) Expected { after 'if' condition. (curly)
(#762) Expected space(s) after "if". (keyword-spacing)
(#766) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.droppable.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Expected space or tab after '//' in comment. (spaced-comment)
(#28) There should be no space after '{' (object-curly-spacing)
(#28) There should be no space before '}' (object-curly-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Expected { after 'for' condition. (curly)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#41) Expected { after 'if' condition. (curly)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#52) Expected space(s) after "if". (keyword-spacing)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) after "if". (keyword-spacing)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Expected { after 'if' condition. (curly)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Expected { after 'if' condition. (curly)
(#79) A space is required after ','. (comma-spacing)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Expected { after 'if' condition. (curly)
(#89) Line 89 exceeds the maximum line length of 132. (max-len)
(#89) Expected { after 'if' condition. (curly)
(#91) A space is required after ','. (comma-spacing)
(#92) Expected { after 'if' condition. (curly)
(#92) Expected space(s) after "if". (keyword-spacing)
(#98) A space is required after ','. (comma-spacing)
(#101) Line 101 exceeds the maximum line length of 132. (max-len)
(#101) Expected { after 'if' condition. (curly)
(#104) Expected to return a value at the end of this function. (consistent-return)
(#106) Line 106 exceeds the maximum line length of 132. (max-len)
(#106) Expected space(s) after "if". (keyword-spacing)
(#106) There should be no space after '{' (object-curly-spacing)
(#106) There should be no space before '}' (object-curly-spacing)
(#110) Expected { after 'if' condition. (curly)
(#110) Expected space(s) after "if". (keyword-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) A space is required after ','. (comma-spacing)
(#113) Expected { after 'if' condition. (curly)
(#113) Expected space(s) after "if". (keyword-spacing)
(#114) Expected { after 'if' condition. (curly)
(#114) Expected space(s) after "if". (keyword-spacing)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Expected { after 'if' condition. (curly)
(#153) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#154) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#156) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) Unreachable code. (no-unreachable)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#168) Unreachable code. (no-unreachable)
(#170) Line 170 exceeds the maximum line length of 132. (max-len)
(#171) Line 171 exceeds the maximum line length of 132. (max-len)
(#174) Unreachable code. (no-unreachable)
(#185) Unreachable code. (no-unreachable)
(#188) Unreachable code. (no-unreachable)
(#198) There should be no space after '{' (object-curly-spacing)
(#198) There should be no space before '}' (object-curly-spacing)
(#205) Unexpected labeled statement. (no-labels)
(#207) Line 207 exceeds the maximum line length of 132. (max-len)
(#207) Expected { after 'if' condition. (curly)
(#207) Expected space(s) after "if". (keyword-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Expected space or tab after '//' in comment. (spaced-comment)
(#208) Line 208 exceeds the maximum line length of 132. (max-len)
(#208) Infix operators must be spaced. (space-infix-ops)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Expected space(s) after "if". (keyword-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Unexpected label in continue statement. (no-labels)
(#208) Unnecessary semicolon. (no-extra-semi)
(#208) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Line 209 exceeds the maximum line length of 132. (max-len)
(#209) Expected space(s) after "if". (keyword-spacing)
(#209) Expected { after 'if' condition. (curly)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#212) There should be no space after '{' (object-curly-spacing)
(#212) There should be no space before '}' (object-curly-spacing)
(#214) Expected { after 'if' condition. (curly)
(#214) Expected space(s) after "if". (keyword-spacing)
(#214) unnecessary '.call()'. (no-useless-call)
(#214) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Expected { after 'if' condition. (curly)
(#224) Expected space(s) after "if". (keyword-spacing)
(#225) Expected { after 'if' condition. (curly)
(#226) unnecessary '.call()'. (no-useless-call)
(#228) Line 228 exceeds the maximum line length of 132. (max-len)
(#228) A space is required after ','. (comma-spacing)
(#230) unnecessary '.call()'. (no-useless-call)
(#239) Expected space or tab after '//' in comment. (spaced-comment)
(#240) Expected { after 'if' condition. (curly)
(#240) Expected space(s) after "if". (keyword-spacing)
(#242) Expected space or tab after '//' in comment. (spaced-comment)
(#246) Expected { after 'if' condition. (curly)
(#246) Expected space(s) after "if". (keyword-spacing)
(#249) Do not nest ternary expressions (no-nested-ternary)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Expected { after 'if' condition. (curly)
(#263) ["isover"] is better written in dot notation. (dot-notation)
(#264) ["isout"] is better written in dot notation. (dot-notation)
(#265) unnecessary '.call()'. (no-useless-call)
(#269) unnecessary '.call()'. (no-useless-call)
(#273) ["isout"] is better written in dot notation. (dot-notation)
(#274) ["isover"] is better written in dot notation. (dot-notation)
(#275) unnecessary '.call()'. (no-useless-call)
(#282) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.progressbar.js
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) Expected { after 'if' condition. (curly)
(#80) Expected { after 'if' condition. (curly)
(#112) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.resizable.js
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Expected space(s) after "if". (keyword-spacing)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Expected { after 'if' condition. (curly)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) There should be no space after '{' (object-curly-spacing)
(#56) There should be no space before '}' (object-curly-spacing)
(#57) There should be no space after '{' (object-curly-spacing)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#64) There should be no space after '{' (object-curly-spacing)
(#64) There should be no space before '}' (object-curly-spacing)
(#67) There should be no space after '{' (object-curly-spacing)
(#67) There should be no space before '}' (object-curly-spacing)
(#74) Line 74 exceeds the maximum line length of 132. (max-len)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) Expected space(s) after "if". (keyword-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Expected { after 'if' condition. (curly)
(#80) Expected space(s) after "for". (keyword-spacing)
(#82) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#82) Infix operators must be spaced. (space-infix-ops)
(#86) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Expected { after 'if' condition. (curly)
(#87) There should be no space after '{' (object-curly-spacing)
(#87) There should be no space before '}' (object-curly-spacing)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Unnecessary semicolon. (no-extra-semi)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#95) Infix operators must be spaced. (space-infix-ops)
(#105) Expected space(s) after "for". (keyword-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Expected { after 'if' condition. (curly)
(#110) Expected space or tab after '//' in comment. (spaced-comment)
(#113) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#115) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#119) There should be no space after '[' (array-bracket-spacing)
(#120) Do not nest ternary expressions (no-nested-ternary)
(#121) Do not nest ternary expressions (no-nested-ternary)
(#122) There should be no space before ']' (array-bracket-spacing)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Expected { after 'if' condition. (curly)
(#131) Expected space(s) after "if". (keyword-spacing)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#143) Expected space or tab after '//' in comment. (spaced-comment)
(#146) Expected { after 'if' condition. (curly)
(#148) Expected space or tab after '//' in comment. (spaced-comment)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Missing space before opening brace. (space-before-blocks)
(#170) Expected space or tab after '//' in comment. (spaced-comment)
(#184) Expected space or tab after '//' in comment. (spaced-comment)
(#207) Expected space(s) after "for". (keyword-spacing)
(#208) Expected space(s) after "if". (keyword-spacing)
(#208) Expected { after 'if' condition. (curly)
(#217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) There should be no space after '{' (object-curly-spacing)
(#220) There should be no space before '}' (object-curly-spacing)
(#224) There should be no space after '{' (object-curly-spacing)
(#224) There should be no space before '}' (object-curly-spacing)
(#227) Expected space or tab after '//' in comment. (spaced-comment)
(#228) Expected { after 'if' condition. (curly)
(#229) There should be no space after '{' (object-curly-spacing)
(#229) There should be no space before '}' (object-curly-spacing)
(#233) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#240) Expected space or tab after '//' in comment. (spaced-comment)
(#242) There should be no space after '{' (object-curly-spacing)
(#242) There should be no space before '}' (object-curly-spacing)
(#243) Line 243 exceeds the maximum line length of 132. (max-len)
(#243) There should be no space after '{' (object-curly-spacing)
(#243) There should be no space before '}' (object-curly-spacing)
(#243) There should be no space after '{' (object-curly-spacing)
(#243) There should be no space before '}' (object-curly-spacing)
(#244) Line 244 exceeds the maximum line length of 132. (max-len)
(#244) There should be no space after '{' (object-curly-spacing)
(#244) There should be no space before '}' (object-curly-spacing)
(#244) There should be no space after '{' (object-curly-spacing)
(#244) There should be no space before '}' (object-curly-spacing)
(#245) There should be no space after '{' (object-curly-spacing)
(#245) There should be no space before '}' (object-curly-spacing)
(#246) There should be no space after '{' (object-curly-spacing)
(#246) There should be no space before '}' (object-curly-spacing)
(#247) There should be no space after '{' (object-curly-spacing)
(#247) There should be no space before '}' (object-curly-spacing)
(#249) Expected space or tab after '//' in comment. (spaced-comment)
(#250) Line 250 exceeds the maximum line length of 132. (max-len)
(#252) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#253) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#262) Expected space or tab after '//' in comment. (spaced-comment)
(#263) 'o' is defined but never used (no-unused-vars)
(#263) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#263) 'props' is defined but never used (no-unused-vars)
(#263) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) 'self' is defined but never used (no-unused-vars)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Infix operators must be spaced. (space-infix-ops)
(#266) Infix operators must be spaced. (space-infix-ops)
(#266) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Infix operators must be spaced. (space-infix-ops)
(#266) Infix operators must be spaced. (space-infix-ops)
(#268) Expected { after 'if' condition. (curly)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) 'ie6' is defined but never used (no-unused-vars)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) 'csdif' is defined but never used (no-unused-vars)
(#273) Expected { after 'if' condition. (curly)
(#286) Expected { after 'if' condition. (curly)
(#300) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Expected space(s) after "if". (keyword-spacing)
(#303) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#307) There should be no space after '{' (object-curly-spacing)
(#307) There should be no space before '}' (object-curly-spacing)
(#311) Expected { after 'if' condition. (curly)
(#312) There should be no space after '{' (object-curly-spacing)
(#312) There should be no space before '}' (object-curly-spacing)
(#317) Expected { after 'if' condition. (curly)
(#326) Expected { after 'if' condition. (curly)
(#332) 'o' is defined but never used (no-unused-vars)
(#334) Expected { after 'if' condition. (curly)
(#335) Expected { after 'if' condition. (curly)
(#336) Expected { after 'if' condition. (curly)
(#337) Expected { after 'if' condition. (curly)
(#340) 'event' is defined but never used (no-unused-vars)
(#342) 'o' is defined but never used (no-unused-vars)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Expected { after 'if' condition. (curly)
(#345) Expected { after 'if' condition. (curly)
(#361) 'el' is defined but never used (no-unused-vars)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) 'pRatio' is defined but never used (no-unused-vars)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#362) Line 362 exceeds the maximum line length of 132. (max-len)
(#362) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#363) Line 363 exceeds the maximum line length of 132. (max-len)
(#363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Expected { after 'if' condition. (curly)
(#366) Expected { after 'if' condition. (curly)
(#367) Expected { after 'if' condition. (curly)
(#368) Expected { after 'if' condition. (curly)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#373) Expected { after 'if' condition. (curly)
(#374) Expected { after 'if' condition. (curly)
(#375) Expected { after 'if' condition. (curly)
(#376) Expected { after 'if' condition. (curly)
(#380) Expected { after 'if' condition. (curly)
(#381) Expected { after 'if' condition. (curly)
(#388) 'o' is defined but never used (no-unused-vars)
(#389) Expected { after 'if' condition. (curly)
(#392) Infix operators must be spaced. (space-infix-ops)
(#397) Line 397 exceeds the maximum line length of 132. (max-len)
(#400) Don't make functions within a loop (no-loop-func)
(#401) A space is required after ','. (comma-spacing)
(#401) Infix operators must be spaced. (space-infix-ops)
(#401) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#401) A space is required after ','. (comma-spacing)
(#401) Infix operators must be spaced. (space-infix-ops)
(#406) Expected { after 'if' condition. (curly)
(#414) Unnecessary semicolon. (no-extra-semi)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#423) Expected space(s) after "if". (keyword-spacing)
(#428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#435) Infix operators must be spaced. (space-infix-ops)
(#436) Infix operators must be spaced. (space-infix-ops)
(#437) Expected space or tab after '//' in comment. (spaced-comment)
(#451) 'dy' is defined but never used (no-unused-vars)
(#452) There should be no space after '{' (object-curly-spacing)
(#452) There should be no space before '}' (object-curly-spacing)
(#454) 'dy' is defined but never used (no-unused-vars)
(#455) 'o' is defined but never used (no-unused-vars)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#456) There should be no space after '{' (object-curly-spacing)
(#456) There should be no space before '}' (object-curly-spacing)
(#459) 'o' is defined but never used (no-unused-vars)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) There should be no space after '{' (object-curly-spacing)
(#460) There should be no space before '}' (object-curly-spacing)
(#463) There should be no space after '{' (object-curly-spacing)
(#463) There should be no space before '}' (object-curly-spacing)
(#481) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#532) 'ui' is defined but never used (no-unused-vars)
(#534) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#536) '_store' is not defined. (no-undef)
(#545) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#546) '_store' is not defined. (no-undef)
(#547) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) 'c' is defined but never used (no-unused-vars)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) '_store' is not defined. (no-undef)
(#548) Expected space(s) after "else". (keyword-spacing)
(#548) Expected space(s) before "else". (keyword-spacing)
(#549) '_store' is not defined. (no-undef)
(#553) 'ui' is defined but never used (no-unused-vars)
(#553) Missing space before opening brace. (space-before-blocks)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#563) Line 563 exceeds the maximum line length of 132. (max-len)
(#563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#566) Infix operators must be spaced. (space-infix-ops)
(#566) Infix operators must be spaced. (space-infix-ops)
(#567) Expected { after 'if' condition. (curly)
(#571) Expected space or tab after '//' in comment. (spaced-comment)
(#574) There should be no space after '{' (object-curly-spacing)
(#574) There should be no space before '}' (object-curly-spacing)
(#581) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#583) Expected space(s) before "else". (keyword-spacing)
(#583) Expected space(s) after "else". (keyword-spacing)
(#588) 'ui' is defined but never used (no-unused-vars)
(#588) Missing space before opening brace. (space-before-blocks)
(#591) Expected space or tab after '//' in comment. (spaced-comment)
(#594) 'el' is not defined. (no-undef)
(#594) There should be no space after '{' (object-curly-spacing)
(#594) There should be no space before '}' (object-curly-spacing)
(#603) 'ui' is defined but never used (no-unused-vars)
(#604) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#610) There should be no space after '{' (object-curly-spacing)
(#610) There should be no space before '}' (object-curly-spacing)
(#615) There should be no space after '{' (object-curly-spacing)
(#615) There should be no space before '}' (object-curly-spacing)
(#627) Expected { after 'if' condition. (curly)
(#627) There should be no space after '{' (object-curly-spacing)
(#627) There should be no space before '}' (object-curly-spacing)
(#642) 'ui' is defined but never used (no-unused-vars)
(#643) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#643) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#644) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#644) Do not nest ternary expressions (no-nested-ternary)
(#645) Expected { after 'if' condition. (curly)
(#650) There should be no space after '{' (object-curly-spacing)
(#650) There should be no space before '}' (object-curly-spacing)
(#651) There should be no space after '{' (object-curly-spacing)
(#651) There should be no space before '}' (object-curly-spacing)
(#660) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#661) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#662) There should be no space after '[' (array-bracket-spacing)
(#662) There should be no space before ']' (array-bracket-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) Statement inside of curly braces should be on next line. (brace-style)
(#666) There should be no space after '{' (object-curly-spacing)
(#666) There should be no space before '}' (object-curly-spacing)
(#668) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#668) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#669) Line 669 exceeds the maximum line length of 132. (max-len)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#677) 'ui' is defined but never used (no-unused-vars)
(#678) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#679) 'ps' is defined but never used (no-unused-vars)
(#679) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#679) 'cs' is defined but never used (no-unused-vars)
(#679) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#679) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#680) There should be no space after '{' (object-curly-spacing)
(#680) Missing space before value for key 'top'. (key-spacing)
(#680) Missing space before value for key 'left'. (key-spacing)
(#680) There should be no space before '}' (object-curly-spacing)
(#680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#682) Expected { after 'if' condition. (curly)
(#686) Expected { after 'if' condition. (curly)
(#692) Expected { after 'if' condition. (curly)
(#696) Infix operators must be spaced. (space-infix-ops)
(#697) Infix operators must be spaced. (space-infix-ops)
(#699) There should be no spaces inside this paren. (space-in-parens)
(#699) There should be no spaces inside this paren. (space-in-parens)
(#700) Line 700 exceeds the maximum line length of 132. (max-len)
(#700) There should be no spaces inside this paren. (space-in-parens)
(#700) There should be no spaces inside this paren. (space-in-parens)
(#703) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#705) Expected space(s) after "if". (keyword-spacing)
(#705) Expected { after 'if' condition. (curly)
(#709) Expected { after 'if' condition. (curly)
(#714) Expected { after 'if' condition. (curly)
(#718) 'ui' is defined but never used (no-unused-vars)
(#718) Missing space before opening brace. (space-before-blocks)
(#719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#719) 'cp' is defined but never used (no-unused-vars)
(#719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#720) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#720) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#722) Line 722 exceeds the maximum line length of 132. (max-len)
(#722) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#722) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#722) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#724) Expected { after 'if' condition. (curly)
(#725) There should be no space after '{' (object-curly-spacing)
(#725) There should be no space before '}' (object-curly-spacing)
(#727) Expected { after 'if' condition. (curly)
(#728) There should be no space after '{' (object-curly-spacing)
(#728) There should be no space before '}' (object-curly-spacing)
(#735) 'ui' is defined but never used (no-unused-vars)
(#737) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#737) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#741) Line 741 exceeds the maximum line length of 132. (max-len)
(#741) There should be no space after '{' (object-curly-spacing)
(#741) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#741) There should be no space before '}' (object-curly-spacing)
(#749) 'ui' is defined but never used (no-unused-vars)
(#749) Missing space before opening brace. (space-before-blocks)
(#750) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#750) 'o' is defined but never used (no-unused-vars)
(#751) Expected { after 'if' condition. (curly)
(#751) There should be no space after '{' (object-curly-spacing)
(#751) There should be no space before '}' (object-curly-spacing)
(#754) 'ui' is defined but never used (no-unused-vars)
(#754) Missing space before opening brace. (space-before-blocks)
(#755) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#755) 'o' is defined but never used (no-unused-vars)
(#756) Expected { after 'if' condition. (curly)
(#763) 'ui' is defined but never used (no-unused-vars)
(#764) Line 764 exceeds the maximum line length of 132. (max-len)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) 'ratio' is defined but never used (no-unused-vars)
(#766) Line 766 exceeds the maximum line length of 132. (max-len)
(#766) Infix operators must be spaced. (space-infix-ops)
(#766) Infix operators must be spaced. (space-infix-ops)
(#766) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#766) Infix operators must be spaced. (space-infix-ops)
(#766) Infix operators must be spaced. (space-infix-ops)
(#772) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#777) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#782) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#800) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.selectable.js
(#52) Missing space before value for key 'border'. (key-spacing)
(#69) Expected { after 'if' condition. (curly)
(#108) Expected to return a value at the end of this function. (consistent-return)
(#129) Expected { after 'if' condition. (curly)
(#134) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#134) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#134) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) 'tmp' used outside of binding context. (block-scoped-var)
(#135) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) 'tmp' used outside of binding context. (block-scoped-var)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) 'tmp' is already defined (no-redeclare)
(#136) 'tmp' used outside of binding context. (block-scoped-var)
(#136) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) 'tmp' used outside of binding context. (block-scoped-var)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Infix operators must be spaced. (space-infix-ops)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Expected { after 'if' condition. (curly)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#206) Expected no return value. (consistent-return)
(#214) 'options' is defined but never used (no-unused-vars)
(#257) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.slider.js
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Expected { after 'if' condition. (curly)
(#61) Expected { after 'if' condition. (curly)
(#67) Expected { after 'while' condition. (curly)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#82) Line 82 exceeds the maximum line length of 132. (max-len)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#95) Expected { after 'if' condition. (curly)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Expected { after 'if' condition. (curly)
(#135) Expected space(s) after "if". (keyword-spacing)
(#135) Expected { after 'if' condition. (curly)
(#142) Expected no return value. (consistent-return)
(#185) Expected { after 'if' condition. (curly)
(#194) There should be no space after '{' (object-curly-spacing)
(#194) There should be no space before '}' (object-curly-spacing)
(#197) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Expected space(s) after "if". (keyword-spacing)
(#222) Trailing spaces not allowed. (no-trailing-spaces)
(#225) There should be no space after '{' (object-curly-spacing)
(#225) There should be no space before '}' (object-curly-spacing)
(#229) A space is required after ','. (comma-spacing)
(#230) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#240) 'event' is defined but never used (no-unused-vars)
(#246) There should be no space after '{' (object-curly-spacing)
(#246) There should be no space before '}' (object-curly-spacing)
(#248) Trailing spaces not allowed. (no-trailing-spaces)
(#266) Trailing spaces not allowed. (no-trailing-spaces)
(#283) Expected { after 'if' condition. (curly)
(#284) Expected { after 'if' condition. (curly)
(#285) Expected { after 'if' condition. (curly)
(#293) Expected { after 'if' condition. (curly)
(#308) Missing semicolon. (semi)
(#309) Missing semicolon. (semi)
(#316) 'handle' is defined but never used (no-unused-vars)
(#320) 'otherVal' used outside of binding context. (block-scoped-var)
(#322) Expected { after 'if' condition. (curly)
(#322) 'otherVal' used outside of binding context. (block-scoped-var)
(#322) 'otherVal' used outside of binding context. (block-scoped-var)
(#323) 'otherVal' used outside of binding context. (block-scoped-var)
(#329) 'allowed' used outside of binding context. (block-scoped-var)
(#334) 'otherVal' is already defined (no-redeclare)
(#335) 'allowed' used outside of binding context. (block-scoped-var)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#344) 'allowed' used outside of binding context. (block-scoped-var)
(#344) 'allowed' is already defined (no-redeclare)
(#348) 'allowed' used outside of binding context. (block-scoped-var)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#364) Missing semicolon. (semi)
(#365) Missing semicolon. (semi)
(#376) Missing semicolon. (semi)
(#377) Missing semicolon. (semi)
(#398) Expected { after 'if' condition. (curly)
(#398) Expected space(s) after "if". (keyword-spacing)
(#421) Trailing spaces not allowed. (no-trailing-spaces)
(#442) Expected { after 'if' condition. (curly)
(#443) Expected { after 'if' condition. (curly)
(#453) Expected { after 'if' condition. (curly)
(#454) Expected { after 'if' condition. (curly)
(#475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#478) 'vp0' is defined but never used (no-unused-vars)
(#478) 'vp1' is defined but never used (no-unused-vars)
(#479) 'j' is defined but never used (no-unused-vars)
(#482) A space is required after ','. (comma-spacing)
(#485) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#485) A space is required after ','. (comma-spacing)
(#485) There should be no space after '{' (object-curly-spacing)
(#485) There should be no space before '}' (object-curly-spacing)
(#486) Line 486 exceeds the maximum line length of 132. (max-len)
(#486) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#486) There should be no space after '{' (object-curly-spacing)
(#486) 'lastValPercent' is not defined. (no-undef)
(#486) There should be no space before '}' (object-curly-spacing)
(#486) There should be no space after '{' (object-curly-spacing)
(#486) There should be no space before '}' (object-curly-spacing)
(#488) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#488) A space is required after ','. (comma-spacing)
(#488) There should be no space after '{' (object-curly-spacing)
(#488) There should be no space before '}' (object-curly-spacing)
(#489) Line 489 exceeds the maximum line length of 132. (max-len)
(#489) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#489) There should be no space after '{' (object-curly-spacing)
(#489) 'lastValPercent' is not defined. (no-undef)
(#489) There should be no space before '}' (object-curly-spacing)
(#489) There should be no space after '{' (object-curly-spacing)
(#489) There should be no space before '}' (object-curly-spacing)
(#492) 'lastValPercent' is not defined. (no-undef)
(#502) A space is required after ','. (comma-spacing)
(#504) Line 504 exceeds the maximum line length of 132. (max-len)
(#504) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#504) A space is required after ','. (comma-spacing)
(#504) There should be no space after '{' (object-curly-spacing)
(#504) There should be no space before '}' (object-curly-spacing)
(#505) Line 505 exceeds the maximum line length of 132. (max-len)
(#505) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#505) There should be no space after '{' (object-curly-spacing)
(#505) There should be no space before '}' (object-curly-spacing)
(#505) There should be no space after '{' (object-curly-spacing)
(#505) There should be no space before '}' (object-curly-spacing)
(#506) Line 506 exceeds the maximum line length of 132. (max-len)
(#506) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#506) A space is required after ','. (comma-spacing)
(#506) There should be no space after '{' (object-curly-spacing)
(#506) There should be no space before '}' (object-curly-spacing)
(#507) Line 507 exceeds the maximum line length of 132. (max-len)
(#507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#507) There should be no space after '{' (object-curly-spacing)
(#507) There should be no space before '}' (object-curly-spacing)
(#507) There should be no space after '{' (object-curly-spacing)
(#507) There should be no space before '}' (object-curly-spacing)
(#511) Trailing spaces not allowed. (no-trailing-spaces)
(#532) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.sortable.js
(#18) 'o' is defined but never used (no-unused-vars)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#43) Expected { after 'for' condition. (curly)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#53) Expected { after 'if' condition. (curly)
(#53) Expected space(s) after "if". (keyword-spacing)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) 'nodes' is defined but never used (no-unused-vars)
(#59) Expected to return a value at the end of this function. (consistent-return)
(#60) Expected space(s) after "if". (keyword-spacing)
(#65) Expected { after 'if' condition. (curly)
(#65) Expected space(s) after "if". (keyword-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) after "if". (keyword-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Expected { after 'if' condition. (curly)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Expected { after 'if' condition. (curly)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#86) Expected space or tab after '//' in comment. (spaced-comment)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#119) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Line 124 exceeds the maximum line length of 132. (max-len)
(#124) Expected space or tab after '//' in comment. (spaced-comment)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#132) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Expected { after 'if' condition. (curly)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#137) There should be no space after '{' (object-curly-spacing)
(#137) There should be no space before '}' (object-curly-spacing)
(#139) Line 139 exceeds the maximum line length of 132. (max-len)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Expected space(s) after "if". (keyword-spacing)
(#144) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#148) Expected { after 'if' condition. (curly)
(#148) Expected space(s) after "if". (keyword-spacing)
(#151) Expected space(s) after "if". (keyword-spacing)
(#152) Expected { after 'if' condition. (curly)
(#156) Expected space(s) after "if". (keyword-spacing)
(#157) Expected { after 'if' condition. (curly)
(#161) Expected space(s) after "if". (keyword-spacing)
(#162) Expected { after 'if' condition. (curly)
(#166) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) after "if". (keyword-spacing)
(#170) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected { after 'if' condition. (curly)
(#174) Expected space(s) after "if". (keyword-spacing)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#179) Expected space(s) after "if". (keyword-spacing)
(#180) Line 180 exceeds the maximum line length of 132. (max-len)
(#180) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Expected space or tab after '//' in comment. (spaced-comment)
(#184) Expected { after 'if' condition. (curly)
(#184) Expected space(s) after "if". (keyword-spacing)
(#187) Expected { after 'if' condition. (curly)
(#193) Line 193 exceeds the maximum line length of 132. (max-len)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#198) Function '_mouseDrag' has a complexity of 26. (complexity)
(#200) Expected space or tab after '//' in comment. (spaced-comment)
(#208) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Expected space(s) after "if". (keyword-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Expected space(s) after "if". (keyword-spacing)
(#213) Expected { after 'if' condition. (curly)
(#213) Expected space(s) after "if". (keyword-spacing)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Expected { after 'if' condition. (curly)
(#218) Expected { after 'if' condition. (curly)
(#218) Expected space(s) after "if". (keyword-spacing)
(#220) Expected { after 'if' condition. (curly)
(#220) Expected space(s) after "if". (keyword-spacing)
(#225) Expected { after 'if' condition. (curly)
(#225) Expected space(s) after "if". (keyword-spacing)
(#227) Expected space(s) after "if". (keyword-spacing)
(#227) Expected { after 'if' condition. (curly)
(#230) Expected space(s) after "if". (keyword-spacing)
(#230) Expected { after 'if' condition. (curly)
(#232) Expected { after 'if' condition. (curly)
(#232) Expected space(s) after "if". (keyword-spacing)
(#237) Expected { after 'if' condition. (curly)
(#237) Expected space(s) after "if". (keyword-spacing)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Expected { after 'if' condition. (curly)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Infix operators must be spaced. (space-infix-ops)
(#246) Expected { after 'if' condition. (curly)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) Infix operators must be spaced. (space-infix-ops)
(#248) Expected space or tab after '//' in comment. (spaced-comment)
(#251) Expected space or tab after '//' in comment. (spaced-comment)
(#252) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#252) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#253) Expected { after 'if' condition. (curly)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Expected space or tab after '//' in comment. (spaced-comment)
(#256) Line 256 exceeds the maximum line length of 132. (max-len)
(#256) Expected space or tab after '//' in comment. (spaced-comment)
(#257) Expected space or tab after '//' in comment. (spaced-comment)
(#274) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Expected { after 'if' condition. (curly)
(#278) Expected space(s) after "if". (keyword-spacing)
(#280) Expected space or tab after '//' in comment. (spaced-comment)
(#290) Expected space(s) after "if". (keyword-spacing)
(#290) Expected { after 'if' condition. (curly)
(#292) Expected space or tab after '//' in comment. (spaced-comment)
(#293) Expected { after 'if' condition. (curly)
(#296) Expected space(s) after "if". (keyword-spacing)
(#303) Line 303 exceeds the maximum line length of 132. (max-len)
(#304) Line 304 exceeds the maximum line length of 132. (max-len)
(#312) Expected no return value. (consistent-return)
(#320) Expected space(s) after "if". (keyword-spacing)
(#324) Expected space(s) after "if". (keyword-spacing)
(#324) Expected { after 'if' condition. (curly)
(#326) Expected { after 'else'. (curly)
(#329) Expected space or tab after '//' in comment. (spaced-comment)
(#330) Missing space before opening brace. (space-before-blocks)
(#332) Expected space(s) after "if". (keyword-spacing)
(#340) Line 340 exceeds the maximum line length of 132. (max-len)
(#340) Expected space or tab after '//' in comment. (spaced-comment)
(#341) Expected space(s) after "if". (keyword-spacing)
(#341) Expected { after 'if' condition. (curly)
(#342) Expected space(s) after "if". (keyword-spacing)
(#342) Expected { after 'if' condition. (curly)
(#351) Expected space(s) after "if". (keyword-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Expected { after 'if' condition. (curly)
(#368) Infix operators must be spaced. (space-infix-ops)
(#368) Infix operators must be spaced. (space-infix-ops)
(#368) Infix operators must be spaced. (space-infix-ops)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Expected space(s) after "if". (keyword-spacing)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) Multiple spaces found before 'this'. (no-multi-spaces)
(#405) Line 405 exceeds the maximum line length of 132. (max-len)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#426) Expected { after 'if' condition. (curly)
(#429) Do not nest ternary expressions (no-nested-ternary)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#437) Line 437 exceeds the maximum line length of 132. (max-len)
(#437) Infix operators must be spaced. (space-infix-ops)
(#438) Line 438 exceeds the maximum line length of 132. (max-len)
(#438) Infix operators must be spaced. (space-infix-ops)
(#445) Line 445 exceeds the maximum line length of 132. (max-len)
(#471) Trailing spaces not allowed. (no-trailing-spaces)
(#474) 'self' is defined but never used (no-unused-vars)
(#479) Expected space(s) after "if". (keyword-spacing)
(#480) 'i' used outside of binding context. (block-scoped-var)
(#480) 'i' used outside of binding context. (block-scoped-var)
(#480) 'i' used outside of binding context. (block-scoped-var)
(#480) Missing space before opening brace. (space-before-blocks)
(#481) 'i' used outside of binding context. (block-scoped-var)
(#482) Missing space before opening brace. (space-before-blocks)
(#484) Expected space(s) after "if". (keyword-spacing)
(#485) Line 485 exceeds the maximum line length of 132. (max-len)
(#487) Unnecessary semicolon. (no-extra-semi)
(#488) Unnecessary semicolon. (no-extra-semi)
(#491) Line 491 exceeds the maximum line length of 132. (max-len)
(#491) There should be no space after '{' (object-curly-spacing)
(#491) There should be no space before '}' (object-curly-spacing)
(#493) 'i' is already defined (no-redeclare)
(#493) 'i' used outside of binding context. (block-scoped-var)
(#493) 'i' used outside of binding context. (block-scoped-var)
(#493) 'i' used outside of binding context. (block-scoped-var)
(#493) Missing space before opening brace. (space-before-blocks)
(#494) 'i' used outside of binding context. (block-scoped-var)
(#497) Unnecessary semicolon. (no-extra-semi)
(#507) Infix operators must be spaced. (space-infix-ops)
(#509) Infix operators must be spaced. (space-infix-ops)
(#510) Expected { after 'if' condition. (curly)
(#510) Expected space(s) after "if". (keyword-spacing)
(#511) A space is required after ','. (comma-spacing)
(#512) Unnecessary semicolon. (no-extra-semi)
(#514) Unnecessary semicolon. (no-extra-semi)
(#523) 'self' is defined but never used (no-unused-vars)
(#524) Line 524 exceeds the maximum line length of 132. (max-len)
(#524) There should be no space after '{' (object-curly-spacing)
(#524) There should be no space before '}' (object-curly-spacing)
(#527) Expected space(s) after "if". (keyword-spacing)
(#528) 'i' used outside of binding context. (block-scoped-var)
(#528) 'i' used outside of binding context. (block-scoped-var)
(#528) 'i' used outside of binding context. (block-scoped-var)
(#528) Missing space before opening brace. (space-before-blocks)
(#529) 'i' used outside of binding context. (block-scoped-var)
(#530) 'j' used outside of binding context. (block-scoped-var)
(#530) 'j' used outside of binding context. (block-scoped-var)
(#530) 'j' used outside of binding context. (block-scoped-var)
(#530) Missing space before opening brace. (space-before-blocks)
(#531) 'j' used outside of binding context. (block-scoped-var)
(#532) Expected space(s) after "if". (keyword-spacing)
(#533) Line 533 exceeds the maximum line length of 132. (max-len)
(#533) There should be no space after '{' (object-curly-spacing)
(#533) There should be no space before '}' (object-curly-spacing)
(#536) Unnecessary semicolon. (no-extra-semi)
(#537) Unnecessary semicolon. (no-extra-semi)
(#540) 'i' is already defined (no-redeclare)
(#540) 'i' used outside of binding context. (block-scoped-var)
(#540) 'i' used outside of binding context. (block-scoped-var)
(#540) 'i' used outside of binding context. (block-scoped-var)
(#541) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#544) 'j' is already defined (no-redeclare)
(#544) 'j' used outside of binding context. (block-scoped-var)
(#544) Infix operators must be spaced. (space-infix-ops)
(#544) 'j' used outside of binding context. (block-scoped-var)
(#544) 'j' used outside of binding context. (block-scoped-var)
(#545) 'j' used outside of binding context. (block-scoped-var)
(#555) Unnecessary semicolon. (no-extra-semi)
(#556) Unnecessary semicolon. (no-extra-semi)
(#562) Line 562 exceeds the maximum line length of 132. (max-len)
(#562) Expected space or tab after '//' in comment. (spaced-comment)
(#563) Expected space(s) after "if". (keyword-spacing)
(#567) 'i' used outside of binding context. (block-scoped-var)
(#567) 'i' used outside of binding context. (block-scoped-var)
(#567) 'i' used outside of binding context. (block-scoped-var)
(#567) Missing space before opening brace. (space-before-blocks)
(#568) 'i' used outside of binding context. (block-scoped-var)
(#570) Expected space or tab after '//' in comment. (spaced-comment)
(#571) Expected space(s) after "if". (keyword-spacing)
(#571) Expected { after 'if' condition. (curly)
(#581) 'p' used outside of binding context. (block-scoped-var)
(#582) 'p' used outside of binding context. (block-scoped-var)
(#583) 'p' used outside of binding context. (block-scoped-var)
(#584) Unnecessary semicolon. (no-extra-semi)
(#586) Expected space(s) after "if". (keyword-spacing)
(#589) 'i' is already defined (no-redeclare)
(#589) 'i' used outside of binding context. (block-scoped-var)
(#589) 'i' used outside of binding context. (block-scoped-var)
(#589) 'i' used outside of binding context. (block-scoped-var)
(#589) Missing space before opening brace. (space-before-blocks)
(#590) 'p' used outside of binding context. (block-scoped-var)
(#590) 'p' is already defined (no-redeclare)
(#590) 'i' used outside of binding context. (block-scoped-var)
(#591) 'i' used outside of binding context. (block-scoped-var)
(#591) 'p' used outside of binding context. (block-scoped-var)
(#592) 'i' used outside of binding context. (block-scoped-var)
(#592) 'p' used outside of binding context. (block-scoped-var)
(#593) 'i' used outside of binding context. (block-scoped-var)
(#593) 'i' used outside of binding context. (block-scoped-var)
(#594) 'i' used outside of binding context. (block-scoped-var)
(#594) 'i' used outside of binding context. (block-scoped-var)
(#595) Unnecessary semicolon. (no-extra-semi)
(#602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#604) Expected space(s) after "if". (keyword-spacing)
(#610) Infix operators must be spaced. (space-infix-ops)
(#613) Expected { after 'if' condition. (curly)
(#613) Expected space(s) after "if". (keyword-spacing)
(#622) Expected { after 'if' condition. (curly)
(#622) Expected space(s) after "if". (keyword-spacing)
(#624) Line 624 exceeds the maximum line length of 132. (max-len)
(#624) Expected space or tab after '//' in comment. (spaced-comment)
(#625) Line 625 exceeds the maximum line length of 132. (max-len)
(#625) Expected space(s) after "if". (keyword-spacing)
(#625) Statement inside of curly braces should be on next line. (brace-style)
(#625) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Unnecessary semicolon. (no-extra-semi)
(#626) Line 626 exceeds the maximum line length of 132. (max-len)
(#626) Expected space(s) after "if". (keyword-spacing)
(#626) Statement inside of curly braces should be on next line. (brace-style)
(#626) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Unnecessary semicolon. (no-extra-semi)
(#631) Expected space or tab after '//' in comment. (spaced-comment)
(#634) Expected space or tab after '//' in comment. (spaced-comment)
(#637) Expected space or tab after '//' in comment. (spaced-comment)
(#643) Missing space before opening brace. (space-before-blocks)
(#645) Expected space(s) after "if". (keyword-spacing)
(#646) Expected space(s) after "if". (keyword-spacing)
(#648) Expected space(s) after "if". (keyword-spacing)
(#650) Expected space or tab after '//' in comment. (spaced-comment)
(#651) Line 651 exceeds the maximum line length of 132. (max-len)
(#651) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#652) Blocks are nested too deeply (5). (max-depth)
(#653) Expected { after 'if' condition. (curly)
(#653) Expected space(s) after "if". (keyword-spacing)
(#653) Blocks are nested too deeply (6). (max-depth)
(#655) Expected space(s) after "if". (keyword-spacing)
(#655) Blocks are nested too deeply (6). (max-depth)
(#660) Blocks are nested too deeply (5). (max-depth)
(#660) Expected { after 'if' condition. (curly)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Expected space or tab after '//' in comment. (spaced-comment)
(#664) Line 664 exceeds the maximum line length of 132. (max-len)
(#664) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#668) Expected space or tab after '//' in comment. (spaced-comment)
(#677) Expected space(s) after "if". (keyword-spacing)
(#683) Unnecessary semicolon. (no-extra-semi)
(#689) Line 689 exceeds the maximum line length of 132. (max-len)
(#689) Do not nest ternary expressions (no-nested-ternary)
(#691) Expected { after 'if' condition. (curly)
(#691) Expected space(s) after "if". (keyword-spacing)
(#691) Expected space or tab after '//' in comment. (spaced-comment)
(#694) Expected space(s) after "if". (keyword-spacing)
(#694) Expected { after 'if' condition. (curly)
(#695) Line 695 exceeds the maximum line length of 132. (max-len)
(#695) There should be no space after '{' (object-curly-spacing)
(#695) There should be no space before '}' (object-curly-spacing)
(#697) Expected space(s) after "if". (keyword-spacing)
(#697) Expected { after 'if' condition. (curly)
(#698) Expected { after 'if' condition. (curly)
(#698) Expected space(s) after "if". (keyword-spacing)
(#705) Expected { after 'if' condition. (curly)
(#705) Expected space(s) after "if". (keyword-spacing)
(#706) Expected space(s) after "if". (keyword-spacing)
(#706) Expected { after 'if' condition. (curly)
(#707) Expected { after 'if' condition. (curly)
(#707) Expected space(s) after "if". (keyword-spacing)
(#708) Expected { after 'if' condition. (curly)
(#708) Expected space(s) after "if". (keyword-spacing)
(#714) Expected space or tab after '//' in comment. (spaced-comment)
(#722) Line 722 exceeds the maximum line length of 132. (max-len)
(#722) Expected space(s) after "if". (keyword-spacing)
(#727) Line 727 exceeds the maximum line length of 132. (max-len)
(#727) Expected { after 'if' condition. (curly)
(#727) Expected space(s) after "if". (keyword-spacing)
(#727) Expected space or tab after '//' in comment. (spaced-comment)
(#728) Expected space or tab after '//' in comment. (spaced-comment)
(#729) There should be no space after '{' (object-curly-spacing)
(#729) There should be no space before '}' (object-curly-spacing)
(#732) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#740) Expected space(s) after "if". (keyword-spacing)
(#743) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#747) There should be no space after '{' (object-curly-spacing)
(#747) There should be no space before '}' (object-curly-spacing)
(#754) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#769) Expected space(s) after "if". (keyword-spacing)
(#769) Expected { after 'if' condition. (curly)
(#770) Expected { after 'if' condition. (curly)
(#770) Expected space(s) after "if". (keyword-spacing)
(#774) Line 774 exceeds the maximum line length of 132. (max-len)
(#777) Expected space(s) after "if". (keyword-spacing)
(#783) Line 783 exceeds the maximum line length of 132. (max-len)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#784) Line 784 exceeds the maximum line length of 132. (max-len)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#785) Line 785 exceeds the maximum line length of 132. (max-len)
(#785) Infix operators must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#786) Line 786 exceeds the maximum line length of 132. (max-len)
(#786) Infix operators must be spaced. (space-infix-ops)
(#786) A space is required after ','. (comma-spacing)
(#786) A space is required after ','. (comma-spacing)
(#786) A space is required after ','. (comma-spacing)
(#794) Expected { after 'if' condition. (curly)
(#794) Expected space(s) after "if". (keyword-spacing)
(#796) Line 796 exceeds the maximum line length of 132. (max-len)
(#796) 'o' is defined but never used (no-unused-vars)
(#796) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#796) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#801) Line 801 exceeds the maximum line length of 132. (max-len)
(#802) Line 802 exceeds the maximum line length of 132. (max-len)
(#803) Line 803 exceeds the maximum line length of 132. (max-len)
(#803) There should be no spaces inside this paren. (space-in-parens)
(#803) Do not nest ternary expressions (no-nested-ternary)
(#803) There should be no spaces inside this paren. (space-in-parens)
(#803) There should be no spaces inside this paren. (space-in-parens)
(#803) There should be no spaces inside this paren. (space-in-parens)
(#807) Line 807 exceeds the maximum line length of 132. (max-len)
(#808) Line 808 exceeds the maximum line length of 132. (max-len)
(#809) Line 809 exceeds the maximum line length of 132. (max-len)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) Do not nest ternary expressions (no-nested-ternary)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#815) Function '_generatePosition' has a complexity of 24. (complexity)
(#817) Line 817 exceeds the maximum line length of 132. (max-len)
(#817) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#817) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#823) Expected space(s) after "if". (keyword-spacing)
(#835) Expected space(s) after "if". (keyword-spacing)
(#835) Expected space or tab after '//' in comment. (spaced-comment)
(#837) Expected space(s) after "if". (keyword-spacing)
(#838) Expected { after 'if' condition. (curly)
(#838) Expected space(s) after "if". (keyword-spacing)
(#839) Expected space(s) after "if". (keyword-spacing)
(#839) Expected { after 'if' condition. (curly)
(#840) Expected { after 'if' condition. (curly)
(#840) Expected space(s) after "if". (keyword-spacing)
(#841) Expected { after 'if' condition. (curly)
(#841) Expected space(s) after "if". (keyword-spacing)
(#844) Expected space(s) after "if". (keyword-spacing)
(#846) Line 846 exceeds the maximum line length of 132. (max-len)
(#846) Do not nest ternary expressions (no-nested-ternary)
(#846) Do not nest ternary expressions (no-nested-ternary)
(#849) Line 849 exceeds the maximum line length of 132. (max-len)
(#849) Do not nest ternary expressions (no-nested-ternary)
(#849) Do not nest ternary expressions (no-nested-ternary)
(#858) Line 858 exceeds the maximum line length of 132. (max-len)
(#859) Line 859 exceeds the maximum line length of 132. (max-len)
(#860) Line 860 exceeds the maximum line length of 132. (max-len)
(#860) Do not nest ternary expressions (no-nested-ternary)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) Do not nest ternary expressions (no-nested-ternary)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#865) Line 865 exceeds the maximum line length of 132. (max-len)
(#866) Line 866 exceeds the maximum line length of 132. (max-len)
(#867) Line 867 exceeds the maximum line length of 132. (max-len)
(#867) Do not nest ternary expressions (no-nested-ternary)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#867) Do not nest ternary expressions (no-nested-ternary)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#875) Line 875 exceeds the maximum line length of 132. (max-len)
(#875) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#877) Expected space or tab after '//' in comment. (spaced-comment)
(#883) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#886) Expected space(s) after "if". (keyword-spacing)
(#886) Expected { after 'if' condition. (curly)
(#886) Expected space or tab after '//' in comment. (spaced-comment)
(#887) A space is required after ','. (comma-spacing)
(#891) Function '_clear' has a complexity of 28. (complexity)
(#896) 'self' is defined but never used (no-unused-vars)
(#896) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#900) Expected space(s) after "if". (keyword-spacing)
(#900) Expected { after 'if' condition. (curly)
(#903) Expected space(s) after "if". (keyword-spacing)
(#904) Expected space(s) after "for". (keyword-spacing)
(#904) 'i' used outside of binding context. (block-scoped-var)
(#904) 'i' used outside of binding context. (block-scoped-var)
(#904) 'i' used outside of binding context. (block-scoped-var)
(#904) 'i' used outside of binding context. (block-scoped-var)
(#905) Expected { after 'if' condition. (curly)
(#905) Expected space(s) after "if". (keyword-spacing)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#905) 'i' used outside of binding context. (block-scoped-var)
(#912) Line 912 exceeds the maximum line length of 132. (max-len)
(#912) Expected { after 'if' condition. (curly)
(#912) Expected space(s) after "if". (keyword-spacing)
(#912) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#912) Statement inside of curly braces should be on next line. (brace-style)
(#913) Line 913 exceeds the maximum line length of 132. (max-len)
(#913) Expected space(s) after "if". (keyword-spacing)
(#913) Expected { after 'if' condition. (curly)
(#913) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#913) Statement inside of curly braces should be on next line. (brace-style)
(#913) Expected space or tab after '//' in comment. (spaced-comment)
(#914) Expected space(s) after "if". (keyword-spacing)
(#914) Expected space or tab after '//' in comment. (spaced-comment)
(#915) Expected space(s) after "if". (keyword-spacing)
(#915) Expected { after 'if' condition. (curly)
(#915) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#915) Statement inside of curly braces should be on next line. (brace-style)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' is already defined (no-redeclare)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) 'i' used outside of binding context. (block-scoped-var)
(#916) Missing space before opening brace. (space-before-blocks)
(#917) Expected space(s) after "if". (keyword-spacing)
(#917) 'i' used outside of binding context. (block-scoped-var)
(#917) 'i' used outside of binding context. (block-scoped-var)
(#917) 'i' used outside of binding context. (block-scoped-var)
(#917) 'i' used outside of binding context. (block-scoped-var)
(#918) Line 918 exceeds the maximum line length of 132. (max-len)
(#918) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#918) Statement inside of curly braces should be on next line. (brace-style)
(#918) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#918) Statement inside of curly braces should be on next line. (brace-style)
(#918) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#918) Multiple spaces found before '}'. (no-multi-spaces)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#919) Line 919 exceeds the maximum line length of 132. (max-len)
(#919) Statement inside of curly braces should be on next line. (brace-style)
(#919) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#919) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#919) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#919) Statement inside of curly braces should be on next line. (brace-style)
(#919) Multiple spaces found before '}'. (no-multi-spaces)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#921) Unnecessary semicolon. (no-extra-semi)
(#922) Unnecessary semicolon. (no-extra-semi)
(#924) Expected space or tab after '//' in comment. (spaced-comment)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' is already defined (no-redeclare)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) 'i' used outside of binding context. (block-scoped-var)
(#925) Missing space before opening brace. (space-before-blocks)
(#926) Line 926 exceeds the maximum line length of 132. (max-len)
(#926) Expected space(s) after "if". (keyword-spacing)
(#926) Expected { after 'if' condition. (curly)
(#926) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#926) Statement inside of curly braces should be on next line. (brace-style)
(#926) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#926) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#926) Statement inside of curly braces should be on next line. (brace-style)
(#926) Multiple spaces found before '}'. (no-multi-spaces)
(#926) 'i' used outside of binding context. (block-scoped-var)
(#926) 'i' used outside of binding context. (block-scoped-var)
(#926) 'i' used outside of binding context. (block-scoped-var)
(#926) 'i' used outside of binding context. (block-scoped-var)
(#927) Expected space(s) after "if". (keyword-spacing)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#928) Line 928 exceeds the maximum line length of 132. (max-len)
(#928) Statement inside of curly braces should be on next line. (brace-style)
(#928) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#928) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#928) Statement inside of curly braces should be on next line. (brace-style)
(#928) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#928) Multiple spaces found before '}'. (no-multi-spaces)
(#928) 'i' used outside of binding context. (block-scoped-var)
(#928) 'i' used outside of binding context. (block-scoped-var)
(#928) 'i' used outside of binding context. (block-scoped-var)
(#928) 'i' used outside of binding context. (block-scoped-var)
(#929) 'i' used outside of binding context. (block-scoped-var)
(#929) 'i' used outside of binding context. (block-scoped-var)
(#929) 'i' used outside of binding context. (block-scoped-var)
(#929) 'i' used outside of binding context. (block-scoped-var)
(#933) Expected space or tab after '//' in comment. (spaced-comment)
(#934) Expected { after 'if' condition. (curly)
(#934) Expected space(s) after "if". (keyword-spacing)
(#934) Expected space or tab after '//' in comment. (spaced-comment)
(#935) Expected { after 'if' condition. (curly)
(#935) Expected space(s) after "if". (keyword-spacing)
(#935) Expected space or tab after '//' in comment. (spaced-comment)
(#936) Expected { after 'if' condition. (curly)
(#936) Expected space(s) after "if". (keyword-spacing)
(#936) Expected space or tab after '//' in comment. (spaced-comment)
(#939) Expected space(s) after "if". (keyword-spacing)
(#940) Expected space(s) after "if". (keyword-spacing)
(#942) Line 942 exceeds the maximum line length of 132. (max-len)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' is already defined (no-redeclare)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) Infix operators must be spaced. (space-infix-ops)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#942) Statement inside of curly braces should be on next line. (brace-style)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) 'i' used outside of binding context. (block-scoped-var)
(#942) Unnecessary semicolon. (no-extra-semi)
(#942) Expected space or tab after '//' in comment. (spaced-comment)
(#948) Expected { after 'if' condition. (curly)
(#948) Expected space(s) after "if". (keyword-spacing)
(#950) Line 950 exceeds the maximum line length of 132. (max-len)
(#950) Expected space or tab after '//' in comment. (spaced-comment)
(#953) Expected { after 'if' condition. (curly)
(#953) Expected space(s) after "if". (keyword-spacing)
(#955) Expected space(s) after "if". (keyword-spacing)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' is already defined (no-redeclare)
(#956) Infix operators must be spaced. (space-infix-ops)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#956) Statement inside of curly braces should be on next line. (brace-style)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) 'i' used outside of binding context. (block-scoped-var)
(#956) Unnecessary semicolon. (no-extra-semi)
(#956) Expected space or tab after '//' in comment. (spaced-comment)
(#977) Expected space or tab after '//' in comment. (spaced-comment)
(#1019) 'jQuery' is not defined. (no-undef)
mod/scormcloud/scripts/ui/ui.tabs.js
(#31) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#72) Function '_tabify' has a complexity of 22. (complexity)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#79) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#90) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#122) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#143) Expected to return a value at the end of this function. (consistent-return)
(#158) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#170) 'i' is defined but never used (no-unused-vars)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#188) Trailing spaces not allowed. (no-trailing-spaces)
(#200) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#256) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#263) Missing JSDoc comment. (require-jsdoc)
(#264) There should be no space after '{' (object-curly-spacing)
(#264) There should be no space before '}' (object-curly-spacing)
(#296) '$show' is defined but never used (no-unused-vars)
(#303) Expected to return a value at the end of this function. (consistent-return)
(#304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#335) Trailing spaces not allowed. (no-trailing-spaces)
(#339) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#343) Trailing spaces not allowed. (no-trailing-spaces)
(#348) Line 348 exceeds the maximum line length of 132. (max-len)
(#349) Trailing spaces not allowed. (no-trailing-spaces)
(#369) Trailing spaces not allowed. (no-trailing-spaces)
(#372) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#373) Expected an object to be thrown. (no-throw-literal)
(#387) Requires a space after '{'. (block-spacing)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Requires a space before '}'. (block-spacing)
(#395) Trailing spaces not allowed. (no-trailing-spaces)
(#417) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#444) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#461) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#467) 'i' is defined but never used (no-unused-vars)
(#467) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#477) Trailing spaces not allowed. (no-trailing-spaces)
(#486) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#495) 'i' is defined but never used (no-unused-vars)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) 'i' is defined but never used (no-unused-vars)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) 'i' is defined but never used (no-unused-vars)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) 'self' is defined but never used (no-unused-vars)
(#518) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#534) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#545) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#545) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#545) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#580) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#580) Empty block statement. (no-empty)
(#643) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#644) Trailing spaces not allowed. (no-trailing-spaces)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#651) Trailing spaces not allowed. (no-trailing-spaces)
(#656) Trailing spaces not allowed. (no-trailing-spaces)
(#663) 'e' is defined but never used (no-unused-vars)
(#664) 't' is not defined. (no-undef)
(#675) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#685) 'jQuery' is not defined. (no-undef)

CSS problems

(7 errors, 48 warnings)

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

mod/scormcloud/css/reportage.combined.css
(#23) Duplicate property '*font' found.
(#592) Use of !important
(#603) Expected RBRACE at line 603, col 44.
(#628) Rule is empty.
(#643) Rule is empty.
(#660) Rule is empty.
(#661) Rule is empty.
(#677) Rule is empty.
(#685) Rule is empty.
(#702) Rule is empty.
(#711) Use of !important
(#780) Rule is empty.
(#845) Use of !important
(#851) Use of !important
(#852) Rule is empty.
(#856) Rule is empty.
(#880) Use of !important
(#903) Use of !important
(#912) Use of !important
(#960) Use of !important
(#996) Use of !important
(#1066) Rule is empty.
(#1081) Rule is empty.
(#1084) Rule is empty.
mod/scormcloud/css/ui-lightness/jquery-ui-1.7.2.custom.css
(#23) Use of !important
(#287) Use of !important
(#400) Use of !important
(#406) Use of !important
mod/scormcloud/css/ui.daterangepicker.css
(#8) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#9) Use of !important
(#10) width can't be used with display: inline.
(#12) Use of !important
(#53) Use of !important
(#56) Use of !important
mod/scormcloud/scripts/themes/base/ui.accordion.css
(#5) Use of !important
mod/scormcloud/scripts/themes/base/ui.core.css
(#23) Use of !important
mod/scormcloud/scripts/themes/base/ui.tabs.css
(#5) Use of !important
(#11) Use of !important
mod/scormcloud/scripts/themes/smoothness/jquery-ui-1.7.1.custom.css
(#23) Use of !important
(#285) Use of !important
(#398) Use of !important
(#404) Use of !important
mod/scormcloud/scripts/themes/smoothness/ui.accordion.css
(#5) Use of !important
mod/scormcloud/scripts/themes/smoothness/ui.core.css
(#23) Use of !important
mod/scormcloud/scripts/themes/smoothness/ui.tabs.css
(#5) Use of !important
(#11) Use of !important
mod/scormcloud/scripts/thickbox.css
(#47) Expected (<margin-width> | <content-sizing> | inherit) but found 'expression(document)'.
(#47) Expected RBRACE at line 47, col 33.
(#64) Expected (<margin-width> | inherit) but found 'expression(0 - parseInt(this))'.
(#64) Expected RBRACE at line 64, col 41.
(#135) Expected (<margin-width> | inherit) but found 'expression(0 - parseInt(this))'.
(#135) Expected RBRACE at line 135, col 41.
(#154) Expected (<margin-width> | <content-sizing> | inherit) but found 'expression(document)'.
(#154) Expected RBRACE at line 154, col 33.
(#162) Duplicate property '_margin-bottom' found.

PHPDocs style problems

(1021 errors, 47 warnings)

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

mod/scormcloud/SCORMCloud_PHPLibrary/AccountService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#39) Class AccountService is not documented
(#43) Function AccountService::__construct is not documented
(#48) Function AccountService::GetAccountInfo is not documented
(#41) Variable AccountService::$_configuration is not documented
(#35) Found comment starting with three or more slashes
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Package is not specified for class AccountService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/ApplicationData.php
(#2) Empty line found after PHP open tag
(#35) File-level phpdocs block is not found
(#35) Class ApplicationData is not documented
(#46) Function ApplicationData::__construct is not documented
(#60) Function ApplicationData::ConvertToApplicationDataList is not documented
(#80) Function ApplicationData::getAppId is not documented
(#89) Function ApplicationData::getCreateDate is not documented
(#97) Function ApplicationData::getName is not documented
(#102) Function ApplicationData::getData is not documented
(#37) Variable ApplicationData::$_appId is not documented
(#38) Variable ApplicationData::$_createDate is not documented
(#39) Variable ApplicationData::$_name is not documented
(#40) Variable ApplicationData::$_data is not documented
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#34) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#44) Found comment starting with three or more slashes
(#45) Found comment starting with three or more slashes
(#54) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#56) Found comment starting with three or more slashes
(#57) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#77) Found comment starting with three or more slashes
(#78) Found comment starting with three or more slashes
(#79) Found comment starting with three or more slashes
(#86) Found comment starting with three or more slashes
(#87) Found comment starting with three or more slashes
(#88) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
(#95) Found comment starting with three or more slashes
(#96) Found comment starting with three or more slashes
(#35) Package is not specified for class ApplicationData. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/ApplicationService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#40) Class ApplicationService is not documented
(#44) Function ApplicationService::__construct is not documented
(#53) Function ApplicationService::CreateApplication is not documented
(#68) Function ApplicationService::UpdateApplication is not documented
(#91) Function ApplicationService::GetAppList is not documented
(#109) Function ApplicationService::GetAppInfo is not documented
(#122) Function ApplicationService::AddSecretKey is not documented
(#139) Function ApplicationService::UpdateSecretKey is not documented
(#164) Function ApplicationService::DeleteSecretKey is not documented
(#42) Variable ApplicationService::$_configuration is not documented
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#50) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#63) Found comment starting with three or more slashes
(#64) Found comment starting with three or more slashes
(#65) Found comment starting with three or more slashes
(#66) Found comment starting with three or more slashes
(#67) Found comment starting with three or more slashes
(#87) Found comment starting with three or more slashes
(#88) Found comment starting with three or more slashes
(#89) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#104) Found comment starting with three or more slashes
(#105) Found comment starting with three or more slashes
(#106) Found comment starting with three or more slashes
(#107) Found comment starting with three or more slashes
(#108) Found comment starting with three or more slashes
(#118) Found comment starting with three or more slashes
(#119) Found comment starting with three or more slashes
(#120) Found comment starting with three or more slashes
(#121) Found comment starting with three or more slashes
(#131) Found comment starting with three or more slashes
(#132) Found comment starting with three or more slashes
(#133) Found comment starting with three or more slashes
(#134) Found comment starting with three or more slashes
(#135) Found comment starting with three or more slashes
(#136) Found comment starting with three or more slashes
(#137) Found comment starting with three or more slashes
(#138) Found comment starting with three or more slashes
(#159) Found comment starting with three or more slashes
(#160) Found comment starting with three or more slashes
(#161) Found comment starting with three or more slashes
(#162) Found comment starting with three or more slashes
(#163) Found comment starting with three or more slashes
(#40) Package is not specified for class ApplicationService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/Configuration.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#32) Class Configuration is not documented
(#43) Function Configuration::__construct is not documented
(#80) Function Configuration::getAppId is not documented
(#84) Function Configuration::setAppId is not documented
(#89) Function Configuration::getSecurityKey is not documented
(#93) Function Configuration::setSecurityKey is not documented
(#98) Function Configuration::getAppManagerId is not documented
(#102) Function Configuration::setAppManagerId is not documented
(#107) Function Configuration::getManagerSecurityKey is not documented
(#111) Function Configuration::setManagerSecurityKey is not documented
(#116) Function Configuration::getScormEngineServiceUrl is not documented
(#120) Function Configuration::setScormEngineServiceUrl is not documented
(#125) Function Configuration::getOriginString is not documented
(#130) Function Configuration::setOriginString is not documented
(#135) Function Configuration::setProxy is not documented
(#139) Function Configuration::getProxy is not documented
(#34) Variable Configuration::$_appId is not documented
(#35) Variable Configuration::$_securityKey is not documented
(#36) Variable Configuration::$_scormEngineServiceUrl is not documented
(#37) Variable Configuration::$_appManagerId is not documented
(#38) Variable Configuration::$_managerSecurityKey is not documented
(#39) Variable Configuration::$_originString is not documented
(#41) Variable Configuration::$_proxy is not documented
(#32) Package is not specified for class Configuration. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/CourseData.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#32) Class CourseData is not documented
(#43) Function CourseData::__construct is not documented
(#64) Function CourseData::ConvertToCourseDataList is not documented
(#84) Function CourseData::getCourseId is not documented
(#92) Function CourseData::getNumberOfVersions is not documented
(#101) Function CourseData::getNumberOfRegistrations is not documented
(#109) Function CourseData::getTitle is not documented
(#33) Variable CourseData::$_courseId is not documented
(#34) Variable CourseData::$_numberOfVersions is not documented
(#35) Variable CourseData::$_numberOfRegistrations is not documented
(#36) Variable CourseData::$_title is not documented
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#60) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#63) Found comment starting with three or more slashes
(#81) Found comment starting with three or more slashes
(#82) Found comment starting with three or more slashes
(#83) Found comment starting with three or more slashes
(#89) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#91) Found comment starting with three or more slashes
(#97) Found comment starting with three or more slashes
(#98) Found comment starting with three or more slashes
(#99) Found comment starting with three or more slashes
(#100) Found comment starting with three or more slashes
(#106) Found comment starting with three or more slashes
(#107) Found comment starting with three or more slashes
(#108) Found comment starting with three or more slashes
(#32) Package is not specified for class CourseData. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/CourseService.php
(#2) Empty line found after PHP open tag
(#31) File-level phpdocs block is not found
(#42) Class CourseService is not documented
(#46) Function CourseService::__construct is not documented
(#61) Function CourseService::ImportCourse is not documented
(#98) Function CourseService::ImportUploadedCourse is not documented
(#129) Function CourseService::Exists is not documented
(#145) Function CourseService::GetCourseList is not documented
(#164) Function CourseService::DeleteCourse is not documented
(#182) Function CourseService::DeleteCourseVersion is not documented
(#196) Function CourseService::GetCourseDetail is not documented
(#212) Function CourseService::GetMetadata is not documented
(#239) Function CourseService::GetPreviewUrl is not documented
(#266) Function CourseService::GetPropertyEditorUrl is not documented
(#292) Function CourseService::GetImportCourseUrl is not documented
(#302) Function CourseService::GetUpdateAssetsUrl is not documented
(#318) Function CourseService::GetAttributes is not documented
(#346) Function CourseService::UpdateAttributes is not documented
(#379) Function CourseService::UpdateAssetsFromUploadedFile is not documented
(#44) Variable CourseService::$_configuration is not documented
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#54) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#56) Found comment starting with three or more slashes
(#57) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#60) Found comment starting with three or more slashes
(#83) Found comment starting with three or more slashes
(#85) Found comment starting with three or more slashes
(#86) Found comment starting with three or more slashes
(#87) Found comment starting with three or more slashes
(#88) Found comment starting with three or more slashes
(#89) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#91) Found comment starting with three or more slashes
(#92) Found comment starting with three or more slashes
(#93) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
(#95) Found comment starting with three or more slashes
(#96) Found comment starting with three or more slashes
(#97) Found comment starting with three or more slashes
(#121) Found comment starting with three or more slashes
(#123) Found comment starting with three or more slashes
(#124) Found comment starting with three or more slashes
(#125) Found comment starting with three or more slashes
(#126) Found comment starting with three or more slashes
(#127) Found comment starting with three or more slashes
(#128) Found comment starting with three or more slashes
(#139) Found comment starting with three or more slashes
(#140) Found comment starting with three or more slashes
(#141) Found comment starting with three or more slashes
(#142) Found comment starting with three or more slashes
(#143) Found comment starting with three or more slashes
(#144) Found comment starting with three or more slashes
(#159) Found comment starting with three or more slashes
(#160) Found comment starting with three or more slashes
(#161) Found comment starting with three or more slashes
(#162) Found comment starting with three or more slashes
(#163) Found comment starting with three or more slashes
(#177) Found comment starting with three or more slashes
(#178) Found comment starting with three or more slashes
(#179) Found comment starting with three or more slashes
(#180) Found comment starting with three or more slashes
(#181) Found comment starting with three or more slashes
(#192) Found comment starting with three or more slashes
(#193) Found comment starting with three or more slashes
(#194) Found comment starting with three or more slashes
(#195) Found comment starting with three or more slashes
(#204) Found comment starting with three or more slashes
(#205) Found comment starting with three or more slashes
(#206) Found comment starting with three or more slashes
(#207) Found comment starting with three or more slashes
(#208) Found comment starting with three or more slashes
(#209) Found comment starting with three or more slashes
(#210) Found comment starting with three or more slashes
(#211) Found comment starting with three or more slashes
(#233) Found comment starting with three or more slashes
(#234) Found comment starting with three or more slashes
(#235) Found comment starting with three or more slashes
(#236) Found comment starting with three or more slashes
(#237) Found comment starting with three or more slashes
(#238) Found comment starting with three or more slashes
(#256) Found comment starting with three or more slashes
(#257) Found comment starting with three or more slashes
(#258) Found comment starting with three or more slashes
(#259) Found comment starting with three or more slashes
(#260) Found comment starting with three or more slashes
(#261) Found comment starting with three or more slashes
(#262) Found comment starting with three or more slashes
(#263) Found comment starting with three or more slashes
(#264) Found comment starting with three or more slashes
(#265) Found comment starting with three or more slashes
(#287) Found comment starting with three or more slashes
(#288) Found comment starting with three or more slashes
(#289) Found comment starting with three or more slashes
(#290) Found comment starting with three or more slashes
(#291) Found comment starting with three or more slashes
(#311) Found comment starting with three or more slashes
(#312) Found comment starting with three or more slashes
(#313) Found comment starting with three or more slashes
(#314) Found comment starting with three or more slashes
(#315) Found comment starting with three or more slashes
(#316) Found comment starting with three or more slashes
(#317) Found comment starting with three or more slashes
(#339) Found comment starting with three or more slashes
(#340) Found comment starting with three or more slashes
(#341) Found comment starting with three or more slashes
(#342) Found comment starting with three or more slashes
(#343) Found comment starting with three or more slashes
(#344) Found comment starting with three or more slashes
(#345) Found comment starting with three or more slashes
(#374) Found comment starting with three or more slashes
(#375) Found comment starting with three or more slashes
(#376) Found comment starting with three or more slashes
(#377) Found comment starting with three or more slashes
(#378) Found comment starting with three or more slashes
(#42) Package is not specified for class CourseService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/DebugLogger.php
(#2) Empty line found after PHP open tag
(#41) Function write_log is not documented
(#32) File-level phpdocs block does not have @copyright tag
(#32) File-level phpdocs block does not have @license tag
(#41) Package is not specified for function write_log. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/DebugService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#39) Class DebugService is not documented
(#43) Function DebugService::__construct is not documented
(#48) Function DebugService::CloudPing is not documented
(#64) Function DebugService::CloudAuthPing is not documented
(#41) Variable DebugService::$_configuration is not documented
(#35) Found comment starting with three or more slashes
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Package is not specified for class DebugService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/Dispatch.php
(#2) Empty line found after PHP open tag
(#31) File-level phpdocs block is not found
(#31) Class Dispatch is not documented
(#44) Function Dispatch::__construct is not documented
(#65) Function Dispatch::parseDispatchList is not documented
(#84) Function Dispatch::getId is not documented
(#89) Function Dispatch::getDestinationId is not documented
(#94) Function Dispatch::getAppId is not documented
(#99) Function Dispatch::getCourseAppId is not documented
(#104) Function Dispatch::getCourseId is not documented
(#109) Function Dispatch::getEnabled is not documented
(#114) Function Dispatch::getNotes is not documented
(#119) Function Dispatch::getCreatedBy is not documented
(#124) Function Dispatch::getCreateDate is not documented
(#129) Function Dispatch::getUpdateDate is not documented
(#134) Function Dispatch::getTags is not documented
(#32) Variable Dispatch::$_id is not documented
(#33) Variable Dispatch::$_destinationId is not documented
(#34) Variable Dispatch::$_appId is not documented
(#35) Variable Dispatch::$_courseAppId is not documented
(#36) Variable Dispatch::$_courseId is not documented
(#37) Variable Dispatch::$_enabled is not documented
(#38) Variable Dispatch::$_notes is not documented
(#39) Variable Dispatch::$_createdBy is not documented
(#40) Variable Dispatch::$_createDate is not documented
(#41) Variable Dispatch::$_updateDate is not documented
(#42) Variable Dispatch::$_tags is not documented
(#31) Package is not specified for class Dispatch. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/DispatchDestination.php
(#2) Empty line found after PHP open tag
(#31) File-level phpdocs block is not found
(#31) Class DispatchDestination is not documented
(#40) Function DispatchDestination::__construct is not documented
(#57) Function DispatchDestination::parseDestinationList is not documented
(#76) Function DispatchDestination::getId is not documented
(#81) Function DispatchDestination::getName is not documented
(#86) Function DispatchDestination::getNotes is not documented
(#91) Function DispatchDestination::getCreatedBy is not documented
(#96) Function DispatchDestination::getCreateDate is not documented
(#101) Function DispatchDestination::getUpdateDate is not documented
(#106) Function DispatchDestination::getTags is not documented
(#32) Variable DispatchDestination::$_id is not documented
(#33) Variable DispatchDestination::$_name is not documented
(#34) Variable DispatchDestination::$_notes is not documented
(#35) Variable DispatchDestination::$_createdBy is not documented
(#36) Variable DispatchDestination::$_createDate is not documented
(#37) Variable DispatchDestination::$_updateDate is not documented
(#38) Variable DispatchDestination::$_tags is not documented
(#31) Package is not specified for class DispatchDestination. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/DispatchService.php
(#2) Empty line found after PHP open tag
(#31) File-level phpdocs block is not found
(#39) Class DispatchService is not documented
(#43) Function DispatchService::__construct is not documented
(#47) Function DispatchService::GetDestinationList is not documented
(#59) Function DispatchService::CreateDestination is not documented
(#76) Function DispatchService::DeleteDestination is not documented
(#84) Function DispatchService::GetDestinationInfo is not documented
(#94) Function DispatchService::UpdateDestination is not documented
(#109) Function DispatchService::CreateDispatch is not documented
(#126) Function DispatchService::GetDispatchInfo is not documented
(#136) Function DispatchService::DeleteDispatches is not documented
(#156) Function DispatchService::GetDispatchList is not documented
(#174) Function DispatchService::UpdateDispatches is not documented
(#204) Function DispatchService::GetDispatchDownloadUrl is not documented
(#41) Variable DispatchService::$_configuration is not documented
(#35) Found comment starting with three or more slashes
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Package is not specified for class DispatchService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/Enums.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#32) Class Enum is not documented
(#34) Function Enum::__construct is not documented
(#40) Function Enum::getScope is not documented
(#61) Function Enum::getMetadataScope is not documented
(#79) Function Enum::getMetadataFormat is not documented
(#97) Function Enum::getRegistrationResultsFormat is not documented
(#118) Function Enum::getDataFormat is not documented
(#133) Function Enum::getRegistrationResultsAuthType is not documented
(#148) Function Enum::getErrorCode is not documented
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#60) Found comment starting with three or more slashes
(#76) Found comment starting with three or more slashes
(#77) Found comment starting with three or more slashes
(#78) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
(#95) Found comment starting with three or more slashes
(#96) Found comment starting with three or more slashes
(#115) Found comment starting with three or more slashes
(#116) Found comment starting with three or more slashes
(#117) Found comment starting with three or more slashes
(#32) Package is not specified for class Enum. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/ImportResult.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#32) Class ImportResult is not documented
(#44) Function ImportResult::__construct is not documented
(#69) Function ImportResult::ConvertToImportResults is not documented
(#87) Function ImportResult::getTitle is not documented
(#95) Function ImportResult::getWasSuccessful is not documented
(#103) Function ImportResult::getMessage is not documented
(#111) Function ImportResult::getParserWarnings is not documented
(#34) Variable ImportResult::$_title is not documented
(#35) Variable ImportResult::$_wasSuccessful is not documented
(#36) Variable ImportResult::$_message is not documented
(#37) Variable ImportResult::$_parserWarnings is not documented
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#63) Found comment starting with three or more slashes
(#64) Found comment starting with three or more slashes
(#65) Found comment starting with three or more slashes
(#66) Found comment starting with three or more slashes
(#67) Found comment starting with three or more slashes
(#68) Found comment starting with three or more slashes
(#84) Found comment starting with three or more slashes
(#85) Found comment starting with three or more slashes
(#86) Found comment starting with three or more slashes
(#92) Found comment starting with three or more slashes
(#93) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
(#100) Found comment starting with three or more slashes
(#101) Found comment starting with three or more slashes
(#102) Found comment starting with three or more slashes
(#108) Found comment starting with three or more slashes
(#109) Found comment starting with three or more slashes
(#110) Found comment starting with three or more slashes
(#32) Package is not specified for class ImportResult. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/InvitationService.php
(#2) Empty line found after PHP open tag
(#31) File-level phpdocs block is not found
(#39) Class InvitationService is not documented
(#43) Function InvitationService::__construct is not documented
(#56) Function InvitationService::CreateInvitation is not documented
(#118) Function InvitationService::GetInvitationList is not documented
(#137) Function InvitationService::GetInvitationStatus is not documented
(#151) Function InvitationService::GetInvitationInfo is not documented
(#168) Function InvitationService::ChangeStatus is not documented
(#41) Variable InvitationService::$_configuration is not documented
(#35) Found comment starting with three or more slashes
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#48) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#50) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#54) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#39) Package is not specified for class InvitationService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/LaunchInfo.php
(#2) Empty line found after PHP open tag
(#35) File-level phpdocs block is not found
(#35) Class LaunchInfo is not documented
(#52) Function LaunchInfo::__construct is not documented
(#70) Function LaunchInfo::getId is not documented
(#78) Function LaunchInfo::getCompletion is not documented
(#86) Function LaunchInfo::getSatisfaction is not documented
(#94) Function LaunchInfo::getMeasureStatus is not documented
(#102) Function LaunchInfo::getNormalizedMeasure is not documented
(#110) Function LaunchInfo::getExperiencedDurationTracked is not documented
(#118) Function LaunchInfo::getLaunchTime is not documented
(#126) Function LaunchInfo::getExitTime is not documented
(#134) Function LaunchInfo::getLastUpdated is not documented
(#142) Function LaunchInfo::getLog is not documented
(#154) Function LaunchInfo::ConvertToLaunchInfoList is not documented
(#37) Variable LaunchInfo::$_id is not documented
(#38) Variable LaunchInfo::$_completion is not documented
(#39) Variable LaunchInfo::$_satisfaction is not documented
(#40) Variable LaunchInfo::$_measureStatus is not documented
(#41) Variable LaunchInfo::$_normalizedMeasure is not documented
(#42) Variable LaunchInfo::$_experiencedDurationTracked is not documented
(#43) Variable LaunchInfo::$_launchTime is not documented
(#44) Variable LaunchInfo::$_exitTime is not documented
(#45) Variable LaunchInfo::$_lastUpdated is not documented
(#46) Variable LaunchInfo::$_log is not documented
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#34) Found comment starting with three or more slashes
(#48) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#50) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#67) Found comment starting with three or more slashes
(#68) Found comment starting with three or more slashes
(#69) Found comment starting with three or more slashes
(#75) Found comment starting with three or more slashes
(#76) Found comment starting with three or more slashes
(#77) Found comment starting with three or more slashes
(#83) Found comment starting with three or more slashes
(#84) Found comment starting with three or more slashes
(#85) Found comment starting with three or more slashes
(#91) Found comment starting with three or more slashes
(#92) Found comment starting with three or more slashes
(#93) Found comment starting with three or more slashes
(#99) Found comment starting with three or more slashes
(#100) Found comment starting with three or more slashes
(#101) Found comment starting with three or more slashes
(#107) Found comment starting with three or more slashes
(#108) Found comment starting with three or more slashes
(#109) Found comment starting with three or more slashes
(#115) Found comment starting with three or more slashes
(#116) Found comment starting with three or more slashes
(#117) Found comment starting with three or more slashes
(#123) Found comment starting with three or more slashes
(#124) Found comment starting with three or more slashes
(#125) Found comment starting with three or more slashes
(#131) Found comment starting with three or more slashes
(#132) Found comment starting with three or more slashes
(#133) Found comment starting with three or more slashes
(#139) Found comment starting with three or more slashes
(#140) Found comment starting with three or more slashes
(#141) Found comment starting with three or more slashes
(#149) Found comment starting with three or more slashes
(#150) Found comment starting with three or more slashes
(#151) Found comment starting with three or more slashes
(#152) Found comment starting with three or more slashes
(#153) Found comment starting with three or more slashes
(#35) Package is not specified for class LaunchInfo. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/LrsAccount.php
(#2) Empty line found after PHP open tag
(#35) File-level phpdocs block is not found
(#35) Class LrsAccount is not documented
(#49) Function LrsAccount::__construct is not documented
(#77) Function LrsAccount::ConvertToLrsAcountList is not documented
(#98) Function LrsAccount::getAccountKey is not documented
(#104) Function LrsAccount::getAccountEnabled is not documented
(#109) Function LrsAccount::getAccountLabel is not documented
(#114) Function LrsAccount::getAccountSecret is not documented
(#119) Function LrsAccount::getAccountAuthType is not documented
(#124) Function LrsAccount::setAccountKey is not documented
(#130) Function LrsAccount::setAccountEnabled is not documented
(#135) Function LrsAccount::setAccountLabel is not documented
(#140) Function LrsAccount::setAccountSecret is not documented
(#145) Function LrsAccount::setAccountAuthType is not documented
(#37) Variable LrsAccount::$_accountKey is not documented
(#38) Variable LrsAccount::$_accountEnabled is not documented
(#39) Variable LrsAccount::$_accountLabel is not documented
(#40) Variable LrsAccount::$_accountSecret is not documented
(#41) Variable LrsAccount::$_accountAuthType is not documented
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#34) Found comment starting with three or more slashes
(#44) Found comment starting with three or more slashes
(#45) Found comment starting with three or more slashes
(#46) Found comment starting with three or more slashes
(#47) Found comment starting with three or more slashes
(#48) Found comment starting with three or more slashes
(#71) Found comment starting with three or more slashes
(#72) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#74) Found comment starting with three or more slashes
(#75) Found comment starting with three or more slashes
(#76) Found comment starting with three or more slashes
(#35) Package is not specified for class LrsAccount. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/LrsAccountService.php
(#2) Empty line found after PHP open tag
(#31) File-level phpdocs block is not found
(#43) Class LrsAccountService is not documented
(#47) Function LrsAccountService::__construct is not documented
(#54) Function LrsAccountService::createActivityProvider is not documented
(#72) Function LrsAccountService::listActivityProviders is not documented
(#89) Function LrsAccountService::editActivityProvider is not documented
(#124) Function LrsAccountService::deleteActivityProvider is not documented
(#138) Function LrsAccountService::setAppLrsAuthCallbackUrl is not documented
(#45) Variable LrsAccountService::$_configuration is not documented
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#67) Found comment starting with three or more slashes
(#68) Found comment starting with three or more slashes
(#69) Found comment starting with three or more slashes
(#71) Found comment starting with three or more slashes
(#84) Found comment starting with three or more slashes
(#85) Found comment starting with three or more slashes
(#86) Found comment starting with three or more slashes
(#88) Found comment starting with three or more slashes
(#120) Found comment starting with three or more slashes
(#121) Found comment starting with three or more slashes
(#122) Found comment starting with three or more slashes
(#135) Found comment starting with three or more slashes
(#136) Found comment starting with three or more slashes
(#137) Found comment starting with three or more slashes
(#43) Package is not specified for class LrsAccountService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/RegistrationData.php
(#2) Empty line found after PHP open tag
(#35) File-level phpdocs block is not found
(#35) Class RegistrationData is not documented
(#46) Function RegistrationData::__construct is not documented
(#62) Function RegistrationData::ConvertToRegistrationDataList is not documented
(#84) Function RegistrationData::getRegistrationId is not documented
(#92) Function RegistrationData::getCourseId is not documented
(#97) Function RegistrationData::getData is not documented
(#37) Variable RegistrationData::$_registrationId is not documented
(#38) Variable RegistrationData::$_courseId is not documented
(#39) Variable RegistrationData::$_data is not documented
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#34) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#44) Found comment starting with three or more slashes
(#45) Found comment starting with three or more slashes
(#56) Found comment starting with three or more slashes
(#57) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#60) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
(#81) Found comment starting with three or more slashes
(#82) Found comment starting with three or more slashes
(#83) Found comment starting with three or more slashes
(#89) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#91) Found comment starting with three or more slashes
(#35) Package is not specified for class RegistrationData. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/RegistrationService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#42) Class RegistrationService is not documented
(#46) Function RegistrationService::__construct is not documented
(#59) Function RegistrationService::CreateRegistration is not documented
(#108) Function RegistrationService::Exists is not documented
(#125) Function RegistrationService::GetRegistrationResult is not documented
(#140) Function RegistrationService::GetRegistrationResultUrl is not documented
(#159) Function RegistrationService::GetRegistrationSummary is not documented
(#181) Function RegistrationService::GetRegistrationList is not documented
(#207) Function RegistrationService::GetRegistrationDetail is not documented
(#223) Function RegistrationService::GetRegistrationListResults is not documented
(#253) Function RegistrationService::DeleteRegistration is not documented
(#270) Function RegistrationService::ResetRegistration is not documented
(#283) Function RegistrationService::ResetGlobalObjectives is not documented
(#299) Function RegistrationService::DeleteRegistrationInstance is not documented
(#318) Function RegistrationService::GetLaunchUrl is not documented
(#360) Function RegistrationService::GetLaunchHistory is not documented
(#377) Function RegistrationService::GetLaunchInfo is not documented
(#386) Function RegistrationService::UpdateLearnerInfo is not documented
(#44) Variable RegistrationService::$_configuration is not documented
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#54) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#56) Found comment starting with three or more slashes
(#57) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#118) Found comment starting with three or more slashes
(#119) Found comment starting with three or more slashes
(#120) Found comment starting with three or more slashes
(#121) Found comment starting with three or more slashes
(#122) Found comment starting with three or more slashes
(#123) Found comment starting with three or more slashes
(#124) Found comment starting with three or more slashes
(#154) Found comment starting with three or more slashes
(#155) Found comment starting with three or more slashes
(#156) Found comment starting with three or more slashes
(#157) Found comment starting with three or more slashes
(#158) Found comment starting with three or more slashes
(#175) Found comment starting with three or more slashes
(#176) Found comment starting with three or more slashes
(#177) Found comment starting with three or more slashes
(#178) Found comment starting with three or more slashes
(#179) Found comment starting with three or more slashes
(#180) Found comment starting with three or more slashes
(#202) Found comment starting with three or more slashes
(#203) Found comment starting with three or more slashes
(#204) Found comment starting with three or more slashes
(#205) Found comment starting with three or more slashes
(#206) Found comment starting with three or more slashes
(#216) Found comment starting with three or more slashes
(#217) Found comment starting with three or more slashes
(#218) Found comment starting with three or more slashes
(#219) Found comment starting with three or more slashes
(#220) Found comment starting with three or more slashes
(#221) Found comment starting with three or more slashes
(#222) Found comment starting with three or more slashes
(#248) Found comment starting with three or more slashes
(#249) Found comment starting with three or more slashes
(#250) Found comment starting with three or more slashes
(#251) Found comment starting with three or more slashes
(#252) Found comment starting with three or more slashes
(#266) Found comment starting with three or more slashes
(#267) Found comment starting with three or more slashes
(#268) Found comment starting with three or more slashes
(#269) Found comment starting with three or more slashes
(#278) Found comment starting with three or more slashes
(#279) Found comment starting with three or more slashes
(#280) Found comment starting with three or more slashes
(#281) Found comment starting with three or more slashes
(#282) Found comment starting with three or more slashes
(#294) Found comment starting with three or more slashes
(#295) Found comment starting with three or more slashes
(#296) Found comment starting with three or more slashes
(#297) Found comment starting with three or more slashes
(#298) Found comment starting with three or more slashes
(#309) Found comment starting with three or more slashes
(#310) Found comment starting with three or more slashes
(#311) Found comment starting with three or more slashes
(#312) Found comment starting with three or more slashes
(#313) Found comment starting with three or more slashes
(#314) Found comment starting with three or more slashes
(#315) Found comment starting with three or more slashes
(#316) Found comment starting with three or more slashes
(#317) Found comment starting with three or more slashes
(#353) Found comment starting with three or more slashes
(#354) Found comment starting with three or more slashes
(#355) Found comment starting with three or more slashes
(#356) Found comment starting with three or more slashes
(#357) Found comment starting with three or more slashes
(#358) Found comment starting with three or more slashes
(#359) Found comment starting with three or more slashes
(#372) Found comment starting with three or more slashes
(#373) Found comment starting with three or more slashes
(#374) Found comment starting with three or more slashes
(#375) Found comment starting with three or more slashes
(#376) Found comment starting with three or more slashes
(#42) Package is not specified for class RegistrationService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/RegistrationSummary.php
(#2) Empty line found after PHP open tag
(#35) File-level phpdocs block is not found
(#35) Class RegistrationSummary is not documented
(#46) Function RegistrationSummary::__construct is not documented
(#58) Function RegistrationSummary::getComplete is not documented
(#66) Function RegistrationSummary::getSuccess is not documented
(#74) Function RegistrationSummary::getTotalTime is not documented
(#82) Function RegistrationSummary::getScore is not documented
(#37) Variable RegistrationSummary::$_complete is not documented
(#38) Variable RegistrationSummary::$_success is not documented
(#39) Variable RegistrationSummary::$_totaltime is not documented
(#40) Variable RegistrationSummary::$_score is not documented
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#34) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#44) Found comment starting with three or more slashes
(#45) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#56) Found comment starting with three or more slashes
(#57) Found comment starting with three or more slashes
(#63) Found comment starting with three or more slashes
(#64) Found comment starting with three or more slashes
(#65) Found comment starting with three or more slashes
(#71) Found comment starting with three or more slashes
(#72) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#79) Found comment starting with three or more slashes
(#80) Found comment starting with three or more slashes
(#81) Found comment starting with three or more slashes
(#35) Package is not specified for class RegistrationSummary. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/ReportingService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#39) Class ReportingService is not documented
(#263) Class WidgetSettings is not documented
(#430) Class DateRangeSettings is not documented
(#463) Class TagSettings is not documented
(#488) Class ComparisonSettings is not documented
(#43) Function ReportingService::__construct is not documented
(#48) Function ReportingService::GetReportageAuth is not documented
(#62) Function ReportingService::GetReportUrl is not documented
(#74) Function ReportingService::GetReportageServiceUrl is not documented
(#78) Function ReportingService::GetReportageDate is not documented
(#87) Function ReportingService::LaunchReportage is not documented
(#94) Function ReportingService::LaunchCourseReport is not documented
(#101) Function ReportingService::LaunchUserReport is not documented
(#108) Function ReportingService::GetWidgetUrl is not documented
(#285) Function WidgetSettings::__construct is not documented
(#291) Function WidgetSettings::getDateRangeSettings is not documented
(#295) Function WidgetSettings::getTagSettings is not documented
(#299) Function WidgetSettings::getComparisonSettings is not documented
(#305) Function WidgetSettings::setCourseId is not documented
(#309) Function WidgetSettings::getCourseId is not documented
(#313) Function WidgetSettings::hasCourseId is not documented
(#318) Function WidgetSettings::setLearnerId is not documented
(#322) Function WidgetSettings::getLearnerId is not documented
(#326) Function WidgetSettings::hasLearnerId is not documented
(#332) Function WidgetSettings::setShowTitle is not documented
(#336) Function WidgetSettings::getShowTitle is not documented
(#340) Function WidgetSettings::setVertical is not documented
(#344) Function WidgetSettings::getVertical is not documented
(#348) Function WidgetSettings::setPublic is not documented
(#352) Function WidgetSettings::getPublic is not documented
(#356) Function WidgetSettings::setStandalone is not documented
(#360) Function WidgetSettings::getStandalone is not documented
(#364) Function WidgetSettings::setIframe is not documented
(#368) Function WidgetSettings::getIframe is not documented
(#372) Function WidgetSettings::setExpand is not documented
(#376) Function WidgetSettings::getExpand is not documented
(#380) Function WidgetSettings::setScriptBased is not documented
(#384) Function WidgetSettings::getScriptBased is not documented
(#388) Function WidgetSettings::setDivname is not documented
(#392) Function WidgetSettings::getDivname is not documented
(#396) Function WidgetSettings::setPubNavPermission is not documented
(#400) Function WidgetSettings::getPubNavPermission is not documented
(#404) Function WidgetSettings::setEmbedded is not documented
(#408) Function WidgetSettings::getEmbedded is not documented
(#412) Function WidgetSettings::setViewAll is not documented
(#416) Function WidgetSettings::getViewAll is not documented
(#420) Function WidgetSettings::setExport is not documented
(#424) Function WidgetSettings::getExport is not documented
(#438) Function DateRangeSettings::__construct is not documented
(#445) Function DateRangeSettings::getDateRangeType is not documented
(#449) Function DateRangeSettings::getDateRangeStart is not documented
(#453) Function DateRangeSettings::getDateRangeEnd is not documented
(#457) Function DateRangeSettings::getDateCriteria is not documented
(#467) Function TagSettings::addTag is not documented
(#472) Function TagSettings::getTagString is not documented
(#477) Function TagSettings::getViewTagString is not documented
(#482) Function TagSettings::hasTags is not documented
(#499) Function boolString is not documented
(#41) Variable ReportingService::$_configuration is not documented
(#265) Variable WidgetSettings::$_dateRangeSettings is not documented
(#266) Variable WidgetSettings::$_tagSettings is not documented
(#267) Variable WidgetSettings::$_comparisonSettings is not documented
(#269) Variable WidgetSettings::$_courseid is not documented
(#270) Variable WidgetSettings::$_learnerid is not documented
(#272) Variable WidgetSettings::$_showTitle is not documented
(#273) Variable WidgetSettings::$_vertical is not documented
(#274) Variable WidgetSettings::$_public is not documented
(#275) Variable WidgetSettings::$_standalone is not documented
(#276) Variable WidgetSettings::$_iframe is not documented
(#277) Variable WidgetSettings::$_expand is not documented
(#278) Variable WidgetSettings::$_scriptBased is not documented
(#279) Variable WidgetSettings::$_divname is not documented
(#280) Variable WidgetSettings::$_pubNavPermission is not documented
(#281) Variable WidgetSettings::$_embedded is not documented
(#282) Variable WidgetSettings::$_viewall is not documented
(#283) Variable WidgetSettings::$_export is not documented
(#432) Variable DateRangeSettings::$_dateRangeType is not documented
(#433) Variable DateRangeSettings::$_dateRangeStart is not documented
(#434) Variable DateRangeSettings::$_dateRangeEnd is not documented
(#435) Variable DateRangeSettings::$_dateCriteria is not documented
(#465) Variable TagSettings::$_tags is not documented
(#489) Variable ComparisonSettings::$compMatchDates is not documented
(#490) Variable ComparisonSettings::$compDateRangeType is not documented
(#491) Variable ComparisonSettings::$compDateCriteria is not documented
(#492) Variable ComparisonSettings::$compLearnerTags is not documented
(#493) Variable ComparisonSettings::$compViewLearnerTagGroups is not documented
(#494) Variable ComparisonSettings::$compViewCourseTagGroups is not documented
(#495) Variable ComparisonSettings::$compViewRegistrationTagGroups is not documented
(#35) Found comment starting with three or more slashes
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Package is not specified for class ReportingService. It is also not specified in file-level phpdocs
(#263) Package is not specified for class WidgetSettings. It is also not specified in file-level phpdocs
(#430) Package is not specified for class DateRangeSettings. It is also not specified in file-level phpdocs
(#463) Package is not specified for class TagSettings. It is also not specified in file-level phpdocs
(#488) Package is not specified for class ComparisonSettings. It is also not specified in file-level phpdocs
(#499) Package is not specified for function boolString. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/ScormEngineService.php
(#2) Empty line found after PHP open tag
(#57) Class ScormEngineService is not documented
(#73) Function ScormEngineService::__construct is not documented
(#91) Function ScormEngineService::isValidAccount is not documented
(#103) Function ScormEngineService::isValidUrl is not documented
(#258) Function ScormEngineService::getOriginString is not documented
(#59) Variable ScormEngineService::$_configuration is not documented
(#60) Variable ScormEngineService::$_courseService is not documented
(#61) Variable ScormEngineService::$_registrationService is not documented
(#62) Variable ScormEngineService::$_uploadService is not documented
(#63) Variable ScormEngineService::$_ftpService is not documented
(#64) Variable ScormEngineService::$_serviceRequest is not documented
(#65) Variable ScormEngineService::$_taggingService is not documented
(#66) Variable ScormEngineService::$_accountService is not documented
(#67) Variable ScormEngineService::$_debugService is not documented
(#68) Variable ScormEngineService::$_dispatchService is not documented
(#69) Variable ScormEngineService::$_invitationService is not documented
(#70) Variable ScormEngineService::$_lrsAccountService is not documented
(#71) Variable ScormEngineService::$_applicationService is not documented
(#32) No one-line description found in phpdocs for file
(#32) File-level phpdocs block does not have @copyright tag
(#33) Not recommended phpdocs tag @version used
(#37) Package RusticiSoftware.ScormEngine.Cloud is not valid
mod/scormcloud/SCORMCloud_PHPLibrary/ScormEngineUtilities.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class ScormEngineUtilities is not documented
(#5) Function ScormEngineUtilities::getCanonicalOriginString is not documented
(#3) Package is not specified for class ScormEngineUtilities. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/ServiceRequest.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#35) Class ServiceRequest is not documented
(#50) Function ServiceRequest::__construct is not documented
(#56) Function ServiceRequest::setMethodParams is not documented
(#61) Function ServiceRequest::setFileToPost is not documented
(#66) Function ServiceRequest::setProxy is not documented
(#72) Function ServiceRequest::CallService is not documented
(#101) Function ServiceRequest::CallManagerService is not documented
(#115) Function ServiceRequest::ConstructUrl is not documented
(#123) Function ServiceRequest::ConstructManagerUrl is not documented
(#131) Function ServiceRequest::ConstructAppAgnosticUrl is not documented
(#168) Function ServiceRequest::AssertNoErrorAndReturnXml is not documented
(#46) Variable ServiceRequest::$_configuration is not documented
(#47) Variable ServiceRequest::$_methodParams is not documented
(#48) Variable ServiceRequest::$_fileToPost is not documented
(#161) Found comment starting with three or more slashes
(#162) Found comment starting with three or more slashes
(#163) Found comment starting with three or more slashes
(#164) Found comment starting with three or more slashes
(#165) Found comment starting with three or more slashes
(#166) Found comment starting with three or more slashes
(#167) Found comment starting with three or more slashes
(#194) Phpdocs for function ServiceRequest::submitHttpPost has incomplete parameters list
(#258) Phpdocs for function ServiceRequest::signParams has incomplete parameters list
(#35) Package is not specified for class ServiceRequest. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/TaggingService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#38) Class TaggingService is not documented
(#42) Function TaggingService::__construct is not documented
(#54) Function TaggingService::AddCourseTag is not documented
(#64) Function TaggingService::RemoveCourseTag is not documented
(#74) Function TaggingService::AddLearnerTag is not documented
(#84) Function TaggingService::RemoveLearnerTag is not documented
(#94) Function TaggingService::AddRegistrationTag is not documented
(#104) Function TaggingService::RemoveRegistrationTag is not documented
(#40) Variable TaggingService::$_configuration is not documented
(#34) Found comment starting with three or more slashes
(#35) Found comment starting with three or more slashes
(#36) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
(#48) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#50) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#38) Package is not specified for class TaggingService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/UploadService.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#42) Class UploadService is not documented
(#46) Function UploadService::__construct is not documented
(#51) Function UploadService::GetUploadToken is not documented
(#61) Function UploadService::UploadFile is not documented
(#94) Function UploadService::DeleteFile is not documented
(#103) Function UploadService::GetUploadUrl is not documented
(#118) Function UploadService::GetUploadLink is not documented
(#44) Variable UploadService::$_configuration is not documented
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#42) Package is not specified for class UploadService. It is also not specified in file-level phpdocs
mod/scormcloud/SCORMCloud_PHPLibrary/UploadToken.php
(#2) Empty line found after PHP open tag
(#32) File-level phpdocs block is not found
(#41) Class UploadToken is not documented
(#51) Function UploadToken::__construct is not documented
(#67) Function UploadToken::getServer is not documented
(#75) Function UploadToken::getTokenId is not documented
(#43) Variable UploadToken::$_server is not documented
(#44) Variable UploadToken::$_tokenId is not documented
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#46) Found comment starting with three or more slashes
(#47) Found comment starting with three or more slashes
(#48) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#50) Found comment starting with three or more slashes
(#64) Found comment starting with three or more slashes
(#65) Found comment starting with three or more slashes
(#66) Found comment starting with three or more slashes
(#72) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#74) Found comment starting with three or more slashes
(#41) Package is not specified for class UploadToken. It is also not specified in file-level phpdocs
mod/scormcloud/classes/event/course_module_viewed.php
(#56) Function course_module_viewed::get_objectid_mapping is not documented
mod/scormcloud/courseexit.php
(#2) Empty line found after PHP open tag
(#24) File-level phpdocs block is not found
mod/scormcloud/db/access.php
(#2) Empty line found after PHP open tag
mod/scormcloud/db/install.php
(#2) Empty line found after PHP open tag
(#24) No one-line description found in phpdocs for file
mod/scormcloud/db/log.php
(#2) Empty line found after PHP open tag
(#24) No one-line description found in phpdocs for file
mod/scormcloud/db/upgrade.php
(#2) Empty line found after PHP open tag
mod/scormcloud/index.php
(#2) Empty line found after PHP open tag
mod/scormcloud/lang/en/scormcloud.php
(#2) Empty line found after PHP open tag
mod/scormcloud/launch.php
(#2) Empty line found after PHP open tag
(#24) File-level phpdocs block is not found
mod/scormcloud/lib.php
(#2) Empty line found after PHP open tag
(#40) Function scormcloud_supports is not documented
(#210) Function scormcloud_install is not documented
(#224) Function scormcloud_get_user_data is not documented
(#53) Phpdocs for function scormcloud_add_instance has incomplete parameters list
(#90) Phpdocs for function scormcloud_update_instance has incomplete parameters list
(#143) Phpdocs for function scormcloud_user_outline has incomplete parameters list
(#160) Phpdocs for function scormcloud_user_complete has incomplete parameters list
(#171) Phpdocs for function scormcloud_print_recent_activity has incomplete parameters list
mod/scormcloud/lib/KLogger.php
(#2) Empty line found after PHP open tag
(#368) Function KLogger::_getTimeLine is not documented
(#30) Constant KLogger::ALERT is not documented
(#31) Constant KLogger::CRIT is not documented
(#32) Constant KLogger::ERR is not documented
(#33) Constant KLogger::WARN is not documented
(#34) Constant KLogger::NOTICE is not documented
(#35) Constant KLogger::INFO is not documented
(#36) Constant KLogger::DEBUG is not documented
(#53) Constant KLogger::STATUS_OPEN_FAILED is not documented
(#54) Constant KLogger::STATUS_LOG_CLOSED is not documented
(#3) File-level phpdocs block does not have @copyright tag
(#20) Class KLogger does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#20) Class KLogger does not have @license tag
(#17) Not recommended phpdocs tag @version used
(#20) Package is not specified for class KLogger. It is also not specified in file-level phpdocs
mod/scormcloud/locallib.php
(#2) Empty line found after PHP open tag
(#51) Function scormcloud_get_service is not documented
(#148) Function get_scormcloud_instance is not documented
(#169) Function scormcloud_course_exists_on_cloud is not documented
(#190) Function scormcloud_get_coursemodule is not documented
(#195) Function scormcloud_hascapabilitytoviewcourse is not documented
(#200) Function scormcloud_hascapabilitytolaunch is not documented
(#205) Function scormcloud_hascapabilitytomanage is not documented
(#210) Function scormcloud_getSatVal is not documented
(#224) Function scormcloud_getComplVal is not documented
(#238) Function scormcloud_getSatVal2 is not documented
(#250) Function scormcloud_getComplVal2 is not documented
(#262) Function scormcloud_getsat is not documented
(#273) Function scormcloud_getcomp is not documented
(#327) Function print_header_container is not documented
(#333) Function print_menu_container is not documented
(#351) Function print_registration_container is not documented
(#401) Function print_currentstatus_container is not documented
(#427) Function print_reportage_container is not documented
(#461) Function print_message_container is not documented
(#475) Function scormcloud_gen_uuid is not documented
(#286) Phpdocs for function scormcloud_grade_item_update has incomplete parameters list
mod/scormcloud/mod_form.php
(#2) Empty line found after PHP open tag
(#37) Class mod_scormcloud_mod_form is not documented
(#39) Function mod_scormcloud_mod_form::definition is not documented
mod/scormcloud/packageprops.php
(#2) Empty line found after PHP open tag
(#24) File-level phpdocs block is not found
mod/scormcloud/rollupregistration.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/scormcloud/settings.php
(#2) Empty line found after PHP open tag
(#24) File-level phpdocs block is not found
mod/scormcloud/ui/ReportageUI.php
(#2) Empty line found after PHP open tag
(#24) File-level phpdocs block is not found
(#24) Class ReportageUI is not documented
(#35) Function ReportageUI::__construct is not documented
(#82) Function ReportageUI::getUserSummaryUrl is not documented
(#87) Function ReportageUI::getUserActivitiesUrl is not documented
(#92) Function ReportageUI::getCourseSummaryUrl is not documented
(#97) Function ReportageUI::getCourseListUrl is not documented
(#102) Function ReportageUI::getLearnerListUrl is not documented
(#26) Variable ReportageUI::$_reportingService is not documented
(#27) Variable ReportageUI::$_reportingServiceAuth is not documented
(#29) Variable ReportageUI::$_userSummarySettings is not documented
(#30) Variable ReportageUI::$_userActivitiesSettings is not documented
(#31) Variable ReportageUI::$_courseSummarySettings is not documented
(#32) Variable ReportageUI::$_courseListSettings is not documented
(#33) Variable ReportageUI::$_learnerListSettings is not documented
(#24) Package is not specified for class ReportageUI. It is also not specified in file-level phpdocs
mod/scormcloud/version.php
(#2) Empty line found after PHP open tag
mod/scormcloud/view.php
(#2) Empty line found after PHP open tag

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

(0 errors, 0 warnings)

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


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]