Skip to content

Commit

Permalink
Fix eslint warning coming from react preset
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Nov 27, 2018
1 parent 8ac3f32 commit af61efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"brace-style": "off",
"comma-dangle": ["warn", "always-multiline"],
"indent": "off"
},
"settings": {
"react": {
"version": "16.6"
}
}
}

0 comments on commit af61efa

Please sign in to comment.