54 lines
1.0 KiB
Plaintext
54 lines
1.0 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "configs/js",
|
|
"path": "../configs/js"
|
|
},
|
|
{
|
|
"name": "packages/cli",
|
|
"path": "../packages/cli"
|
|
},
|
|
{
|
|
"name": "packages/create-eslegant",
|
|
"path": "../packages/create-eslegant"
|
|
},
|
|
{
|
|
"name": "packages/eslegant",
|
|
"path": "../packages/eslegant"
|
|
},
|
|
{
|
|
"name": "ROOT",
|
|
"path": "../"
|
|
}
|
|
],
|
|
"settings": {
|
|
"eslint.workingDirectories": ["./"],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.organizeImports": false,
|
|
},
|
|
// The following is optional.
|
|
// It's better to put under project setting `.vscode/settings.json`
|
|
// to avoid conflicts with working with different eslint configs
|
|
// that does not support all formats.
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"markdown",
|
|
"json",
|
|
"jsonc",
|
|
"yaml"
|
|
],
|
|
"cSpell.words": [
|
|
"eslegant"
|
|
]
|
|
}
|
|
}
|