mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(): remove lint from lint-staged
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user