Skip to content

Commit a1fc4b3

Browse files
committed
chore: updated prettier command
1 parent c9ee0e2 commit a1fc4b3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "jest",
2222
"posttest": "npm run lint",
2323
"lint": "eslint",
24-
"pretty": "pretty-quick --stage"
24+
"pretty": "pretty-quick"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "26.0.24",

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"extends": [
3-
"config:base"
4-
]
2+
"extends": ["config:base"]
53
}

0 commit comments

Comments
 (0)