Files
standardnotes-app-web/packages/blocks-editor/.eslintignore
2022-11-07 10:42:44 -06: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