UNPKG

@buka/nestjs-type-helper

Version:
19 lines (17 loc) 364 B
import buka from '@buka/eslint-config'; import { defineConfig } from "eslint/config"; export default defineConfig([ { ignores: ['dist'], }, { files: ["**/*.ts"], extends: [buka.nestjs.recommended], }, { rules: { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unsafe-function-type': 'off', }, }, ])