Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaft
Portal
Commits
87deae21
Verified
Commit
87deae21
authored
10 months ago
by
Jakob Moser
Browse files
Options
Downloads
Patches
Plain Diff
Add prettier config
parent
4f3b23b9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dockerignore
+2
-0
2 additions, 0 deletions
.dockerignore
.prettierignore
+27
-0
27 additions, 0 deletions
.prettierignore
.prettierrc.json
+5
-0
5 additions, 0 deletions
.prettierrc.json
with
34 additions
and
0 deletions
.dockerignore
+
2
−
0
View file @
87deae21
...
...
@@ -3,3 +3,5 @@
.dockerignore
.gitignore
Dockerfile
.prettierignore
.prettierrc.json
This diff is collapsed.
Click to expand it.
.prettierignore
0 → 100644
+
27
−
0
View file @
87deae21
# 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/
This diff is collapsed.
Click to expand it.
.prettierrc.json
0 → 100644
+
5
−
0
View file @
87deae21
{
"tabWidth"
:
4
,
"semi"
:
false
,
"arrowParens"
:
"avoid"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment