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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Is it true that rake eslint:run[filename] can only check one single file at a time?
It would be nice if there was support for checking multiple files at once.
Right now I have solved this by adding a file to my config/initializers/ folder.
The file contains the following code:
Is it true that
rake eslint:run[filename]
can only check one single file at a time?It would be nice if there was support for checking multiple files at once.
Right now I have solved this by adding a file to my
config/initializers/
folder.The file contains the following code:
It
overridesoverwrites theinitialize
andassets
methods.Now I can do:
rake eslint:run["filename1 filename2 filename3"]
👍But it would be nice if I can do that out-of-the-box.
Thanks for reading.
The text was updated successfully, but these errors were encountered: