File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"rules": {
7
7
"id-length": [1],
8
- "operator-linebreak": [2, "before"],
9
8
},
10
-
11
- "overrides": [
12
- {
13
- "files": ["test/**/*.js"],
14
- "globals": {
15
- "Proxy": false,
16
- },
17
- },
18
- ],
19
9
}
Original file line number Diff line number Diff line change 43
43
"has-tostringtag" : " ^1.0.0"
44
44
},
45
45
"devDependencies" : {
46
- "@ljharb/eslint-config" : " ^17.6 .0" ,
46
+ "@ljharb/eslint-config" : " ^20.0 .0" ,
47
47
"aud" : " ^1.1.5" ,
48
48
"auto-changelog" : " ^2.3.0" ,
49
49
"core-js" : " ^3.16.0" ,
50
50
"eclint" : " ^2.8.1" ,
51
- "eslint" : " ^7.32.0 " ,
51
+ "eslint" : " ^8.4.1 " ,
52
52
"foreach" : " ^2.0.5" ,
53
53
"nyc" : " ^10.3.2" ,
54
- "safe-publish-latest" : " ^1.1.4 " ,
55
- "tape" : " ^5.3.0 "
54
+ "safe-publish-latest" : " ^2.0.0 " ,
55
+ "tape" : " ^5.3.2 "
56
56
},
57
57
"testling" : {
58
58
"files" : " test/index.js" ,
You can’t perform that action at this time.
0 commit comments