ens-usernames/.eslintrc.json

10 lines
102 B
JSON
Raw Normal View History

2018-05-31 21:27:04 +00:00
{
"extends": "airbnb",
"plugins": [
"react"
],
"rules": {
"react/prop-types": 0
}
}