Browse Source
This should contain all the rules we probably want to use, except react/wrap-multilines, which requires a larger codemod, and would clutter this commit.main
1 changed files with 5 additions and 2 deletions
@ -1,3 +1,6 @@ |
|||
--- |
|||
rules: |
|||
block-scoped-var: false |
|||
no-undef: false |
|||
block-scoped-var: 0 |
|||
no-undef: 0 |
|||
react/react-in-jsx-scope: 0 |
|||
react/jsx-no-undef: 0 |
|||
|
Loading…
Reference in new issue