mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-27 15:02:48 +03:00
17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|
"files.eol": "\n",
|
|
"python.analysis.extraPaths": [".", "./modules", "./scripts", "./pipelines"],
|
|
"python.analysis.typeCheckingMode": "off",
|
|
"editor.formatOnSave": false,
|
|
"python.REPL.enableREPLSmartSend": false,
|
|
"eslint.enable": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript",
|
|
"html",
|
|
"css",
|
|
"json",
|
|
"markdown"
|
|
]
|
|
}
|