Format file

pull/81/head
MillenniumEarl 2021-03-04 16:04:05 +01:00
parent 8cc60b2d6b
commit 07abc92136
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@
}
},
"lint-staged": {
"*.js": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"git add"
]
},
"bugs": {
"url": "https://github.com/MillenniumEarl/F95API/issues"