File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
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 46
46
"through" : " ^2.3.8"
47
47
},
48
48
"devDependencies" : {
49
- "@ljharb/eslint-config" : " ^18 .0.0 " ,
49
+ "@ljharb/eslint-config" : " ^19 .0.1 " ,
50
50
"array.prototype.flatmap" : " ^1.2.5" ,
51
51
"aud" : " ^1.1.5" ,
52
52
"concat-stream" : " ^1.6.2" ,
53
53
"eclint" : " ^2.8.1" ,
54
54
"ecstatic" : " ^4.1.4" ,
55
55
"es-value-fixtures" : " ^1.2.1" ,
56
- "eslint" : " ^7.32 .0" ,
56
+ "eslint" : " ^8.2 .0" ,
57
57
"falafel" : " ^2.2.4" ,
58
58
"js-yaml" : " ^3.14.0" ,
59
- "safe-publish-latest" : " ^1.1.4 " ,
59
+ "safe-publish-latest" : " ^2.0.0 " ,
60
60
"tap" : " ^8.0.1" ,
61
61
"tap-parser" : " ^3.0.5"
62
62
},
You can’t perform that action at this time.
0 commit comments