Add prettier
This commit is contained in:
parent
b30b66e9c2
commit
efee2595d5
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,css,md}": "prettier --write"
|
"*/**": "prettier --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue