Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -13,7 +13,9 @@ | ... | @@ -13,7 +13,9 @@ |
| 13 | }], | 13 | }], |
| 14 | "arrow-body-style": 1, | 14 | "arrow-body-style": 1, |
| 15 | "react/jsx-fragments": 0, | 15 | "react/jsx-fragments": 0, |
| 16 | - "react/prop-types": 0 | 16 | + "react/prop-types": 0, |
| 17 | + "import/prefer-default-export": 0, | ||
| 18 | + "no-param-reassign": 0 | ||
| 17 | }, | 19 | }, |
| 18 | "settings": { | 20 | "settings": { |
| 19 | "react": { | 21 | "react": { | ... | ... |
-
Please register or login to post a comment