react-lightning-design-system icon indicating copy to clipboard operation
react-lightning-design-system copied to clipboard

Cleaning & small modification

Open ButuzGOL opened this issue 7 years ago • 3 comments

  1. dot configs to package.json
  2. clean empty files
  3. Add npm badge

ButuzGOL avatar Apr 06 '17 08:04 ButuzGOL

Seems like storybook currently not supporting babel in package.json

ButuzGOL avatar Apr 10 '17 09:04 ButuzGOL

What is your purpose of moving .babelrc/.eslintrc to package.json ?

my opinion its much cleaner when all configs with several amount lines in one file

ButuzGOL avatar Apr 10 '17 09:04 ButuzGOL

my opinion its much cleaner when all configs with several amount lines in one file

Not agree with your opinion. The package.json is less descriptive which cannot contain comment or other notation (.eslintrc.* does support YAML, JS, JSON format), and the developers cannot easily find where the configuration is.

stomita avatar Apr 10 '17 21:04 stomita