mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"extends": ["airbnb-base/legacy"],
|
|
"rules": {
|
|
"func-names": ["error", "never"],
|
|
"indent": ["error", 4]
|
|
}
|
|
}
|