.eslintignore 97 B

123456
  1. **/node_modules/**
  2. **/static/**
  3. **/__mocks__/**
  4. **/next-env.d.ts
  5. **/polyfill.js
  6. **/next.config.js