@mediatool/eslint-config-mediatool 0.1.8 → 0.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.
Files changed (2) hide show
  1. package/.eslintrc.js +1 -0
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -17,6 +17,7 @@ module.exports = {
17
17
  'func-names': 0,
18
18
  'jsx-a11y/click-events-have-key-events': 'off', // Consider enabling later
19
19
  'jsx-a11y/interactive-supports-focus': 'off', // Consider enabling later
20
+ 'jsx-a11y/no-autofocus': 'off',
20
21
  'jsx-a11y/no-noninteractive-element-interactions': 'off',
21
22
  'jsx-a11y/no-static-element-interactions': 'off', // Consider enabling later
22
23
  'jsx-a11y/anchor-is-valid': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediatool/eslint-config-mediatool",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "main": ".eslintrc.js",
5
5
  "scripts": {
6
6
  "test": "eslint examples/*.*"