Skip to content

Commit 6a4237d

Browse files
committed
remove legacy rules
1 parent f3275d1 commit 6a4237d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.eslintrc

-6
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,12 @@
3737
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
3838
"linebreak-style": 0,
3939
"lines-around-comment": 0,
40-
"max-depth": 0,
41-
"max-len": 0,
4240
"max-nested-callbacks": 0,
43-
"max-params": 0,
44-
"max-statements": 0,
4541
"new-cap": [2, { "newIsCap": true, "capIsNew": false }],
4642
"new-parens": 2,
4743
"newline-after-var": 0,
4844
"no-alert": 0,
4945
"no-array-constructor": 2,
50-
"no-bitwise": 0,
5146
"no-caller": 2,
5247
"no-catch-shadow": 0,
5348
"no-cond-assign": 2,
@@ -105,7 +100,6 @@
105100
"no-octal-escape": 2,
106101
"no-param-reassign": 0,
107102
"no-path-concat": 0,
108-
"no-plusplus": 0,
109103
"no-process-env": 0,
110104
"no-process-exit": 0,
111105
"no-proto": 0,

test/.eslintrc

-6
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,12 @@
4747
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
4848
"linebreak-style": 0,
4949
"lines-around-comment": 0,
50-
"max-depth": 0,
51-
"max-len": 0,
5250
"max-nested-callbacks": 0,
53-
"max-params": 0,
54-
"max-statements": 0,
5551
"new-cap": [2, { "newIsCap": true, "capIsNew": false }],
5652
"new-parens": 2,
5753
"newline-after-var": 0,
5854
"no-alert": 0,
5955
"no-array-constructor": 2,
60-
"no-bitwise": 0,
6156
"no-caller": 2,
6257
"no-catch-shadow": 0,
6358
"no-cond-assign": 2,
@@ -115,7 +110,6 @@
115110
"no-octal-escape": 2,
116111
"no-param-reassign": 0,
117112
"no-path-concat": 0,
118-
"no-plusplus": 0,
119113
"no-process-env": 0,
120114
"no-process-exit": 0,
121115
"no-proto": 0,

0 commit comments

Comments
 (0)