.eslintignore 132 B

123456789101112
  1. !.meta
  2. # Protected or generated
  3. .git
  4. .vscode
  5. # When using npm
  6. node_modules/*
  7. # Configuration files
  8. babel.config.js
  9. jest.config.js