Skip to content

Commit 868f8b3

Browse files
committed
refactor(style): refaactor to prefer single quotes over double quotes
1 parent 8505836 commit 868f8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"lint-staged": {
106106
"**/*.ts": [
107-
"prettier --write {src,tests}/**/*.ts",
107+
"prettier --write --single-quote",
108108
"git add"
109109
]
110110
}

0 commit comments

Comments
 (0)