mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-10 02:46:24 +00:00
10 lines
102 B
JSON
10 lines
102 B
JSON
{
|
|
"extends": "airbnb",
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
"rules": {
|
|
"react/prop-types": 0
|
|
}
|
|
}
|