.eslintignore 120 B

12345678
  1. **/node_modules/**
  2. **/public/**
  3. **/out/**
  4. **/__mocks__/**
  5. **/next-env.d.ts
  6. **/next.config.js
  7. **/_document.js
  8. **/_app.js