-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add a config file. #405
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
Comments
👍 I do that with XO too. I would prefer only a section in package.json. Makes things simple. |
Agreed. I'd also like to add a "files" section, and have it be "config.ava", vs. "ava " |
👍
👎 That's a convention nobody uses. Top-level is simpler and it will never conflict with anything anyways. |
Except for istanbuljs/nyc#131 😄 |
Yeah, I think basically any config value is fair game. I can't think of one we shouldn't allow them to configure this way. |
Great suggestion, I'm on board! |
@sindresorhus: Except |
|
Add |
Probably just an
ava
section inpackage.json
.The available options are getting complex enough that I think we are close to needing this (if we aren't there already).
These would need to be merged with whatever is specified on the command line (command line taking precedence).
The goal is to be able to specify the default way you want it to behave when you simply type
ava
on the command line.The text was updated successfully, but these errors were encountered: