Skip to content

Commit

Permalink
Disable react/jsx-props-no-spreading
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-yakubiv committed Nov 29, 2019
1 parent 8eb0db9 commit fd0684a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-react/index.js
Expand Up @@ -2,6 +2,7 @@ module.exports = {
extends: ['airbnb', '@oacore/eslint-config-base', 'prettier/react'],

rules: {
'react/jsx-props-no-spreading': 'off',
'react/prop-types': [
'error',
{
Expand Down

0 comments on commit fd0684a

Please sign in to comment.