Skip to content

Commit

Permalink
Merge pull request #368 from scttcper/master
Browse files Browse the repository at this point in the history
fix: disable eslint along with tslint in templates
  • Loading branch information
dgreene1 authored Aug 13, 2019
2 parents 0ac6a1a + 37e3b2c commit 000608f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routeGeneration/templates/express.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
/* tslint:disable */
/* eslint-disable */
{{#if canImportByAlias}}
import { Controller, ValidationService, FieldErrors, ValidateError, TsoaRoute } from 'tsoa';
{{else}}
Expand Down
1 change: 1 addition & 0 deletions src/routeGeneration/templates/hapi.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
// TODO: Replace this with HAPI middleware stuff
/* tslint:disable */
/* eslint-disable */
{{#if canImportByAlias}}
import { Controller, ValidationService, FieldErrors, ValidateError, TsoaRoute } from 'tsoa';
{{else}}
Expand Down
1 change: 1 addition & 0 deletions src/routeGeneration/templates/koa.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa

/* tslint:disable */
/* eslint-disable */
{{#if canImportByAlias}}
import { Controller, ValidationService, FieldErrors, ValidateError, TsoaRoute } from 'tsoa';
{{else}}
Expand Down

0 comments on commit 000608f

Please sign in to comment.