redux-bluetooth/.eslintrc.json

6 lines
80 B
JSON

{
"extends": "airbnb",
"rules": {
"func-names": ["error", "never"]
}
}