question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to have more readable package.json file?

See original GitHub issue

The title comes from this question: Why all of the configs are in the package.json file?

Why we have not separated these files:

  • .eslintrc and .eslintignore for ESLint configuration
  • .babelrc for having babel configuration
  • .stylelintrc for having style lint configuration
  • .prettierrc for having configuration of prettier
  • .browserslistrc for having browserify configuration
  • and etc.

If you are agreed, let me do these configurations. I will make them.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
wellyshencommented, Jun 15, 2020

@amerllica I have replied your comments, please review them. If any concerning, feel free to discuss with me, thank you.

1reaction
amerllicacommented, Jun 14, 2020

Dear @wellyshen, Thanks for your comments. for the last time, please review the comments and after that, I will change my codes for the current PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

package.json - npm Docs
Description. This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just...
Read more >
Add custom metadata or config to package.json, is it valid?
Yes, you're allowed to add custom entries to package.json . Choose a key name: not already defined (details below); not reserved for future...
Read more >
The package.json guide - Flavio Copes
The package.json file is a key element in lots of app codebases based on the Node.js ecosystem.
Read more >
package.json Quick Start Guide | phoenixNAP KB
Learn how the package.json file lets you automatically manage various Node.js package metadata, such as project dependencies in this guide.
Read more >
What Is package.json? | heynode.com
There are more fields than the ones we cover, and you can read about the rest in the documentation, but these are the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found