Skip to content

Commit

Permalink
fix: disable requiring default props in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikrut committed Dec 28, 2020
1 parent 15e6ee7 commit 64cf321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
'react/jsx-filename-extension': [2, { extensions: ['.js', '.jsx', '.ts', '.tsx'] }],
'import/prefer-default-export': 'off',
'react/prop-types': 'off',
'react/require-default-props': 'off',
'react/no-unused-prop-types': 'off',
'no-underscore-dangle': 'off',
'import/extensions': [
Expand Down

0 comments on commit 64cf321

Please sign in to comment.