Commit 007d03b2 authored by Julien Fontanet's avatar Julien Fontanet

feat(package): format TypeScript files with Prettier

parent d6576ce6
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
} }
}, },
"lint-staged": { "lint-staged": {
"*.{js,md}": [ "*.{js,md,ts}": [
"prettier --write", "prettier --write",
"git add" "git add"
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment