Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Apr 24, 2017
1 parent aff0314 commit a07d39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"optionalDependencies": false
}],
"react/jsx-filename-extension": "off"
"react/jsx-filename-extension": "off",
"react/require-default-props": "off"
}
}

0 comments on commit a07d39d

Please sign in to comment.