Skip to content

Commit

Permalink
fix(lint): always use the latest react version to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Oct 28, 2018
1 parent 95d5427 commit 9552193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/eslintrc.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config = {
'import/extensions': [...baseConfig.settings['import/extensions'], '.tsx'],
react: {
pragma: 'React',
version: '16.0',
version: 'detect',
},
},
rules: {
Expand Down

0 comments on commit 9552193

Please sign in to comment.