playwright/.eslintignore

17 lines
269 B
Plaintext
Raw Normal View History

2021-06-02 18:41:48 +03:00
# Ignore everything by default
**/*
# Check ts files in src/
!src
!src/**/*.ts
src/**/*.d.ts
src/generated/*
src/server/chromium/protocol.ts
src/server/firefox/protocol.ts
src/server/webkit/protocol.ts
2021-06-02 18:41:48 +03:00
# Check ts files in tests/
!tests
!tests/**/*.ts
tests/**/*.d.ts