|
3 | 3 | "lodash"
|
4 | 4 | ],
|
5 | 5 | "rules": {
|
6 |
| - "lodash/callback-binding": 1, |
| 6 | + "lodash/callback-binding": 2, |
7 | 7 | "lodash/chain-style": [
|
8 |
| - 1, |
| 8 | + 2, |
9 | 9 | "explicit"
|
10 | 10 | ],
|
11 | 11 | "lodash/chaining": [
|
12 |
| - 1, |
| 12 | + 2, |
13 | 13 | "always"
|
14 | 14 | ],
|
15 |
| - "lodash/collection-method-value": 1, |
| 15 | + "lodash/collection-method-value": 2, |
16 | 16 | "lodash/collection-ordering": 2,
|
17 |
| - "lodash/collection-return": 1, |
| 17 | + "lodash/collection-return": 2, |
18 | 18 | "lodash/consistent-compose": [
|
19 |
| - 1, |
| 19 | + 2, |
20 | 20 | "flow"
|
21 | 21 | ],
|
22 | 22 | "lodash/identity-shorthand": [
|
23 |
| - 1, |
| 23 | + 2, |
24 | 24 | "always"
|
25 | 25 | ],
|
26 | 26 | "lodash/import-scope": 0,
|
27 |
| - "lodash/matches-prop-shorthand": 1, |
| 27 | + "lodash/matches-prop-shorthand": 2, |
28 | 28 | "lodash/matches-shorthand": [
|
29 |
| - 1, |
| 29 | + 2, |
30 | 30 | "always",
|
31 | 31 | 3
|
32 | 32 | ],
|
33 |
| - "lodash/no-commit": 1, |
34 |
| - "lodash/no-double-unwrap": 1, |
35 |
| - "lodash/no-extra-args": 1, |
| 33 | + "lodash/no-commit": 2, |
| 34 | + "lodash/no-double-unwrap": 2, |
| 35 | + "lodash/no-extra-args": 2, |
36 | 36 | "lodash/no-unbound-this": 2,
|
37 | 37 | "lodash/path-style": 0,
|
38 |
| - "lodash/prefer-compact": 1, |
| 38 | + "lodash/prefer-compact": 2, |
39 | 39 | "lodash/prefer-constant": 0,
|
40 | 40 | "lodash/prefer-filter": [
|
41 |
| - 1, |
| 41 | + 2, |
42 | 42 | 3
|
43 | 43 | ],
|
44 | 44 | "lodash/prefer-find": 2,
|
45 | 45 | "lodash/prefer-flat-map": 2,
|
46 | 46 | "lodash/prefer-get": [
|
47 |
| - 1, |
| 47 | + 2, |
48 | 48 | 3
|
49 | 49 | ],
|
50 | 50 | "lodash/prefer-immutable-method": 2,
|
51 |
| - "lodash/prefer-includes": 1, |
| 51 | + "lodash/prefer-includes": 2, |
52 | 52 | "lodash/prefer-invoke-map": 0,
|
53 |
| - "lodash/prefer-is-nil": 1, |
54 |
| - "lodash/prefer-lodash-chain": 1, |
| 53 | + "lodash/prefer-is-nil": 2, |
| 54 | + "lodash/prefer-lodash-chain": 2, |
55 | 55 | "lodash/prefer-lodash-method": 0,
|
56 |
| - "lodash/prefer-lodash-typecheck": 1, |
57 |
| - "lodash/prefer-map": 1, |
58 |
| - "lodash/prefer-matches": 1, |
| 56 | + "lodash/prefer-lodash-typecheck": 2, |
| 57 | + "lodash/prefer-map": 2, |
| 58 | + "lodash/prefer-matches": 2, |
59 | 59 | "lodash/prefer-noop": 0,
|
60 |
| - "lodash/prefer-over-quantifier": 1, |
| 60 | + "lodash/prefer-over-quantifier": 2, |
61 | 61 | "lodash/prefer-reject": [
|
62 | 62 | 1,
|
63 | 63 | 3
|
|
69 | 69 | }
|
70 | 70 | ],
|
71 | 71 | "lodash/prefer-startswith": 0,
|
72 |
| - "lodash/prefer-thru": 1, |
73 |
| - "lodash/prefer-times": 1, |
74 |
| - "lodash/prefer-wrapper-method": 1, |
75 |
| - "lodash/preferred-alias": 1, |
76 |
| - "lodash/prop-shorthand": 1, |
77 |
| - "lodash/unwrap": 1 |
| 72 | + "lodash/prefer-thru": 2, |
| 73 | + "lodash/prefer-times": 2, |
| 74 | + "lodash/prefer-wrapper-method": 2, |
| 75 | + "lodash/preferred-alias": 2, |
| 76 | + "lodash/prop-shorthand": 2, |
| 77 | + "lodash/unwrap": 2 |
78 | 78 | }
|
79 | 79 | }
|
0 commit comments