UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

36 lines (35 loc) 516 B
{ "env": { "node": false, "browser": true, "jquery": false, "es6": false }, "globals": { "Vue": true, "uibuilder": true }, "extends": "eslint:recommended", "rules": { "no-console": 0, "indent": [ "warn", 4, {"SwitchCase": 1} ], "linebreak-style": [ "error", "unix" ], "quotes": [ "warn", "single" ], "semi": [ "warn", "never" ], "comma-dangle":"off", "no-unused-vars": "warn" } }