Skip to content

Commit c26db41

Browse files
committed
Updated eslint spacing
1 parent 0d02861 commit c26db41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"complexity": [1, 12],
3030
"func-names": 0,
3131
"guard-for-in": 2,
32-
"indent": [2, 4],
3332
"max-len": [0, 120, 4],
3433
"new-cap": [2, {"newIsCap": true, "capIsNew": false}],
3534
"quotes": [2, "single"],
@@ -48,4 +47,4 @@
4847
"globals": {
4948

5049
}
51-
}
50+
}

0 commit comments

Comments
 (0)