mirror of https://github.com/vladmandic/automatic
20 lines
435 B
JSON
20 lines
435 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"
|
|
],
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
]
|
|
}
|