UNPKG

node-red-contrib-cron-plus

Version:

A flexible scheduler (cron, solar events, fixed dates) node for Node-RED with full dynamic control and time zone support

33 lines (31 loc) 772 B
{ "root": true, "globals": { "monaco": true, "RED": true }, "env": { "browser": true, "commonjs": true, "es2021": true, "mocha": true, "jquery": true }, "extends": [ "eslint:recommended", "standard" ], "plugins": [ "eslint-plugin-html", "no-only-tests" ], "parserOptions": { "ecmaVersion": 12 }, "rules": { // Built-in rules "indent": ["error", 4], "object-shorthand": ["error"], "no-console": ["error", { "allow": ["debug", "info", "warn", "error"] }], "no-trailing-spaces": ["error"], // plugin:no-only-tests "no-only-tests/no-only-tests": "error" } }