Skip to content

Commit

Permalink
Fix eslint-plugin-react warning
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r committed Sep 26, 2018
1 parent 43fa227 commit 5b87e8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ module.exports = {

rules: {
'prettier/prettier': 'error'
},
settings: {
react: {
version: '16.3'
}
}
};

0 comments on commit 5b87e8e

Please sign in to comment.