Skip to content

Commit

Permalink
chore: format non-Python assets with Prettier (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
paduszyk authored May 22, 2024
1 parent 9744b7b commit e014047
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Node
node_modules/
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"overrides": []
}
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# django-xlsx-serializer

[![Prettier](https://img.shields.io/badge/code%20style-prettier-1E2B33?style=flat-square&logo=Prettier)][prettier]
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg?style=flat-square&logo=conventional-commits)][conventional-commits]

## Authors
Expand All @@ -13,3 +14,4 @@ Released under the [MIT license][license].
[conventional-commits]: https://www.conventionalcommits.org/en/v1.0.0/
[license]: https://github.com/paduszyk/django-xlsx-serializer/blob/main/LICENSE
[paduszyk]: https://github.com/paduszyk
[prettier]: https://prettier.io
27 changes: 27 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "^3.2.5"
}
}

0 comments on commit e014047

Please sign in to comment.