Files
lexical/.eslintignore
2024-04-25 16:17:31 -06:00

17 lines
296 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*/**
**/vite.config.js
**/vite.prod.config.js
**/node_modules
.ts-temp
**/.docusaurus
/playwright-report