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.
This commit is contained in:
2024-08-14 21:26:39 +02:00
parent bc9376bce7
commit c1a4dc7bd0
2 changed files with 2 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ main.js
*.mjs
dist/*
*.cjs