Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 8eee29a

Browse files
committed
tell the linter to chill out about some things
1 parent 601c143 commit 8eee29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"eqeqeq": [2, "allow-null"],
1515
"global-strict": [0, "never"],
1616
"guard-for-in": 2,
17-
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 1}],
18-
"lines-around-comment": [2, {
17+
"indent": [1, 2, {"SwitchCase": 1, "VariableDeclarator": 1}],
18+
"lines-around-comment": [1, {
1919
"beforeBlockComment": true,
2020
"beforeLineComment": true,
2121
"allowBlockStart": true,

0 commit comments

Comments
 (0)