redux-bluetooth/.eslintrc.json

6 lines
80 B
JSON
Raw Normal View History

2017-07-11 11:14:39 +08:00
{
"extends": "airbnb",
"rules": {
"func-names": ["error", "never"]
}
}