This website requires JavaScript.
Explore
Help
Sign In
status-im
/
contracts
mirror of
https://github.com/status-im/contracts.git
Watch
2
Star
0
Fork
You've already forked contracts
0
Code
Issues
Projects
Releases
Wiki
Activity
be3d711f0b
contracts
/
.eslintrc.json
10 lines
102 B
JSON
Raw
Normal View
History
Unescape
Escape
add eslint
2018-05-31 21:27:04 +00:00
{
add dispatch and cleanup to accounts list
2018-06-01 20:06:27 +00:00
"extends"
:
"airbnb"
,
"plugins"
:
[
"react"
]
,
"rules"
:
{
"react/prop-types"
:
0
}
}