Files
lexical/.eslintignore

16 lines
268 B
Plaintext

# NOTE: In general this should be kept in sync with .prettierignore
**/dist/**
**/build/**
**/npm/**
**/__tests__/integration/fixtures/**
!scripts/npm/**
**/*.js.flow
**/*.d.ts
**/playwright*/**
**/node_modules
.ts-temp
**/.docusaurus
/playwright-report
test-results