.eslintignore 109 B

1234567
  1. **/dist/**/*
  2. **/vendor/**/*
  3. **/tests/**/fixtures/**/*
  4. /scripts/
  5. !.github
  6. !.github/workflows/scripts/*
  7. *.d.ts