UNPKG

blessed-contrib

Version:

Build dashboards (or any other application) using ascii/ansi art and javascript.

24 lines (23 loc) 480 B
{ "env": { "es6": true, "node": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 2015 }, "rules": { "brace-style": "error", "no-irregular-whitespace":"error", "no-octal-escape": "error", "no-octal": "error", "no-proto":"error", "strict":["error", "global"], "no-undef":"error", "no-use-before-define": "off", "indent": ["error", 2], "semi": [2, "always"], "quotes": [2, "single"] } }