Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Chore: enable jsx parsing
  • Loading branch information
JPeer264 committed Aug 26, 2018
commit 0c6c4af2d6df7172e57b4503fccd79bccc61ba18
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module.exports = {
"plugins": [
"import"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
// disabled until babel rewrite
"strict": 1,
Expand Down