Files
TSinjex/.eslintignore
Max P c1a4dc7bd0 Rename Jest config to .cjs and update .eslintignore
Renamed `jest.config.js` to `jest.config.cjs` for compatibility with CommonJS modules. Updated `.eslintignore` to exclude `.cjs` files to prevent linting issues.
2024-08-14 21:26:39 +02:00

14 lines
68 B
Plaintext

node_modules/
main.js
**/*.js
*.js
**/*.mjs
*.mjs
dist/*
*.cjs