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
  • 相关阅读:
    MySQL数据库的常用命令
    MySQL数据库的概念
    Linux磁盘管理
    linux账号与权限管理
    安装及管理程序
    vi编辑器+常用命令
    centos7下部署elasticsearch7.2集群--Elastic Stack之一
    打开virt-manager界面显示方格乱码
    Rabbitmq之修改日志和数据存放路径
    Rabbitmq之Memory
  • 原文地址:https://www.cnblogs.com/jacky1982/p/10868893.html
Copyright © 2011-2022 走看看