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

Use config.json instead of config.js #605

Closed
arunoda opened this issue Nov 5, 2016 · 1 comment
Closed

Use config.json instead of config.js #605

arunoda opened this issue Nov 5, 2016 · 1 comment

Comments

@arunoda
Copy link
Member

arunoda commented Nov 5, 2016

With config.js we usually load modules. It'll be great, if we can do this with a simple .json file.

We could also support pattern based file loading.
This will simplify things.

If the user needs, he could use import a .js file of his own and do any custom JS stuff as well.

@ndelangen
Copy link
Member

json is a pretty poor format for manual configuration in my humble opinion:

  • no comments
  • no variables
  • freaking qoutes everywhere
  • no trailing comma's allowed

I think we're doing everyone a favour by not having them deal with that 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants