Skip to content

Commit 2bae3f6

Browse files
author
Philipp Alferov
committed
Loose eslint strict brace-style option
1 parent be87128 commit 2bae3f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ extends:
1111
rules:
1212
indent: [2, 2, {SwitchCase: 1}]
1313
block-spacing: 2
14-
brace-style: [2, "1tbs"]
1514
camelcase: [2, { properties: "never" }]
1615
callback-return: [2, ["cb", "callback", "next"]]
1716
comma-spacing: 2

0 commit comments

Comments
 (0)