File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 54
54
},
55
55
"homepage" : " https://github.com/airbnb/javascript" ,
56
56
"dependencies" : {
57
- "eslint-config-airbnb-base" : " ^14.1 .0" ,
57
+ "eslint-config-airbnb-base" : " ^14.2 .0" ,
58
58
"object.assign" : " ^4.1.0" ,
59
59
"object.entries" : " ^1.1.2"
60
60
},
66
66
"eslint" : " ^5.16.0 || ^6.8.0 || ^7.2.0" ,
67
67
"eslint-find-rules" : " ^3.5.0" ,
68
68
"eslint-plugin-import" : " ^2.21.2" ,
69
- "eslint-plugin-jsx-a11y" : " ^6.2.3 " ,
69
+ "eslint-plugin-jsx-a11y" : " ^6.3.0 " ,
70
70
"eslint-plugin-react" : " ^7.20.0" ,
71
71
"eslint-plugin-react-hooks" : " ^4 || ^3 || ^2.3.0 || ^1.7.0" ,
72
72
"in-publish" : " ^2.0.1" ,
77
77
"peerDependencies" : {
78
78
"eslint" : " ^5.16.0 || ^6.8.0 || ^7.2.0" ,
79
79
"eslint-plugin-import" : " ^2.21.2" ,
80
- "eslint-plugin-jsx-a11y" : " ^6.2.3 " ,
80
+ "eslint-plugin-jsx-a11y" : " ^6.3.0 " ,
81
81
"eslint-plugin-react" : " ^7.20.0" ,
82
82
"eslint-plugin-react-hooks" : " ^4 || ^3 || ^2.3.0 || ^1.7.0"
83
83
},
Original file line number Diff line number Diff line change @@ -236,5 +236,11 @@ module.exports = {
236
236
specialLink : [ 'to' ] ,
237
237
aspects : [ 'noHref' , 'invalidHref' , 'preferButton' ] ,
238
238
} ] ,
239
+
240
+ // Ensure the autocomplete attribute is correct and suitable for the form field it is used with
241
+ // https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/29c68596b15c4ff0a40daae6d4a2670e36e37d35/docs/rules/autocomplete-valid.md
242
+ 'jsx-a11y/autocomplete-valid' : [ 'off' , {
243
+ inputComponents : [ ] ,
244
+ } ] ,
239
245
} ,
240
246
} ;
You can’t perform that action at this time.
0 commit comments