Skip to content

Commit

Permalink
configured the project to conform to the line feeding of the editorco…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
CommanderStorm committed Apr 27, 2024
1 parent b70034f commit 3734485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
args:
- --fix=lf
- id: requirements-txt-fixer
# only api
- repo: local
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "nuxt typecheck",
"type-refresh": "openapi-typescript ../openapi.yaml --output ./api_types/index.ts --export-type --immutable-types --support-array-length && npm run format && npm run lint",
"lint": "eslint . --ext .vue,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --plugin=prettier-plugin-tailwindcss --end-of-line crlf --write ."
"format": "prettier --plugin=prettier-plugin-tailwindcss --end-of-line lf --write ."
},
"dependencies": {
"@headlessui/vue": "1.7.21",
Expand Down

0 comments on commit 3734485

Please sign in to comment.