UNPKG

@praha/eslint-config-common

Version:
23 lines (22 loc) 625 B
const ignoreConfigurator = ()=>[ { name: 'praha/common/ignore', ignores: [ '**/node_modules', '**/package-lock.json', '**/yarn.lock', '**/pnpm-lock.yaml', '**/coverage', '**/__snapshots__', '**/dist', '**/.vercel', '**/.swc', '**/.turbo', '**/cdk.out', '**/cdk.context.json', '**/.next', '**/next-env.d.ts' ] } ]; export { ignoreConfigurator };