UNPKG

ccd-ng2

Version:

Class based web framework on top of Express that uses async await operators to simplify the controllers logic and promote writing clean, simple and maintainable web server

12 lines 239 B
{ "rules": { "no-unused-expression": true, "no-duplicate-variable": true, "no-duplicate-key": true, "no-unused-variable": true, "curly": false, "class-name": true, "semicolon": ["always", false], "triple-equals": true } }