mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Add Prettier config and Readme Badge
This commit is contained in:
parent
6ccbc0c681
commit
ff2c5541c3
2 changed files with 12 additions and 0 deletions
11
.prettierrc
Normal file
11
.prettierrc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": "*.html",
|
||||||
|
"options": {
|
||||||
|
"parser": "html",
|
||||||
|
"htmlWhitespaceSensitivity": "ignore"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,2 +1,3 @@
|
||||||
[](https://travis-ci.org/k4ustu3h/gitfolio)
|
[](https://travis-ci.org/k4ustu3h/gitfolio)
|
||||||
[](https://david-dm.org/k4ustu3h/gitfolio)
|
[](https://david-dm.org/k4ustu3h/gitfolio)
|
||||||
|
[](https://github.com/prettier/prettier)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue