Skip to content

Commit d0e2d97

Browse files
committed
chore(lint): Add .prettierrc in anticipation of its use in the next version
1 parent da27c47 commit d0e2d97

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.prettierrc

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": true,
7+
"trailingComma": "es5",
8+
"bracketSpacing": true,
9+
"jsxBracketSameLine": false,
10+
"overrides": [
11+
{
12+
"files": ".prettierrc",
13+
"options": { "parser": "json", "trailingComma": "none" }
14+
},
15+
{
16+
"files": "*.json",
17+
"options": { "trailingComma": "none" }
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)