Skip to content

Commit 087131a

Browse files
author
Paulo Köch
committed
Add to package.json
1 parent 6cd530c commit 087131a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"build": "gatsby build",
1414
"serve": "gatsby serve",
1515
"clean": "gatsby clean",
16+
"format": "prettier --write .",
1617
"lint": "yarn run lint:js && yarn run lint:types",
17-
"lint:js": "eslint src --ext \"js,ts,tsx\"",
18+
"lint:js": "eslint src --ext \"js,ts,tsx\" && prettier --check .",
1819
"lint:types": "tsc --noEmit"
1920
},
2021
"dependencies": {

0 commit comments

Comments
 (0)