Skip to content

Commit

Permalink
Lint: Remove requirement for .jsx files
Browse files Browse the repository at this point in the history
Heavily debated here:
airbnb/javascript#985
  • Loading branch information
dijonkitchen committed Feb 6, 2018
1 parent 8bc2d27 commit a90ef5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
},
"globals": {
"fetch": false
},
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
}
}

0 comments on commit a90ef5e

Please sign in to comment.