-
Notifications
You must be signed in to change notification settings - Fork 61
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
Config file structure changes #354
Comments
IMO, we should copy the config format of eslint for rules. A name, and Not necessarily because I think it looks good, but it's something people should be familiar with, and eslint probably use some module internally we could leverage. Alternatively extract, then leverage. EDIT: Seems to be internal: https://github.com/eslint/eslint/tree/master/lib/config |
While we wait I've got another question here. With #365 in mind, how should we structure
for short (should we?):
If we want to change reporter from
Well, default is default 🎉 and unnecessary here, but this will call require(name) as it does now? Should options be flat or under
vs :
Or... those are totally unrelated
|
Let's just go So then you have If it's called |
Didn't receive any response on Gitter, tried opening an issue: eslint/eslint#7339. Hopefully they are positive towards it! |
reporterOptions
underreporter
node.rules
node as eslint does.namingConventionStrict
andnamingConvention
.The text was updated successfully, but these errors were encountered: