style: fix prettier

This commit is contained in:
EvolutionX
2022-06-15 12:48:02 +05:30
parent 6b568413d4
commit 04a3f84488
3 changed files with 5 additions and 2 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text eol=lf

View File

@@ -1,2 +1,2 @@
.github/
CHANGELOG.md
*.md

View File

@@ -7,7 +7,9 @@
"templates/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --check .",
"fix": "prettier --write ."
},
"repository": {
"type": "git",