mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-15 18:08:32 -07:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": ["eslint:recommended", "google"],
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"experimentalObjectRestSpread": true
|
|
},
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"require-jsdoc": "off",
|
|
"indent": ["error", 4],
|
|
"max-len": ["error", { "code": 120 }]
|
|
}
|
|
}
|