@tsed/cli-plugin-tslint
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -20,8 +20,8 @@ "use strict"; | ||
return this.rootRenderer.renderAll([ | ||
"init/tslint.json.hbs", | ||
ctx.lintstaged && "init/.lintstagedrc.hbs", | ||
ctx.prettier && "init/.prettierignore.hbs", | ||
ctx.prettier && "init/.prettierrc.hbs" | ||
"tslint.json.hbs", | ||
ctx.lintstaged && ".lintstagedrc.hbs", | ||
ctx.prettier && ".prettierignore.hbs", | ||
ctx.prettier && ".prettierrc.hbs" | ||
], ctx, { | ||
templateDir: templateDir_1.TEMPLATE_DIR | ||
templateDir: `${templateDir_1.TEMPLATE_DIR}/init` | ||
}); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "@tsed/cli-plugin-tslint", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "./lib/index.js", | ||
@@ -8,4 +8,4 @@ "typings": "./lib/index.d.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "3.0.1", | ||
"@tsed/cli-core": "3.0.1" | ||
"@tsed/cli": "3.0.2", | ||
"@tsed/cli-core": "3.0.2" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
14491