Skip to content
Snippets Groups Projects
Verified Commit 87deae21 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add prettier config

parent 4f3b23b9
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,5 @@
.dockerignore
.gitignore
Dockerfile
.prettierignore
.prettierrc.json
# Python-related
venv/
__pycache__/
# JavaScript-related
node_modules
# Tests
.coverage
.pytest_cache/
htmlcov/
testresults.xml
# PyCharm configuration
.idea/
# VS Code configuration
/*.code-workspace
# Local instance data and configuration
instance/
# Environment files (might contain secrets)
.env
# Libraries (whose code should not be touched)
lib/
{
"tabWidth": 4,
"semi": false,
"arrowParens": "avoid"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment