zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    js多图上传展示和删除
    简单的下拉加载和上拉加载
    js实现放大镜效果
    js表格拖拽
    js表格上下移动添加删除
    js写的滑动解锁
    关于serialize() FormData serializeArray()表单序列化
    js日历
    js树状菜单
    Restful API官方文档
  • 原文地址:https://www.cnblogs.com/jacky1982/p/10868893.html
Copyright © 2011-2022 走看看