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 4141 },
4242 "devDependencies" : {
4343 "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" ,
4746 "del" : " ^6.0.0" ,
48- "eslint" : " ^7.8.1 " ,
47+ "eslint" : " ^7.32.0 " ,
4948 "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 " ,
5251 "listr" : " ^0.14.3" ,
5352 "outdent" : " ^0.8.0" ,
5453 "pify" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11'use strict' ;
22module . exports = {
3- parser : 'babel- eslint' ,
3+ parser : '@ babel/ eslint-parser ' ,
44 parserOptions : {
55 ecmaFeatures : {
66 jsx : true
You can’t perform that action at this time.
0 commit comments