Skip to content
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

Add ability to configure tasks via command line #644

Open
carakessler opened this issue Aug 17, 2020 · 1 comment
Open

Add ability to configure tasks via command line #644

carakessler opened this issue Aug 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@carakessler
Copy link
Collaborator

we should allow us to specify task configurations in the command line, essentially how eslint does. Right now we can only turn a task on via command line.

eslint --rule 'quotes: [2, double]'
eslint --rule 'guard-for-in: 2' --rule 'brace-style: [2, 1tbs]'
eslint --rule 'jquery/dollar-sign: 2'
@carakessler carakessler added the enhancement New feature or request label Aug 17, 2020
@scalvert
Copy link
Contributor

Agree. FWIW eslint interally uses Levn (https://github.com/gkz/levn). We should align to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants