Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 3e64224

Browse files
committed
es lint updated to the new version.
1 parent a73e26d commit 3e64224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
2,
4141
"single"
4242
],
43-
"space-after-keywords": [
43+
"keyword-spacing": [
4444
2,
4545
"always"
4646
],
@@ -84,7 +84,7 @@
8484
"no-alert": 2,
8585
"no-caller": 2,
8686
"no-console": 0,
87-
"no-empty-label": 2,
87+
"no-labels": 2,
8888
"no-extend-native": 2,
8989
"no-extra-bind": 2,
9090
"no-implied-eval": 2,
@@ -127,6 +127,6 @@
127127
"after": true
128128
}
129129
],
130-
"space-return-throw-case": 2
130+
"keyword-spacing": 2
131131
}
132132
}

0 commit comments

Comments
 (0)