Skip to content

Commit e151d50

Browse files
committed
chore: format non-Python assets with Prettier
1 parent 3b9c012 commit e151d50

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.prettierrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
overrides: []

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# django-management-commands
22

3+
[![Prettier](https://img.shields.io/badge/code_style-Prettier-1e2b33?logo=prettier)][prettier]
34
[![Conventional Commits](https://img.shields.io/badge/Conventional_Commits-1.0.0-fa6673?logo=conventional-commits)][conventional-commits]
45

56
## License
@@ -8,3 +9,4 @@ Released under the [MIT license][license].
89

910
[conventional-commits]: https://www.conventionalcommits.org/
1011
[license]: https://github.com/paduszyk/django-management-commands/blob/main/LICENSE
12+
[prettier]: https://prettier.io

package-lock.json

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"devDependencies": {
3+
"prettier": "^3.3.3"
4+
}
5+
}

0 commit comments

Comments
 (0)