Skip to content

Commit

Permalink
Merge pull request #28 from uzh-ase-fs24/25-add-frontend-prettierform…
Browse files Browse the repository at this point in the history
…atting

frontend #25: adds prettier to package.json and specifies ignored files
  • Loading branch information
flyingbeat authored Apr 21, 2024
2 parents 17daa7e + 9f6d12e commit 08bfa50
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Specifies intentionally unformatted files when using prettier

*~
*.sw[mnpcod]
.tmp
*.tmp
*.tmp.*
UserInterfaceState.xcuserstate
$RECYCLE.BIN/

*.log
log.txt


/.sourcemaps
/.versions
/coverage

# Ionic
/.ionic
/www
/platforms
/plugins
/android
/ios

# Compiled output
/dist
/tmp
/out-tsc
/bazel-out

# Node
/node_modules
npm-debug.log
yarn-error.log

# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-project
*.sublime-workspace

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*


# Miscellaneous
/.angular
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings

# System files
.DS_Store
Thumbs.db
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.2.5",
"typescript": "~5.2.2"
},
"description": "A social media approach on the guessing game 'Where am I?'",
Expand Down

0 comments on commit 08bfa50

Please sign in to comment.