-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
Feature: add section for linter output #51
Comments
Probably having the output of the commands in seperate tabs of the section that displays webpack output would be the best idea since it already looks like a terminal output. |
i think set tabs of the section that displays is a good idea. Provider custom tabs name in option like new Jarvis({
customCommands: [
{name:"eslint ...", cmd:"eslint src --fix",reservedOptions}
{ name:"test", cmd:"jest test",reservedOptions}
],
}) will be funny ? |
@Sunshine168 oh yeah that's a good idea to have a specified name, I thought of maybe somehow getting it from the running command but I don't think it's possible |
Great idea!!! 😻😻😻 But actually we don't need to do that in options. Would you consider something like:
I think thatd be RAD!!! |
Oh yeah totally forgot that we already have UI where we can do such things in. |
oh yeah , Supporting config such as saving or auto-run scripts in ui is useful |
I'm excited for this y'all! |
I think many people would love having the output of a linter such as
eslint
and/orstylelint
in the dashboard. I know it is already implemented fairly good into text editors but I would still love this feature. I will try making a PR soon but if there are any other ideas that are related to this please let me know!Maybe it doesn't have to be a linter only but rather having the option to specify something like
And those command then each run on after build via
require('child_process').exec
and their output gets shown in individual tabs/sections in Jarvis.The text was updated successfully, but these errors were encountered: