@@ -15,47 +15,47 @@ Generated by [AVA](https://ava.li).
1515 10:8 warning it.skip not permitted no-skip-tests/no-skip-tests␊
1616 ␊
1717 example.js␊
18- 6:0 warning Inline eslint-disable found bestpractices/no-eslint-disable␊
19- 8:1 warning Unexpected 'FIXME' comment no-warning-comments␊
20- 9:1 warning Unexpected 'TODO' comment no-warning-comments␊
21- 10:1 warning Unexpected 'HACK' comment no-warning-comments␊
22- 11:1 warning Unexpected 'HERE BE DRAGONS' comment no-warning-comments␊
23- 21 :1 warning Missing JSDoc block description jsdoc/require-description␊
24- 21 :1 warning Missing JSDoc @param "params" declaration jsdoc/require-param␊
25- 21 :1 warning JSDoc @returns declaration present but return expression not available in function jsdoc/require-returns-check␊
26- 21 :1 warning JSDoc type missing brace valid-jsdoc␊
27- 23 :0 warning Expected @param names to be "params". Got "a, b" jsdoc/check-param-names␊
28- 23 :0 warning Missing JSDoc @param "a" description jsdoc/require-param-description␊
29- 24 :0 warning Missing JSDoc @param "b" description jsdoc/require-param-description␊
30- 24 :0 warning Missing JSDoc @param "b" type jsdoc/require-param-type␊
31- 25 :0 warning Missing JSDoc @returns description jsdoc/require-returns-description␊
32- 25 :0 warning Missing JSDoc @returns type jsdoc/require-returns-type␊
33- 30 :5 warning 'myPromise' is never reassigned. Use 'const' instead prefer-const␊
34- 30 :17 warning Avoid creating new promises promise/avoid-new␊
35- 32 :1 warning Expected catch() or return promise/catch-or-return␊
36- 33 :3 warning Each then() should return a value or throw promise/always-return␊
37- 34 :5 warning Avoid wrapping return values in Promise.resolve promise/no-return-wrap␊
38- 34 :29 error Missing semicolon semi␊
39- 36 :5 error 'forgotToReturn' is not defined no-undef␊
40- 36 :21 error Missing semicolon semi␊
41- 38 :3 error Missing semicolon semi␊
42- 40 :5 warning 'variable' is never reassigned. Use 'const' instead prefer-const␊
43- 40 :5 error 'variable' is assigned a value but never used no-unused-vars␊
44- 40 :16 warning This conditional operation returns the same value whether the condition is "true" or "false" sonarjs/no-all-duplicated-branches␊
45- 40 :17 error Unexpected constant condition no-constant-condition␊
46- 40 :25 error Unnecessary use of boolean literals in conditional expression no-unneeded-ternary␊
47- 42 :5 warning Correct one of the identical sub-expressions on both sides of operator "&&" sonarjs/no-identical-expressions␊
48- 42 :16 warning Unexpected use of undefined no-undefined␊
49- 42 :40 warning Unexpected use of undefined no-undefined␊
50- 42 :53 error Expected literal to be on the right side of === yoda␊
51- 42 :62 error 'params' is not defined no-undef␊
52- 43 :3 warning This function expects 1 argument, but 2 were provided sonarjs/no-extra-arguments␊
53- 44 :28 error Module path/to/legacyModule is deprecated. Use module x instead deprecate/import␊
54- 46 :3 error Function deprecatedFunction is deprecated. Use function x from package y instead deprecate/function␊
55- 46 :3 error 'deprecatedFunction' is not defined no-undef␊
56- 47 :3 error Member expression $.each is deprecated. Use native forEach instead deprecate/member-expression␊
57- 47 :3 error '$' is not defined no-undef␊
58- 48 :3 error Unexpected 'debugger' statement no-debugger␊
18+ 6:0 warning Inline eslint-disable found bestpractices/no-eslint-disable␊
19+ 8:1 warning Unexpected 'FIXME' comment no-warning-comments␊
20+ 9:1 warning Unexpected 'TODO' comment no-warning-comments␊
21+ 10:1 warning Unexpected 'HACK' comment no-warning-comments␊
22+ 11:1 warning Unexpected 'HERE BE DRAGONS' comment no-warning-comments␊
23+ 24 :1 warning Remove the @ description tag to leave a plain block description or add additional description text above the @description line jsdoc/require-description␊
24+ 24 :1 warning Missing JSDoc @param "params" declaration jsdoc/require-param␊
25+ 24 :1 warning JSDoc @returns declaration present but return expression not available in function jsdoc/require-returns-check␊
26+ 24 :1 warning JSDoc type missing brace valid-jsdoc␊
27+ 26 :0 warning Expected @param names to be "params". Got "a, b" jsdoc/check-param-names␊
28+ 26 :0 warning Missing JSDoc @param "a" description jsdoc/require-param-description␊
29+ 27 :0 warning Missing JSDoc @param "b" description jsdoc/require-param-description␊
30+ 27 :0 warning Missing JSDoc @param "b" type jsdoc/require-param-type␊
31+ 28 :0 warning Missing JSDoc @returns description jsdoc/require-returns-description␊
32+ 28 :0 warning Missing JSDoc @returns type jsdoc/require-returns-type␊
33+ 33 :5 warning 'myPromise' is never reassigned. Use 'const' instead prefer-const␊
34+ 33 :17 warning Avoid creating new promises promise/avoid-new␊
35+ 35 :1 warning Expected catch() or return promise/catch-or-return␊
36+ 36 :3 warning Each then() should return a value or throw promise/always-return␊
37+ 37 :5 warning Avoid wrapping return values in Promise.resolve promise/no-return-wrap␊
38+ 37 :29 error Missing semicolon semi␊
39+ 39 :5 error 'forgotToReturn' is not defined no-undef␊
40+ 39 :21 error Missing semicolon semi␊
41+ 41 :3 error Missing semicolon semi␊
42+ 43 :5 warning 'variable' is never reassigned. Use 'const' instead prefer-const␊
43+ 43 :5 error 'variable' is assigned a value but never used no-unused-vars␊
44+ 43 :16 warning This conditional operation returns the same value whether the condition is "true" or "false" sonarjs/no-all-duplicated-branches␊
45+ 43 :17 error Unexpected constant condition no-constant-condition␊
46+ 43 :25 error Unnecessary use of boolean literals in conditional expression no-unneeded-ternary␊
47+ 45 :5 warning Correct one of the identical sub-expressions on both sides of operator "&&" sonarjs/no-identical-expressions␊
48+ 45 :16 warning Unexpected use of undefined no-undefined␊
49+ 45 :40 warning Unexpected use of undefined no-undefined␊
50+ 45 :53 error Expected literal to be on the right side of === yoda␊
51+ 45 :62 error 'params' is not defined no-undef␊
52+ 46 :3 warning This function expects 1 argument, but 2 were provided sonarjs/no-extra-arguments␊
53+ 47 :28 error Module path/to/legacyModule is deprecated. Use module x instead deprecate/import␊
54+ 49 :3 error Function deprecatedFunction is deprecated. Use function x from package y instead deprecate/function␊
55+ 49 :3 error 'deprecatedFunction' is not defined no-undef␊
56+ 51 :3 error Member expression $.each is deprecated. Use native forEach instead deprecate/member-expression␊
57+ 51 :3 error '$' is not defined no-undef␊
58+ 52 :3 error Unexpected 'debugger' statement no-debugger␊
5959 ␊
6060 /Users/clif/sandbox/frontier/common/eslint-config-tree/index.js␊
6161 52:0 warning Invalid JSDoc tag name "note" jsdoc/check-tag-names␊
0 commit comments