Skip to content

Commit

Permalink
Reduce react eslint checks 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueLimas committed Aug 19, 2018
1 parent c0e11b5 commit e133c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

"rules": {
"import/no-self-import": "error",
"import/no-extraneous-dependencies": ["error", { "devDependencies": false , "optionalDependencies": false }],
"import/no-extraneous-dependencies": ["error", { "devDependencies": true , "optionalDependencies": false }],
"react/forbid-prop-types": "off",
"react/jsx-filename-extension": "off"
}
}

0 comments on commit e133c74

Please sign in to comment.