Skip to content

Commit

Permalink
fix(react): Remove any requirement
Browse files Browse the repository at this point in the history
- Issues with dynamic keys, microsoft/TypeScript#21070
- Issues with React.SFC array return type, microsoft/TypeScript#21699
  • Loading branch information
ebramanti committed Mar 24, 2018
1 parent 86e58ee commit 74271a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
"jsx-no-multiline-js": false,
"jsx-boolean-value": false,
"react-this-binding-issue": false,
"jsx-wrap-multiline": false
"jsx-wrap-multiline": false,
"no-any": false
}
}

0 comments on commit 74271a1

Please sign in to comment.