package: pretty

This commit is contained in:
Patrik Oldsberg
2020-04-01 22:57:48 +02:00
parent b96a8234b0
commit 488232ce73
+3 -3
View File
@@ -41,8 +41,8 @@
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --config ./prettier.config.js --list-different --write"
]
"*.{js,jsx,ts,tsx}": [
"prettier --config ./prettier.config.js --list-different --write"
]
}
}