@@ -20,18 +20,17 @@ Generated by [AVA](https://ava.li).
20
20
9:1 warning Unexpected 'TODO' comment no-warning-comments␊
21
21
10:1 warning Unexpected 'HACK' comment no-warning-comments␊
22
22
11:1 warning Unexpected 'HERE BE DRAGONS' comment no-warning-comments␊
23
- 21:1 warning JSDoc type missing brace valid-jsdoc␊
24
23
21:1 warning Missing JSDoc block description jsdoc/require-description␊
25
- 21:1 warning JSDoc @returns declaration present but return expression not available in function jsdoc/require-returns-check␊
26
24
21:1 warning Missing JSDoc @param "params" declaration jsdoc/require-param␊
27
- 23:0 warning Missing JSDoc @param "a" description jsdoc/require-param-description␊
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␊
28
27
23:0 warning Expected @param names to be "params". Got "a, b" jsdoc/check-param-names␊
29
- 23:0 warning The type 'hobject' is undefined jsdoc/no-undefined-types ␊
28
+ 23:0 warning Missing JSDoc @param "a" description jsdoc/require-param-description ␊
30
29
24:0 warning Missing JSDoc @param "b" type jsdoc/require-param-type␊
31
30
24:0 warning Missing JSDoc @param "b" description jsdoc/require-param-description␊
32
31
25:0 warning Missing JSDoc @returns description jsdoc/require-returns-description␊
33
32
25:0 warning Missing JSDoc @returns type jsdoc/require-returns-type␊
34
- 30:5 error 'myPromise' is never reassigned. Use 'const' instead prefer-const␊
33
+ 30:5 warning 'myPromise' is never reassigned. Use 'const' instead prefer-const␊
35
34
30:17 warning Avoid creating new promises promise/avoid-new␊
36
35
32:1 warning Expected catch() or return promise/catch-or-return␊
37
36
33:3 warning Each then() should return a value or throw promise/always-return␊
@@ -40,8 +39,8 @@ Generated by [AVA](https://ava.li).
40
39
36:5 error 'forgotToReturn' is not defined no-undef␊
41
40
36:21 error Missing semicolon semi␊
42
41
38:3 error Missing semicolon semi␊
43
- 40:5 error 'variable' is never reassigned. Use 'const' instead prefer-const␊
44
42
40:5 error 'variable' is assigned a value but never used no-unused-vars␊
43
+ 40:5 warning 'variable' is never reassigned. Use 'const' instead prefer-const␊
45
44
40:16 warning This conditional operation returns the same value whether the condition is "true" or "false" sonarjs/no-all-duplicated-branches␊
46
45
40:17 error Unexpected constant condition no-constant-condition␊
47
46
40:25 error Unnecessary use of boolean literals in conditional expression no-unneeded-ternary␊
@@ -54,8 +53,8 @@ Generated by [AVA](https://ava.li).
54
53
44:28 error Module path/to/legacyModule is deprecated. Use module x instead deprecate/import␊
55
54
46:3 error 'deprecatedFunction' is not defined no-undef␊
56
55
46:3 error Function deprecatedFunction is deprecated. Use function x from package y instead deprecate/function␊
57
- 47:3 error '$' is not defined no-undef␊
58
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␊
59
58
48:3 error Unexpected 'debugger' statement no-debugger␊
60
59
␊
61
60
/Users/clif/sandbox/frontier/common/eslint-config-tree/index.js␊
@@ -70,6 +69,6 @@ Generated by [AVA](https://ava.li).
70
69
6:20 error Trailing comma json/trailing-comma␊
71
70
8:3 error End of file expected json/undefined␊
72
71
␊
73
- ✖ 53 problems (26 errors, 27 warnings)␊
74
- 6 errors and 1 warning potentially fixable with the `--fix` option.␊
72
+ ✖ 52 problems (24 errors, 28 warnings)␊
73
+ 4 errors and 3 warnings potentially fixable with the `--fix` option.␊
75
74
`
0 commit comments