edae7bbb21
Removed old split code and used the composition api to to re-write the import/export functionality of mealie.
26 lines
1 KiB
JSON
26 lines
1 KiB
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.pythonPath": ".venv/bin/python3.9",
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.enabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": 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"],
|
|
"editor.formatOnSave": true,
|
|
"eslint.workingDirectories": ["./frontend"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"vetur.validation.template": false
|
|
}
|