React Project Config Files

stylelint.config.js

  • https://stylelint.io/

sonar-project.properties

  • https://docs.sonarqube.org/latest/

README.md

package.json

package-lock.json

  • https://www.zhihu.com/question/62331583

ecosystem.config.js

  • https://pm2.io/doc/en/runtime/guide/ecosystem-file/

canned.config.js

  • https://github.com/sideshowcoder/canned

 babel.config.js

  • https://babeljs.io/docs/en/configuration

.size-limit

  • https://www.npmjs.com/package/size-limit

.prettierrc

  • https://prettier.io/docs/en/configuration.html

.prettierignore

  • https://prettier.io/docs/en/ignore.html

.npmrc

.npmignore

  • https://javascript.tutorialhorizon.com//2015/06/25/what-is-an-npmignore-file-and-what-is-it-used-for/

.lintstagedrc

  • https://segmentfault.com/a/1190000017790711

.huskyrc

  • https://github.com/typicode/husky

.gitignore

.gitattributes

  • https://git-scm.com/docs/gitattributes

.flowconfig

  • https://flow.org/en/docs/config/

.eslintrc

  • https://gist.github.com/rswanderer/29dc65efc421b3b5b0442f1bd3dcd046

.eslintignore

  • https://zhuanlan.zhihu.com/p/37918096

.esdoc.json

  • https://esdoc.org/manual/usage.html

.editorconfig

  • https://editorconfig.org/

.browserslistrc

  • https://github.com/browserslist/browserslist
原文地址:https://www.cnblogs.com/jacky1982/p/10868893.html