Skip to content

Commit

Permalink
avoid console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 16, 2016
1 parent 2bbf870 commit d335286
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "airbnb"
"extends": "airbnb",
"rules": {
"react/require-extension": "off"
}
}

0 comments on commit d335286

Please sign in to comment.