Skip to content

Commit bb323b6

Browse files
committed
Merge branch 'master' into chore-sentry-update-AD-590
2 parents b0448af + 488dcc8 commit bb323b6

File tree

3 files changed

+33
-123
lines changed

3 files changed

+33
-123
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
// Accessibility
223223
"jsx-a11y/aria-props": 2,
224224
"jsx-a11y/heading-has-content": 2,
225-
"jsx-a11y/label-has-for": [1, {"allowChildren": true}],
226225
"jsx-a11y/mouse-events-have-key-events": 2,
227226
"jsx-a11y/role-has-required-aria-props": 2,
228227
"jsx-a11y/role-supports-aria-props": 2,

package-lock.json

Lines changed: 32 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"dotenv-webpack": "^8.0.1",
111111
"eslint": "^8.57.1",
112112
"eslint-config-prettier": "^8.10.0",
113-
"eslint-plugin-jsx-a11y": "^6.8.0",
113+
"eslint-plugin-jsx-a11y": "^6.10.2",
114114
"eslint-plugin-prettier": "^3.4.1",
115115
"eslint-plugin-react": "^7.33.2",
116116
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)