Skip to content

Commit e332a83

Browse files
committed
chore: add prettier config
1 parent b687d6f commit e332a83

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"useTabs": false,
3+
"tabWidth": 2,
4+
"printWidth": 140,
5+
"singleQuote": true,
6+
"trailingComma": "es5",
7+
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
8+
}

0 commit comments

Comments
 (0)