Renamed `jest.config.js` to `jest.config.cjs` for compatibility with CommonJS modules. Updated `.eslintignore` to exclude `.cjs` files to prevent linting issues.
14 lines
68 B
Plaintext
14 lines
68 B
Plaintext
node_modules/
|
|
|
|
main.js
|
|
|
|
**/*.js
|
|
*.js
|
|
|
|
**/*.mjs
|
|
*.mjs
|
|
|
|
dist/*
|
|
|
|
*.cjs
|