You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just install this plugin and I would like to thank you because you perfectly understand and solve the drawback of maintaining manually an index.js 👍
Still, I have a little issue while using this plugin: the generated file doesn't respect the linter rules of the project.
In my case, we use " instead of ' for quoting file path and we add ; at the end of each line.
Of course it will be difficult to add options to feat all possible linter configuration. That's why I would like to know if it could be possible to automatically run the linter installed in the projet (if any) just after the index.js file generation? wdyt?
Thanks again for that awesome plugin ❤️
The text was updated successfully, but these errors were encountered:
Hi @nicreichert ,
I just install this plugin and I would like to thank you because you perfectly understand and solve the drawback of maintaining manually an
index.js
👍Still, I have a little issue while using this plugin: the generated file doesn't respect the linter rules of the project.
In my case, we use
"
instead of'
for quoting file path and we add;
at the end of each line.Of course it will be difficult to add options to feat all possible linter configuration. That's why I would like to know if it could be possible to automatically run the linter installed in the projet (if any) just after the
index.js
file generation? wdyt?Thanks again for that awesome plugin ❤️
The text was updated successfully, but these errors were encountered: