migrate tslint to eslint

and warn default export
This commit is contained in:
syuilo 2021-08-30 20:34:17 +09:00
parent 7e30910ab8
commit 9e8aca63f3
12 changed files with 489 additions and 205 deletions

View file

@ -1,4 +1,4 @@
/* tslint:disable:quotemark class-name indent */
/* eslint:disable:quotemark class-name indent */
import {MigrationInterface, QueryRunner} from "typeorm";
export class apUrl1585772678853 implements MigrationInterface {