zotero/js-build/.eslintrc
Tom Najdek 0478e66a47
Improve build process. Fix #3758 (#3809)
- Remove directories that should no longer be present in the build.
- Add watching for new files.
- Add debounce and batching to reduce verbosity and avoid needless cleanup and "add to omni" steps
  when entire directories are affected.
2024-03-08 01:26:24 -05:00

5 lines
No EOL
56 B
Text

{
"rules": {
"no-process-env": "off"
}
}