MohamedBeydoun / atlas

An express-typescript code generator
Apache License 2.0
6 stars 0 forks source link

Generated controller not properly linted #39

Closed AsFal closed 4 years ago

AsFal commented 4 years ago

Ex: atlas generate router new

Output:

In file controller/new.ts

import { Request, Response } from "express";

const newController = {

}

export { newController };

Missing semicolon.