Commit 96f2214
committed
feat(config): update all config dependencies, with major updates
BREAKING CHANGE: this updates all configs/plugins this package is based on, as well as supporting ESLint 6. Please refer to the table below:
| package | from | to |
| ------------------------- | ------ | -------- |
| eslint | ^5.6.0 | ^5.6.0 and ^6.0.0 |
| eslint-config-airbnb | 17.1.0 | 18.0.1 |
| eslint-config-prettier | 3.0.1 | 6.1.0 |
| eslint-plugin-import | ^2.14.0 | ^2.18.2" |
| eslint-plugin-jsx-a11y | ^6.1.1 | ^6.2.3" |
| eslint-plugin-react | ^7.11.1 | ^7.14.3" |
| eslint-plugin-react-hooks | N/A | ^1.7.0 |
Additionally, eslint-plugin-react-hooks has been added to enforce the [rules of hooks](https://reactjs.org/docs/hooks-rules.html).1 parent cf7b166 commit 96f2214
File tree
9 files changed
+1490
-1681
lines changed- src
- __snapshots__
9 files changed
+1490
-1681
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
0 commit comments