UNPKG

eslint-config-regiojet-next

Version:

Eslint Typescript rules for Next.js React projects

16 lines (12 loc) 235 B
import { ignores } from 'eslint-config-regiojet-typescript-react'; const config = [ ...ignores, { ignores: [ '.next/', '**/next-env.d.ts', ], name: 'Next specific ignores', }, ]; export default config;