studiokit-scaffolding-js 7.0.12-next.1.8 → 7.0.12-next.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const config_1 = require("eslint/config");
5
+ const eslint_plugin_jsx_a11y_1 = tslib_1.__importDefault(require("eslint-plugin-jsx-a11y"));
5
6
  const eslint_plugin_react_1 = tslib_1.__importDefault(require("eslint-plugin-react"));
6
7
  const eslint_plugin_react_hooks_1 = tslib_1.__importDefault(require("eslint-plugin-react-hooks"));
7
8
  const index_1 = tslib_1.__importDefault(require("./index"));
@@ -9,8 +10,10 @@ const reactConfig = (0, config_1.defineConfig)(index_1.default, Object.assign(Ob
9
10
  react: {
10
11
  version: 'detect'
11
12
  }
12
- }, files: ['**/*.{ts,tsx,js,jsx,cjs,mjs}'] }, eslint_plugin_react_1.default.configs.flat.recommended), eslint_plugin_react_1.default.configs.flat['jsx-runtime']), eslint_plugin_react_hooks_1.default.configs.flat.recommended, {
13
+ }, files: ['**/*.{ts,tsx,js,jsx,cjs,mjs}'] }, eslint_plugin_react_1.default.configs.flat.recommended), eslint_plugin_react_1.default.configs.flat['jsx-runtime']), eslint_plugin_jsx_a11y_1.default.flatConfigs.recommended, eslint_plugin_react_hooks_1.default.configs.flat.recommended, {
13
14
  rules: {
15
+ 'jsx-a11y/no-autofocus': 'off',
16
+ 'jsx-a11y/no-noninteractive-tabindex': 'off',
14
17
  'react-hooks/set-state-in-effect': 'off'
15
18
  }
16
19
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "7.0.12-next.1.8",
3
+ "version": "7.0.12-next.1.9",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",
@@ -153,6 +153,7 @@
153
153
  "@redux-saga/testing-utils": "^1.1.5",
154
154
  "@types/enzyme": "^3.10.19",
155
155
  "@types/enzyme-adapter-react-16": "^1.0.9",
156
+ "@types/eslint-plugin-jsx-a11y": "^6.10.1",
156
157
  "@types/jest": "^30.0.0",
157
158
  "@types/mockdate": "^3.0.0",
158
159
  "@types/pluralize": "^0.0.33",