Skip to content

Commit 3b0f777

Browse files
author
Andrey Okonetchnikov
committed
chore: Do not use semicolons
1 parent b5a4ea1 commit 3b0f777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useTabs": true,
3+
"semi": false,
34
"overrides": [
45
{
56
"files": "*.md",
@@ -11,4 +12,4 @@
1112
}
1213
}
1314
]
14-
}
15+
}

0 commit comments

Comments
 (0)