chore(): remove lint from lint-staged

This commit is contained in:
Kamil Myśliwiec
2020-01-26 12:17:23 +01:00
parent be9a272199
commit 7309ba4bdf
164 changed files with 2070 additions and 1262 deletions

View File

@@ -1,6 +1,7 @@
import { Provider, Scope } from '@nestjs/common';
import { INQUIRER } from './inquirer-constants';
// eslint-disable-next-line @typescript-eslint/no-empty-function
const noop = () => {};
export const inquirerProvider: Provider = {
provide: INQUIRER,