mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Revert "Revert "moved prettier configuration to .prettierrc""
This reverts commit cc24964368.
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -47,6 +47,11 @@ docs/reports/**
|
|||||||
|
|
||||||
# Django stuff:
|
# Django stuff:
|
||||||
*.log
|
*.log
|
||||||
|
mediafiles/
|
||||||
|
*.sqlite3*
|
||||||
|
staticfiles/
|
||||||
|
postgresql/
|
||||||
|
data/
|
||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/_build/
|
docs/_build/
|
||||||
@@ -59,32 +64,23 @@ 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
|
\.env
|
||||||
staticfiles/
|
|
||||||
postgresql/
|
|
||||||
data/
|
|
||||||
|
|
||||||
|
|
||||||
|
cookbook/static/vue
|
||||||
|
vue/webpack-stats.json
|
||||||
/docker-compose.override.yml
|
/docker-compose.override.yml
|
||||||
vue/node_modules
|
vue/node_modules
|
||||||
plugins
|
plugins
|
||||||
vetur.config.js
|
vue3/node_modules
|
||||||
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/
|
||||||
|
|||||||
13
.prettierignore
Normal file
13
.prettierignore
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
7
.prettierrc
Normal file
7
.prettierrc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"printWidth": 179,
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": false,
|
||||||
|
"experimentalTernaries": true
|
||||||
|
}
|
||||||
@@ -98,12 +98,5 @@
|
|||||||
"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