Files
lexical/.eslintignore
2022-06-20 11:04:23 +01:00

13 lines
211 B
Plaintext

# NOTE: In general this should be kept in sync with .eslintignore
**/dist/**
**/config/**
**/build/**
**/npm/**
**/*.js.flow
**/*.d.ts
**/playwright*/**
**/vite.config.js
**/vite.prod.config.js
**/node_modules