We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202ec87 commit 7dd31f5Copy full SHA for 7dd31f5
1 file changed
.eslintrc
@@ -36,6 +36,7 @@ rules:
36
comma-spacing: 2
37
eol-last: 2
38
indent: [2, 2, {SwitchCase: 1}]
39
+ keyword-spacing: 2
40
max-len: [2, 80, 2]
41
new-parens: 2
42
no-mixed-spaces-and-tabs: 2
@@ -54,8 +55,8 @@ rules:
54
55
arrow-parens: [2, "always"]
56
arrow-spacing: [2, {"before": true, "after": true}]
57
constructor-super: 2
- no-arrow-condition: 2
58
no-class-assign: 2
59
+ no-confusing-arrow: 2
60
no-const-assign: 2
61
no-dupe-class-members: 2
62
no-this-before-super: 2
0 commit comments