UNPKG

@nestjs/typeorm

Version:

Nest - modern, fast, powerful node.js web framework (@typeorm)

12 lines (10 loc) 228 B
import { defineConfig } from 'oxlint'; export default defineConfig({ categories: { correctness: 'warn', }, rules: { 'no-unused-vars': 'warn', }, ignorePatterns: ['dist/**', 'node_modules/**', 'tests/**'], });