.eslintignore 109 B

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