Skip to content

Commit 52ff7bf

Browse files
committed
v0.4.0
* Eslint support for all templates
1 parent f755083 commit 52ff7bf

File tree

32 files changed

+5517
-6611
lines changed

32 files changed

+5517
-6611
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-express-app",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Npm package to create Express apps with templates",
55
"main": "./lib/index.js",
66
"bin": {

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const argv: Args = minimist(process.argv.slice(2));
1717
const TEMPLATES = [
1818
magenta('express-js'),
1919
magenta('express-ts'),
20-
magenta('express-ts-eslint'),
2120
magenta('express-ts-mongoose'),
2221
];
2322

template-express-ts-eslint/_gitignore

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)