.eslintignore 58 B

1234567
  1. /**/node_modules/*
  2. node_modules/
  3. dist/
  4. build/
  5. out/
  6. .next/