Skip to content

Commit

Permalink
feat: disable react in jsx scope rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg committed Jan 16, 2021
1 parent 1658390 commit 2f32a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
'react/jsx-filename-extension': 'off',
'react/jsx-props-no-spreading': 'off',
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
'react/require-default-props': 'off',
'react/sort-comp': 'off',
},
Expand Down

0 comments on commit 2f32a23

Please sign in to comment.