File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
test/integration/eslint-config-ava-tester Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"devDependencies" : {
43
43
"ava" : " ^3.15.0" ,
44
- "babel-eslint" : " ^10.1.0" ,
45
- "c8" : " ^7.6.0" ,
46
- "chalk" : " ^4.1.0" ,
44
+ "c8" : " ^7.7.3" ,
45
+ "chalk" : " ^4.1.1" ,
47
46
"del" : " ^6.0.0" ,
48
- "eslint" : " ^7.8.1 " ,
47
+ "eslint" : " ^7.32.0 " ,
49
48
"eslint-ava-rule-tester" : " ^4.0.0" ,
50
- "eslint-plugin-eslint-plugin" : " ^2.3.0 " ,
51
- "execa" : " ^5.0.0 " ,
49
+ "eslint-plugin-eslint-plugin" : " ^3.5.3 " ,
50
+ "execa" : " ^5.1.1 " ,
52
51
"listr" : " ^0.14.3" ,
53
52
"outdent" : " ^0.8.0" ,
54
53
"pify" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
module . exports = {
3
- parser : 'babel- eslint' ,
3
+ parser : '@ babel/ eslint-parser ' ,
4
4
parserOptions : {
5
5
ecmaFeatures : {
6
6
jsx : true
You can’t perform that action at this time.
0 commit comments