mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-23 18:29:23 -05:00
Revert "moved prettier configuration to .prettierrc"
This reverts commit c33c4ed79b.
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -47,11 +47,6 @@ docs/reports/**
|
|||||||
|
|
||||||
# Django stuff:
|
# Django stuff:
|
||||||
*.log
|
*.log
|
||||||
mediafiles/
|
|
||||||
*.sqlite3*
|
|
||||||
staticfiles/
|
|
||||||
postgresql/
|
|
||||||
data/
|
|
||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/_build/
|
docs/_build/
|
||||||
@@ -64,23 +59,32 @@ target/
|
|||||||
|
|
||||||
\.idea/dataSources\.local\.xml
|
\.idea/dataSources\.local\.xml
|
||||||
|
|
||||||
|
venv/
|
||||||
|
|
||||||
|
mediafiles/
|
||||||
|
|
||||||
|
*.sqlite3*
|
||||||
|
|
||||||
\.idea/workspace\.xml
|
\.idea/workspace\.xml
|
||||||
|
|
||||||
\.idea/misc\.xml
|
\.idea/misc\.xml
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
\.env
|
|
||||||
|
|
||||||
cookbook/static/vue
|
\.env
|
||||||
vue/webpack-stats.json
|
staticfiles/
|
||||||
|
postgresql/
|
||||||
|
data/
|
||||||
|
|
||||||
|
|
||||||
/docker-compose.override.yml
|
/docker-compose.override.yml
|
||||||
vue/node_modules
|
vue/node_modules
|
||||||
plugins
|
plugins
|
||||||
vue3/node_modules
|
vetur.config.js
|
||||||
|
cookbook/static/vue
|
||||||
|
vue/webpack-stats.json
|
||||||
cookbook/templates/sw.js
|
cookbook/templates/sw.js
|
||||||
|
.prettierignore
|
||||||
vue/.yarn
|
vue/.yarn
|
||||||
vue3/.vite
|
vue3/.vite
|
||||||
|
vue3/node_modules
|
||||||
# Configs
|
|
||||||
vetur.config.js
|
|
||||||
venv/
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
# generated files
|
|
||||||
api.ts
|
|
||||||
vue/src/apps/*.js
|
|
||||||
vue/node_modules
|
|
||||||
staticfiles/
|
|
||||||
docs/reports/
|
|
||||||
/vue3/src/openapi/
|
|
||||||
|
|
||||||
# ignored files - prettier interferes with django templates and github actions
|
|
||||||
*.html
|
|
||||||
*.yml
|
|
||||||
*.yaml
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"printWidth": 179,
|
|
||||||
"trailingComma": "es5",
|
|
||||||
"tabWidth": 2,
|
|
||||||
"semi": false,
|
|
||||||
"experimentalTernaries": true
|
|
||||||
}
|
|
||||||
@@ -98,5 +98,12 @@
|
|||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
|
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
|
||||||
"coa": "2.0.2"
|
"coa": "2.0.2"
|
||||||
|
},
|
||||||
|
"prettier": {
|
||||||
|
"printWidth": 179,
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": false,
|
||||||
|
"experimentalTernaries": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user