Skip to content

Commit 1ceff07

Browse files
committed
chore: update prettier config in package.json
1 parent 1da7356 commit 1ceff07

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,12 @@
8484
"commitizen": {
8585
"path": "./node_modules/cz-conventional-changelog"
8686
}
87+
},
88+
"prettier": {
89+
"tabWidth": 2,
90+
"semi": true,
91+
"singleQuote": true,
92+
"jsxSingleQuote": true,
93+
"printWidth": 80
8794
}
8895
}

0 commit comments

Comments
 (0)