UNPKG

eslint-plugin-lodash-es

Version:

ESLint plugin that enforces destructured imports from lodash-es and auto-fixes them

14 lines (12 loc) 255 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { include: ['tests/**/*.test.ts'], name: 'node', environment: 'node', coverage: { reporter: ['lcov'], include: ['src/**/*.ts'], }, }, })