UNPKG

shunter

Version:

A Node.js application built to read JSON and translate it into HTML

37 lines (34 loc) 663 B
{ "extends": [ "@springernature/eslint-config", "@springernature/eslint-config/node" ], "rules": { "block-scoped-var": "warn", "no-lonely-if": "warn", "no-path-concat": "warn", "no-prototype-builtins": "warn", "no-redeclare": "warn", "no-undef": "warn", "no-useless-escape": "warn", "unicorn/no-new-buffer": "warn", "unicorn/prevent-abbreviations": "off", "unicorn/catch-error-name": "off" }, "overrides": [ { "files": "tests/server/core/input-filter.js", "rules": { "no-unused-vars": "warn" } }, { "files": "tests/**/*.js", "env": { "browser": true, "jquery": true, "mocha": true } } ] }