Skip to content

Commit

Permalink
build: add .tsx in Eslint allowed JSX extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy committed May 11, 2020
1 parent 11eca4a commit dec41e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react/jsx-filename-extension": [
2,
{
"extensions": [".js", ".jsx"]
"extensions": [".js", ".jsx", ".tsx"]
}
],
"react/forbid-prop-types": 0,
Expand Down

0 comments on commit dec41e9

Please sign in to comment.