We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main
.../eslint-config/package.json
index.js
In our last change (#19) we forgot to change the main attribute from index.cjs to index.js.
index.cjs
See
config/packages/eslint-config/package.json
Line 17 in 6e97fe2
No response
The text was updated successfully, but these errors were encountered:
fix(eslint): use correct index.js
21b3602
Resolves #22
fix(eslint): use correct index.js (#23)
7c1d265
Resolves #22 ## 📑 Description Change old and wrong `main` file name in `package.json` from `index.cjs` to `index.js`.
mheob
Successfully merging a pull request may close this issue.
Description of the bug
In our last change (#19) we forgot to change the
main
attribute fromindex.cjs
toindex.js
.Steps To Reproduce
See
config/packages/eslint-config/package.json
Line 17 in 6e97fe2
Additional Information
No response
The text was updated successfully, but these errors were encountered: