Update .eslintrc

This commit is contained in:
Jinksi 2017-07-06 20:41:03 +10:00
parent 58bd948871
commit ab94f9f014

View file

@ -1,6 +1,7 @@
{
"extends": ["standard", "standard-react"],
"rules": {
"react/prop-types": "off"
"react/prop-types": "off",
"no-unused-vars": "warn"
}
}