File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root": true,
3
+ "extends": "@ljharb",
3
4
"env": {
4
5
"browser": true,
5
6
"node": true,
6
7
},
7
- "extends": "@ljharb",
8
+ "parserOptions": {
9
+ "ecmaVersion": 5,
10
+ },
8
11
"globals": {
9
12
"Promise": false,
10
13
},
Original file line number Diff line number Diff line change 26
26
"through" : " ~2.3.8"
27
27
},
28
28
"devDependencies" : {
29
- "@ljharb/eslint-config" : " ^17.6.0 " ,
30
- "array.prototype.flatmap" : " ^1.2.4 " ,
29
+ "@ljharb/eslint-config" : " ^19.0.1 " ,
30
+ "array.prototype.flatmap" : " ^1.2.5 " ,
31
31
"aud" : " ^1.1.5" ,
32
32
"concat-stream" : " ^1.6.2" ,
33
33
"eclint" : " ^2.8.1" ,
34
34
"ecstatic" : " ^4.1.4" ,
35
35
"es-value-fixtures" : " ^1.2.1" ,
36
- "eslint" : " ^7.31 .0" ,
36
+ "eslint" : " ^8.2 .0" ,
37
37
"falafel" : " ^2.2.4" ,
38
38
"js-yaml" : " ^3.14.0" ,
39
- "safe-publish-latest" : " ^1.1.4 " ,
39
+ "safe-publish-latest" : " ^2.0.0 " ,
40
40
"tap" : " ^8.0.1" ,
41
41
"tap-parser" : " ^3.0.5"
42
42
},
You can’t perform that action at this time.
0 commit comments