UNPKG

eslint-config-cappuccino

Version:

Shareable config that provides Cappuccino style rules for eslint

341 lines (339 loc) 30.4 kB
test.js: line 9, col 18, Error - A space is required after ','. (comma-spacing) test.js: line 15, col 1, Error - Unexpected constant condition. (no-constant-condition) test.js: line 15, col 5, Error - Expected a conditional expression and instead saw an assignment. (no-cond-assign) test.js: line 28, col 1, Error - Unexpected constant condition. (no-constant-condition) test.js: line 30, col 6, Error - Unexpected constant condition. (no-constant-condition) test.js: line 35, col 27, Error - Unexpected control character in regular expression. (no-control-regex) test.js: line 38, col 1, Error - Unexpected 'debugger' statement. (no-debugger) test.js: line 44, col 5, Error - Duplicate key 'bar'. (no-dupe-keys) test.js: line 53, col 5, Error - Duplicate case label. (no-duplicate-case) test.js: line 62, col 1, Error - Empty block statement. (no-empty) test.js: line 66, col 17, Error - Empty class. (no-empty-character-class) test.js: line 73, col 1, Error - Value of 'e' may be overwritten in IE 8 and earlier. (no-catch-shadow) test.js: line 75, col 5, Error - Do not assign to the exception parameter. (no-ex-assign) test.js: line 79, col 9, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 80, col 8, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 81, col 16, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 82, col 7, Error - Do not use Boolean as a constructor. (no-new-wrappers) test.js: line 82, col 20, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 84, col 6, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 89, col 9, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 89, col 10, Error - 'foo' is not modified in this loop. (no-unmodified-loop-condition) test.js: line 98, col 9, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 98, col 10, Error - 'foo' is not modified in this loop. (no-unmodified-loop-condition) test.js: line 100, col 9, Error - Redundant double negation. (no-extra-boolean-cast) test.js: line 100, col 10, Error - 'foo' is not modified in this loop. (no-unmodified-loop-condition) test.js: line 109, col 11, Error - Unnecessary semicolon. (no-extra-semi) test.js: line 113, col 1, Error - 'bar' is a function. (no-func-assign) test.js: line 117, col 5, Error - 'baz' is a function. (no-func-assign) test.js: line 123, col 5, Warning - Unnecessary { after 'if' condition. (curly) test.js: line 125, col 9, Error - Move function declaration to function body root. (no-inner-declarations) test.js: line 130, col 13, Error - Invalid regular expression: /[/: Unterminated character class (no-invalid-regexp) test.js: line 132, col 9, Error - Invalid flags supplied to RegExp constructor 'z' (no-invalid-regexp) test.js: line 133, col 9, Error - Invalid regular expression: /\/: \ at end of pattern (no-invalid-regexp) test.js: line 136, col 7, Error - Irregular whitespace not allowed (no-irregular-whitespace) test.js: line 139, col 5, Error - The 'in' expression's left operand is negated (no-negated-in-lhs) test.js: line 143, col 12, Error - A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap) test.js: line 143, col 12, Error - 'Math' is not a function. (no-obj-calls) test.js: line 144, col 12, Error - 'JSON' is not a function. (no-obj-calls) test.js: line 144, col 12, Error - A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap) test.js: line 147, col 9, Error - Spaces are hard to count. Use {3}. (no-regex-spaces) test.js: line 150, col 14, Error - Unexpected comma in middle of array. (no-sparse-arrays) test.js: line 153, col 11, Error - Unexpected space between function name and paren. (no-spaced-func) test.js: line 154, col 1, Error - Unexpected newline between function and ( of function call. (no-unexpected-multiline) test.js: line 157, col 1, Error - Unexpected newline between object and [ of property access. (no-unexpected-multiline) test.js: line 157, col 3, Error - Unexpected use of comma operator. (no-sequences) test.js: line 164, col 5, Error - Unreachable code. (no-unreachable) test.js: line 168, col 5, Error - Use the isNaN function to compare with NaN. (use-isnan) test.js: line 171, col 5, Error - Use the isNaN function to compare with NaN. (use-isnan) test.js: line 175, col 1, Warning - Unnecessary { after 'if' condition. (curly) test.js: line 175, col 20, Error - Invalid typeof comparison value (valid-typeof) test.js: line 176, col 20, Error - Invalid typeof comparison value (valid-typeof) test.js: line 177, col 20, Error - Invalid typeof comparison value (valid-typeof) test.js: line 178, col 20, Error - Invalid typeof comparison value (valid-typeof) test.js: line 179, col 20, Error - Invalid typeof comparison value (valid-typeof) test.js: line 180, col 20, Error - Invalid typeof comparison value (valid-typeof) test.js: line 186, col 1, Error - Missing JSDoc @returns for function. (valid-jsdoc) test.js: line 186, col 1, Error - Missing JSDoc parameter type for 'num'. (valid-jsdoc) test.js: line 194, col 30, Error - Invalid typeof comparison value (valid-typeof) test.js: line 201, col 9, Error - Getter is not present (accessor-pairs) test.js: line 209, col 10, Error - Setter is not present (accessor-pairs) test.js: line 217, col 27, Error - Expected to return a value in this function. (array-callback-return) test.js: line 223, col 5, Warning - Unnecessary { after 'if' condition. (curly) test.js: line 228, col 5, Error - 'block' used outside of binding context. (block-scoped-var) test.js: line 239, col 5, Error - Expected a return value. (consistent-return) test.js: line 243, col 1, Warning - Unnecessary { after 'if' condition. (curly) test.js: line 247, col 1, Warning - Unnecessary { after 'else'. (curly) test.js: line 253, col 1, Error - Expected a default case. (default-case) test.js: line 264, col 14, Error - ["bar"] is better written in dot notation. (dot-notation) test.js: line 267, col 12, Error - Expected '===' and instead saw '=='. (eqeqeq) test.js: line 276, col 1, Error - Unexpected alert. (no-alert) test.js: line 281, col 18, Error - Avoid arguments.caller. (no-caller) test.js: line 282, col 18, Error - Avoid arguments.callee. (no-caller) test.js: line 288, col 5, Error - Unexpected lexical declaration in case block. (no-case-declarations) test.js: line 293, col 5, Error - Unexpected lexical declaration in case block. (no-case-declarations) test.js: line 294, col 9, Error - Move function declaration to program root. (no-inner-declarations) test.js: line 294, col 30, Error - Unnecessary semicolon. (no-extra-semi) test.js: line 298, col 5, Error - Unexpected lexical declaration in case block. (no-case-declarations) test.js: line 311, col 9, Error - Unexpected 'else' after 'return'. (no-else-return) test.js: line 325, col 12, Error - eval can be harmful. (no-eval) test.js: line 334, col 3, Error - The function binding is unnecessary. (no-extra-bind) test.js: line 339, col 4, Error - The function binding is unnecessary. (no-extra-bind) test.js: line 343, col 5, Error - Unexpected 'this'. (no-invalid-this) test.js: line 344, col 4, Error - The function binding is unnecessary. (no-extra-bind) test.js: line 348, col 14, Error - Unexpected space before function parentheses. (space-before-function-paren) test.js: line 350, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 352, col 3, Error - The function binding is unnecessary. (no-extra-bind) test.js: line 358, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 360, col 3, Error - The function binding is unnecessary. (no-extra-bind) test.js: line 363, col 1, Error - Found identifier with same name as label. (no-label-var) test.js: line 364, col 11, Error - This label 'A' is unnecessary. (no-extra-label) test.js: line 372, col 5, Error - Expected a 'break' statement before 'default'. (no-fallthrough) test.js: line 377, col 7, Error - A leading decimal point can be confused with a dot. (no-floating-decimal) test.js: line 378, col 7, Error - A trailing decimal point can be confused with a dot. (no-floating-decimal) test.js: line 379, col 8, Error - A leading decimal point can be confused with a dot. (no-floating-decimal) test.js: line 385, col 1, Error - Implied eval. Consider passing a function instead of a string. (no-implied-eval) test.js: line 388, col 1, Error - Unexpected 'this'. (no-invalid-this) test.js: line 392, col 5, Error - Unexpected 'this'. (no-invalid-this) test.js: line 393, col 15, Error - Unexpected 'this'. (no-invalid-this) test.js: line 397, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 398, col 19, Error - Unexpected 'this'. (no-invalid-this) test.js: line 401, col 5, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 401, col 14, Error - 'foo' is already declared in the upper scope. (no-shadow) test.js: line 402, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 403, col 19, Error - Unexpected 'this'. (no-invalid-this) test.js: line 408, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 409, col 19, Error - Unexpected 'this'. (no-invalid-this) test.js: line 414, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 415, col 19, Error - Unexpected 'this'. (no-invalid-this) test.js: line 421, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 446, col 9, Error - Unexpected 'this'. (no-invalid-this) test.js: line 447, col 19, Error - Unexpected 'this'. (no-invalid-this) test.js: line 452, col 1, Error - Reserved name '__iterator__'. (no-iterator) test.js: line 465, col 5, Error - Nested block is redundant. (no-lone-blocks) test.js: line 472, col 5, Error - Nested block is redundant. (no-lone-blocks) test.js: line 481, col 16, Error - Don't make functions within a loop (no-loop-func) test.js: line 491, col 6, Error - Multiple spaces found before 'multi'. (no-multi-spaces) test.js: line 491, col 13, Error - Multiple spaces found before '='. (no-multi-spaces) test.js: line 491, col 16, Error - Multiple spaces found before '7'. (no-multi-spaces) test.js: line 494, col 9, Error - Multiline support is limited to browsers supporting ES5 only. (no-multi-str) test.js: line 498, col 1, Error - String is a read-only native object. (no-native-reassign) test.js: line 502, col 1, Error - Do not use 'new' for side effects. (no-new) test.js: line 505, col 10, Error - The Function constructor is eval. (no-new-func) test.js: line 506, col 10, Error - The Function constructor is eval. (no-new-func) test.js: line 509, col 20, Error - Do not use String as a constructor. (no-new-wrappers) test.js: line 510, col 20, Error - Do not use Number as a constructor. (no-new-wrappers) test.js: line 511, col 21, Error - Do not use Boolean as a constructor. (no-new-wrappers) test.js: line 524, col 13, Error - The '__proto__' property is deprecated. (no-proto) test.js: line 526, col 9, Error - The '__proto__' property is deprecated. (no-proto) test.js: line 526, col 13, Error - ["__proto__"] is better written in dot notation. (dot-notation) test.js: line 530, col 5, Error - 'obj' is already defined (no-redeclare) test.js: line 531, col 1, Error - Expected line before comment. (lines-around-comment) test.js: line 536, col 5, Error - Return statement should not contain assignment. (no-return-assign) test.js: line 540, col 17, Error - Script URL is a form of eval. (no-script-url) test.js: line 543, col 7, Error - 'obj' is assigned to itself. (no-self-assign) test.js: line 546, col 5, Error - Comparing to itself is potentially pointless. (no-self-compare) test.js: line 550, col 21, Error - Unexpected use of comma operator. (no-sequences) test.js: line 554, col 21, Error - Unexpected use of comma operator. (no-sequences) test.js: line 556, col 21, Error - Unexpected use of comma operator. (no-sequences) test.js: line 556, col 31, Error - There should be no spaces inside this paren. (space-in-parens) test.js: line 558, col 18, Error - Unexpected use of comma operator. (no-sequences) test.js: line 561, col 20, Error - Unexpected use of comma operator. (no-sequences) test.js: line 566, col 19, Error - Unexpected use of comma operator. (no-sequences) test.js: line 572, col 5, Error - Expected an object to be thrown. (no-throw-literal) test.js: line 574, col 5, Error - Expected an object to be thrown. (no-throw-literal) test.js: line 576, col 5, Error - Do not throw undefined. (no-throw-literal) test.js: line 576, col 11, Error - 'undefined' was used before it was defined (no-use-before-define) test.js: line 578, col 5, Error - Expected an object to be thrown. (no-throw-literal) test.js: line 580, col 5, Error - Unexpected var, use let or const instead. (no-var) test.js: line 580, col 5, Error - Expected blank line after variable declarations. (newline-after-var) test.js: line 581, col 5, Error - Expected an object to be thrown. (no-throw-literal) test.js: line 584, col 5, Error - Expected blank line after variable declarations. (newline-after-var) test.js: line 584, col 5, Error - Unexpected var, use let or const instead. (no-var) test.js: line 585, col 5, Error - Expected an object to be thrown. (no-throw-literal) test.js: line 591, col 17, Error - 'root' is not modified in this loop. (no-unmodified-loop-condition) test.js: line 595, col 1, Error - Expected an assignment or function call and instead saw an expression. (no-unused-expressions) test.js: line 598, col 1, Error - Found identifier with same name as label. (no-label-var) test.js: line 598, col 1, Error - 'A:' is defined but never used. (no-unused-labels) test.js: line 602, col 1, Error - unnecessary '.call()'. (no-useless-call) test.js: line 602, col 10, Error - 'undefined' was used before it was defined (no-use-before-define) test.js: line 603, col 1, Error - unnecessary '.apply()'. (no-useless-call) test.js: line 603, col 11, Error - 'undefined' was used before it was defined (no-use-before-define) test.js: line 604, col 1, Error - unnecessary '.call()'. (no-useless-call) test.js: line 605, col 1, Error - unnecessary '.apply()'. (no-useless-call) test.js: line 608, col 1, Error - unnecessary '.call()'. (no-useless-call) test.js: line 609, col 1, Error - unnecessary '.apply()'. (no-useless-call) test.js: line 613, col 9, Error - Strings must use doublequote. (quotes) test.js: line 613, col 16, Error - Unexpected string concatenation of literals. (no-useless-concat) test.js: line 613, col 18, Error - Strings must use doublequote. (quotes) test.js: line 614, col 9, Error - Strings must use doublequote. (quotes) test.js: line 614, col 13, Error - Unexpected string concatenation of literals. (no-useless-concat) test.js: line 614, col 15, Error - Strings must use doublequote. (quotes) test.js: line 615, col 9, Error - Strings must use doublequote. (quotes) test.js: line 615, col 13, Error - Unexpected string concatenation of literals. (no-useless-concat) test.js: line 615, col 15, Error - Strings must use doublequote. (quotes) test.js: line 616, col 9, Error - Strings must use doublequote. (quotes) test.js: line 616, col 13, Error - Unexpected string concatenation of literals. (no-useless-concat) test.js: line 616, col 15, Error - Strings must use doublequote. (quotes) test.js: line 617, col 9, Error - Strings must use doublequote. (quotes) test.js: line 617, col 13, Error - Unexpected string concatenation of literals. (no-useless-concat) test.js: line 617, col 15, Error - Strings must use doublequote. (quotes) test.js: line 620, col 11, Error - Expected 'undefined' and instead saw 'void'. (no-void) test.js: line 623, col 1, Warning - Unexpected 'todo' comment. (no-warning-comments) test.js: line 624, col 1, Warning - Unexpected 'fixme' comment. (no-warning-comments) test.js: line 635, col 5, Error - Unexpected var, use let or const instead. (no-var) test.js: line 641, col 13, Error - Wrap only the function expression in parens. (wrap-iife) test.js: line 644, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 644, col 5, Error - Expected literal to be on the right side of ===. (yoda) test.js: line 648, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 648, col 5, Error - Expected literal to be on the right side of ===. (yoda) test.js: line 652, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 652, col 5, Error - Expected literal to be on the right side of >. (yoda) test.js: line 656, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 656, col 5, Error - Expected literal to be on the right side of <. (yoda) test.js: line 660, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 660, col 5, Error - Expected literal to be on the right side of <=. (yoda) test.js: line 675, col 1, Error - Value of 'ex' may be overwritten in IE 8 and earlier. (no-catch-shadow) test.js: line 675, col 8, Error - 'ex' is already declared in the upper scope. (no-shadow) test.js: line 681, col 1, Error - Found identifier with same name as label. (no-label-var) test.js: line 685, col 15, Error - This label 'foo' is unnecessary. (no-extra-label) test.js: line 694, col 9, Error - 'someVar' is already declared in the upper scope. (no-shadow) test.js: line 700, col 5, Error - Shadowing of global property 'undefined'. (no-shadow-restricted-names) test.js: line 702, col 10, Error - Shadowing of global property 'NaN'. (no-shadow-restricted-names) test.js: line 705, col 5, Error - It's not necessary to initialize 'undef' to undefined. (no-undef-init) test.js: line 709, col 5, Error - 'unused' is defined but never used (no-unused-vars) test.js: line 711, col 10, Error - 'notUsed' is defined but never used (no-unused-vars) test.js: line 711, col 18, Error - 'arg' is defined but never used (no-unused-vars) test.js: line 719, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 720, col 12, Error - 'b' was used before it was defined (no-use-before-define) test.js: line 725, col 17, Error - 'c' was used before it was defined (no-use-before-define) test.js: line 734, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 735, col 5, Warning - Unnecessary { after 'if' condition. (curly) test.js: line 735, col 5, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 736, col 9, Error - Expected return with your callback function. (callback-return) test.js: line 745, col 1, Error - Expected error to be handled. (handle-callback-err) test.js: line 745, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 745, col 18, Error - Unexpected space before function parentheses. (space-before-function-paren) test.js: line 750, col 17, Error - Unexpected use of new with require. (no-new-require) test.js: line 750, col 21, Error - A constructor name should not start with a lowercase letter. (new-cap) test.js: line 757, col 9, Error - There should be no space after '[' (array-bracket-spacing) test.js: line 759, col 11, Error - There should be no space before ']' (array-bracket-spacing) test.js: line 762, col 16, Error - Requires a space after '{'. (block-spacing) test.js: line 762, col 29, Error - Requires a space before '}'. (block-spacing) test.js: line 765, col 20, Error - Requires a space before '}'. (block-spacing) test.js: line 768, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 773, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 777, col 1, Error - Opening curly brace appears on the same line as controlling statement. (brace-style) test.js: line 788, col 13, Error - There should be no space before ','. (comma-spacing) test.js: line 788, col 13, Error - A space is required after ','. (comma-spacing) test.js: line 788, col 14, Error - Expected variable declaration to be on a new line. (one-var-declaration-per-line) test.js: line 789, col 14, Error - There should be no space before ','. (comma-spacing) test.js: line 790, col 1, Error - Line 790 exceeds the maximum line length of 130. (max-len) test.js: line 790, col 1, Error - Expected blank line after variable declarations. (newline-after-var) test.js: line 790, col 13, Error - Unnecessarily quoted property 'foo' found. (quote-props) test.js: line 790, col 26, Error - There should be no space before ','. (comma-spacing) test.js: line 790, col 26, Error - A space is required after ','. (comma-spacing) test.js: line 790, col 27, Error - Unnecessarily quoted property 'baz' found. (quote-props) test.js: line 791, col 7, Error - There should be no space before ','. (comma-spacing) test.js: line 791, col 7, Error - A space is required after ','. (comma-spacing) test.js: line 792, col 1, Error - Line 792 exceeds the maximum line length of 130. (max-len) test.js: line 792, col 1, Error - Expected blank line after variable declarations. (newline-after-var) test.js: line 792, col 21, Error - There should be no space before ','. (comma-spacing) test.js: line 792, col 21, Error - A space is required after ','. (comma-spacing) test.js: line 793, col 18, Error - There should be no space before ','. (comma-spacing) test.js: line 793, col 18, Error - A space is required after ','. (comma-spacing) test.js: line 799, col 4, Error - ',' should be placed last. (comma-style) test.js: line 802, col 8, Error - There should be no space after '[' (computed-property-spacing) test.js: line 803, col 13, Error - There should be no space before ']' (computed-property-spacing) test.js: line 807, col 9, Error - Expected indentation of 4 space characters but found 8. (indent) test.js: line 815, col 1, Error - Expected indentation of 4 space characters but found 0. (indent) test.js: line 816, col 5, Error - Expected indentation of 8 space characters but found 4. (indent) test.js: line 817, col 5, Error - Expected indentation of 8 space characters but found 4. (indent) test.js: line 820, col 5, Error - Expected indentation of 8 space characters but found 4. (indent) test.js: line 824, col 13, Error - Extra space after key 'k'. (key-spacing) test.js: line 824, col 16, Error - Missing space before value for key 'k'. (key-spacing) test.js: line 828, col 1, Error - Expected space(s) after "if". (keyword-spacing) test.js: line 831, col 1, Error - Expected space(s) after "for". (keyword-spacing) test.js: line 834, col 1, Error - Expected space(s) after "while". (keyword-spacing) test.js: line 837, col 1, Error - Expected space(s) after "switch". (keyword-spacing) test.js: line 847, col 1, Error - Expected space(s) after "catch". (keyword-spacing) test.js: line 858, col 1, Error - Expected space(s) after "do". (keyword-spacing) test.js: line 861, col 2, Error - Expected space(s) before "while". (keyword-spacing) test.js: line 864, col 17, Error - Unexpected space before function parentheses. (space-before-function-paren) test.js: line 882, col 21, Error - Blocks are nested too deeply (5). (max-depth) test.js: line 891, col 1, Error - Line 891 exceeds the maximum line length of 130. (max-len) test.js: line 902, col 24, Error - Too many nested callbacks (4). Maximum allowed is 3. (max-nested-callbacks) test.js: line 912, col 13, Error - A constructor name should not start with a lowercase letter. (new-cap) test.js: line 916, col 10, Error - Missing '()' invoking a constructor (new-parens) test.js: line 919, col 1, Error - Expected blank line after variable declarations. (newline-after-var) test.js: line 926, col 5, Error - Expected newline before return statement. (newline-before-return) test.js: line 935, col 10, Error - The array literal notation [] is preferrable. (no-array-constructor) test.js: line 936, col 10, Error - The array literal notation [] is preferrable. (no-array-constructor) test.js: line 945, col 5, Error - Unexpected if as the only statement in an else block. (no-lonely-if) test.js: line 952, col 2, Error - More than 2 blank lines not allowed. (no-multiple-empty-lines) test.js: line 963, col 13, Error - Do not nest ternary expressions (no-nested-ternary) test.js: line 966, col 12, Error - The object literal notation {} is preferrable. (no-new-object) test.js: line 967, col 12, Error - The object literal notation {} is preferrable. (no-new-object) test.js: line 967, col 12, Error - Missing '()' invoking a constructor (new-parens) test.js: line 970, col 1, Error - Unexpected space between function name and paren. (no-spaced-func) test.js: line 971, col 1, Error - Unexpected space between function name and paren. (no-spaced-func) test.js: line 975, col 28, Error - Unnecessary use of boolean literals in conditional expression (no-unneeded-ternary) test.js: line 978, col 12, Error - Unexpected whitespace before property bar. (no-whitespace-before-property) test.js: line 981, col 14, Error - A space is required after '{' (object-curly-spacing) test.js: line 981, col 29, Error - A space is required before '}' (object-curly-spacing) test.js: line 985, col 8, Error - Expected variable declaration to be on a new line. (one-var-declaration-per-line) test.js: line 988, col 1, Error - Assignment can be replaced with operator assignment. (operator-assignment) test.js: line 992, col 17, Error - '+' should be placed at the end of the line. (operator-linebreak) test.js: line 996, col 1, Error - Block must not be padded by blank lines. (padded-blocks) test.js: line 1001, col 1, Error - Block must not be padded by blank lines. (padded-blocks) test.js: line 1007, col 5, Error - Unnecessarily quoted property 'three' found. (quote-props) test.js: line 1011, col 9, Error - Strings must use doublequote. (quotes) test.js: line 1014, col 10, Error - 'i' is already declared in the upper scope. (no-shadow) test.js: line 1014, col 16, Error - Unexpected whitespace before semicolon. (semi-spacing) test.js: line 1014, col 16, Error - Missing whitespace after semicolon. (semi-spacing) test.js: line 1014, col 24, Error - Missing whitespace after semicolon. (semi-spacing) test.js: line 1014, col 24, Error - Unexpected whitespace before semicolon. (semi-spacing) test.js: line 1018, col 8, Error - There should be no spaces inside this paren. (space-in-parens) test.js: line 1018, col 15, Error - There should be no spaces inside this paren. (space-in-parens) test.js: line 1021, col 8, Error - Infix operators must be spaced. (space-infix-ops) test.js: line 1022, col 8, Error - Infix operators must be spaced. (space-infix-ops) test.js: line 1023, col 9, Error - Infix operators must be spaced. (space-infix-ops) test.js: line 1029, col 9, Error - Expected an object to be thrown. (no-throw-literal) test.js: line 1029, col 9, Error - Expected space(s) after "throw". (keyword-spacing) test.js: line 1033, col 9, Error - Expected space(s) after "case". (keyword-spacing) test.js: line 1040, col 5, Error - Expected space(s) after "return". (keyword-spacing) test.js: line 1044, col 1, Error - Unexpected space after unary operator '++'. (space-unary-ops) test.js: line 1045, col 7, Error - Unexpected space after unary operator '-'. (space-unary-ops) test.js: line 1050, col 1, Error - Expected exception block, space or tab after '//' in comment. (spaced-comment) test.js: line 1058, col 28, Error - Unexpected block statement surrounding arrow body. (arrow-body-style) test.js: line 1061, col 7, Error - Missing space before => (arrow-spacing) test.js: line 1062, col 15, Error - Missing space after => (arrow-spacing) test.js: line 1069, col 9, Error - Unexpected 'super()'. (constructor-super) test.js: line 1075, col 5, Error - Useless constructor. (no-useless-constructor) test.js: line 1077, col 9, Error - Unexpected 'super()'. (constructor-super) test.js: line 1083, col 5, Error - Expected to call 'super()'. (constructor-super) test.js: line 1087, col 9, Error - Missing space before *. (generator-star-spacing) test.js: line 1087, col 9, Error - Unexpected space after *. (generator-star-spacing) test.js: line 1090, col 1, Error - Unexpected constant condition. (no-constant-condition) test.js: line 1090, col 1, Warning - Unnecessary { after 'if' condition. (curly) test.js: line 1097, col 1, Error - 'C' is a class. (no-class-assign) test.js: line 1100, col 1, Error - Expected blank line after variable declarations. (newline-after-var) test.js: line 1101, col 1, Error - 'kConstant' is constant. (no-const-assign) test.js: line 1107, col 5, Error - Duplicate name 'bar'. (no-dupe-class-members) test.js: line 1110, col 5, Error - Duplicate name 'baz'. (no-dupe-class-members) test.js: line 1114, col 14, Error - `Symbol` cannot be called as a constructor. (no-new-symbol) test.js: line 1121, col 9, Error - 'this' is not allowed before 'super()'. (no-this-before-super) test.js: line 1130, col 9, Error - 'this' is not allowed before 'super()'. (no-this-before-super) test.js: line 1139, col 9, Error - 'super' is not allowed before 'super()'. (no-this-before-super) test.js: line 1148, col 15, Error - 'this' is not allowed before 'super()'. (no-this-before-super) test.js: line 1155, col 5, Error - Useless constructor. (no-useless-constructor) test.js: line 1160, col 5, Error - Useless constructor. (no-useless-constructor) test.js: line 1167, col 1, Error - Unexpected var, use let or const instead. (no-var) test.js: line 1171, col 5, Error - Expected property shorthand. (object-shorthand) test.js: line 1172, col 5, Error - Expected property shorthand. (object-shorthand) test.js: line 1176, col 5, Error - Unexpected function expression. (prefer-arrow-callback) test.js: line 1182, col 1, Error - Do not mix 'require' and other declarations. (no-mixed-requires) test.js: line 1187, col 11, Error - 'frazzle' is not defined. (no-undef) test.js: line 1194, col 10, Error - Missing space before *. (yield-star-spacing) test.js: line 1194, col 10, Error - Unexpected space after *. (yield-star-spacing) 338 problems