UNPKG

@tbowmo/node-red-small-timer

Version:

Small timer node for Node-RED with support for sunrise, sunset etc. timers

19 lines (18 loc) 323 B
{ "extends": "tslint:recommended", "rules": { "max-line-length": { "options": [120] }, "quotemark": [ true, "single", "avoid-escape" ] }, "jsRules": { "max-line-length": { "options": [120] } } }