Ask for advice on the configuration of multiple projects in vs code

  1. which eslint syntax configuration file is the vs code eslint plug-in based on after configuration?

    "eslint.validate": [
    "javascript",
    "javascriptreact",
    "html",
    { "language": "vue", "autoFix": true },
    { "language": "html", "autoFix": true }
    ],
    "eslint.autoFixOnSave": true,

    if vs code opens a folder with two items client (front-end project) , server (node.js background project) , and both projects have .eslintrc.js , then eslint plug-in how to check the syntax differently according to the eslint rules under the project?

  2. and how are the .gitignore files under multiple projects identified?

I have asked you here, and please give me some advice

.
Jun.20,2021
Menu