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
Hi,
In our organization we made a preset npm package(https://www.npmjs.com/package/@exo-dev/esformatter-preset-exo). We want to add it to our .esformatter file so we created the next file:
{ "extends": ["preset:exo"] }
We got the next error:
Error: index.js Can't parse configuration file '.esformatter'. Exception: Cannot find module 'esformatter-preset-exo' from '/home/agustinc/project'
That's right because the package is named @exo-dev/esformatter-preset-exo in the node_modules folder.
@exo-dev/esformatter-preset-exo
How can we use the extends on the .esformatter file to reference our package?
.esformatter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
In our organization we made a preset npm package(https://www.npmjs.com/package/@exo-dev/esformatter-preset-exo). We want to add it to our .esformatter file so we created the next file:
We got the next error:
That's right because the package is named
@exo-dev/esformatter-preset-exo
in the node_modules folder.How can we use the extends on the
.esformatter
file to reference our package?The text was updated successfully, but these errors were encountered: