mirror of
https://github.com/ansible/awx.git
synced 2026-08-08 13:51:44 -02:30
Upgrade jsx-a11y plugin
Upgrade jsx-a11y plugin. Also enable strict rules. See: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y See: https://github.com/ansible/awx/issues/8443
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"modules": true
|
||||
}
|
||||
},
|
||||
"plugins": ["react-hooks"],
|
||||
"extends": ["airbnb", "prettier", "prettier/react"],
|
||||
"plugins": ["react-hooks", "jsx-a11y"],
|
||||
"extends": ["airbnb", "prettier", "prettier/react", "plugin:jsx-a11y/strict"],
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "16.5.2"
|
||||
|
||||
Reference in New Issue
Block a user