UNPKG

microwizard

Version:

A fast and stable microservice framework, mostly compatible with senecas user API

18 lines (17 loc) 315 B
{ "extends": "standard", "parserOptions": { "sourceType": "module", "ecmaVersion": 13 }, "root": true, "rules": { "semi": ["error", "always"], "no-unused-vars": "warn", "quotes": [ "error", "single", { "avoidEscape": true, "allowTemplateLiterals": true } ] } }