mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-22 19:41:47 +00:00
Lint.
This commit is contained in:
+2
-1
@@ -12,7 +12,8 @@
|
||||
"rules": {
|
||||
"require-jsdoc": "off",
|
||||
"indent": ["error", 4],
|
||||
"max-len": ["error", { "code": 120 }]
|
||||
"max-len": ["error", { "code": 120 }],
|
||||
"no-prototype-builtins": "off"
|
||||
},
|
||||
"plugins": [
|
||||
"jest"
|
||||
|
||||
Reference in New Issue
Block a user