build: Upgrade lint related packages (#7790)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { QueryRunner, TableIndex } from 'typeorm';
|
||||
import type { QueryRunner } from 'typeorm';
|
||||
import { TableIndex } from 'typeorm';
|
||||
import LazyPromise from 'p-lazy';
|
||||
|
||||
abstract class IndexOperation extends LazyPromise<void> {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { TableForeignKeyOptions, TableIndexOptions } from 'typeorm';
|
||||
import { Table, QueryRunner, TableColumn } from 'typeorm';
|
||||
import type { TableForeignKeyOptions, TableIndexOptions, QueryRunner } from 'typeorm';
|
||||
import { Table, TableColumn } from 'typeorm';
|
||||
import LazyPromise from 'p-lazy';
|
||||
import { Column } from './Column';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user