Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -11,7 +11,9 @@ | ... | @@ -11,7 +11,9 @@ |
11 | "prettier/prettier": [2, { | 11 | "prettier/prettier": [2, { |
12 | "endOfLine": "auto" | 12 | "endOfLine": "auto" |
13 | }], | 13 | }], |
14 | - "arrow-body-style": 1 | 14 | + "arrow-body-style": 1, |
15 | + "react/jsx-fragments": 0, | ||
16 | + "react/prop-types": 0 | ||
15 | }, | 17 | }, |
16 | "settings": { | 18 | "settings": { |
17 | "react": { | 19 | "react": { | ... | ... |
-
Please register or login to post a comment