Skip to content

Commit

Permalink
eslint - no error for require-default-props
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Feb 28, 2017
1 parent 4433e1e commit 786934f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"react/jsx-indent": [2, 4],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/prefer-stateless-function": "off",
"react/require-default-props": "off",
"space-before-function-paren": [2, "never"],
"import/no-extraneous-dependencies": ["error", {"devDependencies": true, "optionalDependencies": true, "peerDependencies": true}]
},
Expand Down

0 comments on commit 786934f

Please sign in to comment.