Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix(react): prevent react version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Apr 24, 2019
1 parent 914f555 commit 332ce20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ module.exports = {
ecmaFeatures: {
jsx: true
}
},
settings: {
react: {
version: 'detect'
}
}
};

0 comments on commit 332ce20

Please sign in to comment.