mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-23 15:31:37 -04:00
sort imports
This commit is contained in:
parent
7c936c85ae
commit
e1fb306a92
46
.vscode/settings.json
vendored
46
.vscode/settings.json
vendored
@ -1,26 +1,34 @@
|
|||||||
{
|
{
|
||||||
"python.formatting.provider": "black",
|
|
||||||
"python.pythonPath": ".venv/bin/python3.9",
|
|
||||||
"python.linting.enabled": true,
|
|
||||||
"python.testing.unittestEnabled": false,
|
|
||||||
"python.testing.pytestEnabled": true,
|
|
||||||
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
|
||||||
"python.testing.pytestArgs": ["tests"],
|
|
||||||
"python.linting.flake8Enabled": true,
|
|
||||||
"cSpell.enableFiletypes": ["!javascript", "!python", "!yaml"],
|
|
||||||
"i18n-ally.localesPaths": "frontend/lang/messages",
|
|
||||||
"i18n-ally.sourceLanguage": "en-US",
|
|
||||||
"i18n-ally.enabledFrameworks": ["vue"],
|
|
||||||
"i18n-ally.keystyle": "nested",
|
|
||||||
"cSpell.words": ["compression", "hkotel", "performant", "postgres", "webp"],
|
|
||||||
"search.mode": "reuseEditor",
|
|
||||||
"conventionalCommits.scopes": ["frontend", "docs", "backend"],
|
"conventionalCommits.scopes": ["frontend", "docs", "backend"],
|
||||||
"editor.formatOnSave": true,
|
"cSpell.enableFiletypes": ["!javascript", "!python", "!yaml"],
|
||||||
"eslint.workingDirectories": ["./frontend"],
|
"cSpell.words": ["compression", "hkotel", "performant", "postgres", "webp"],
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true,
|
"source.fixAll.eslint": true,
|
||||||
"source.organizeImports": false
|
"source.organizeImports": false
|
||||||
},
|
},
|
||||||
"vetur.validation.template": false,
|
"editor.formatOnSave": true,
|
||||||
"python.linting.pylintEnabled": false
|
"eslint.workingDirectories": ["./frontend"],
|
||||||
|
"files.exclude": {
|
||||||
|
"**/__pycache__": true,
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.hg": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/CVS": true
|
||||||
|
},
|
||||||
|
"i18n-ally.enabledFrameworks": ["vue"],
|
||||||
|
"i18n-ally.keystyle": "nested",
|
||||||
|
"i18n-ally.localesPaths": "frontend/lang/messages",
|
||||||
|
"i18n-ally.sourceLanguage": "en-US",
|
||||||
|
"python.formatting.provider": "black",
|
||||||
|
"python.linting.enabled": true,
|
||||||
|
"python.linting.flake8Enabled": true,
|
||||||
|
"python.linting.pylintEnabled": false,
|
||||||
|
"python.pythonPath": ".venv/bin/python3.9",
|
||||||
|
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
||||||
|
"python.testing.pytestArgs": ["tests"],
|
||||||
|
"python.testing.pytestEnabled": true,
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"search.mode": "reuseEditor",
|
||||||
|
"vetur.validation.template": false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user