revises APIError import structure, updates Localizer and StepNav

This commit is contained in:
James
2020-01-19 16:57:26 -05:00
parent 8f05e11743
commit 8beb457041
22 changed files with 391 additions and 293 deletions

View File

@@ -24,6 +24,13 @@ module.exports = {
"aspects": ["invalidHref", "preferButton"]
}],
"jsx-a11y/click-events-have-key-events": 0,
"jsx-a11y/label-has-for": [2, {
"components": ["Label"],
"required": {
"every": ["id"]
},
"allowChildren": false
}],
"react/no-array-index-key": 0,
"max-len": 0,
"react/no-danger": 0,