.eslintignore 113 B

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