UNPKG

node-radio-mini

Version:

A terminal based radio streaming solution made entirely in Node.js

34 lines (33 loc) 628 B
{ "env": { "browser": true, "commonjs": true, "es6": true, "node": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 2018 }, "rules": { "indent": [ "error", 4 ], "linebreak-style": [ "error", "unix" ], "quotes": [ "error", "single" ], "semi": [ "error", "always" ], "no-console": "off", "no-unused-vars": "off", "no-irregular-whitespace": "error" } }