1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00

refactor(backend): ♻️ organize and tag user routes by path

This commit is contained in:
hay-kot 2021-08-21 15:05:00 -08:00
parent 7d40f8d74d
commit 05f2eab1ea
15 changed files with 232 additions and 182 deletions

View file

@ -1,10 +1,8 @@
{
"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"],
@ -20,7 +18,9 @@
"editor.formatOnSave": true,
"eslint.workingDirectories": ["./frontend"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": true,
"source.organizeImports": false
},
"vetur.validation.template": false
"vetur.validation.template": false,
"python.linting.pylintEnabled": false
}