@wistia/eslint-config 0.32.0 → 0.32.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/eslint-config",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
4
4
  "packageManager": "yarn@4.1.0",
5
5
  "description": "Wistia's ESLint configurations",
6
6
  "main": "react.js",
@@ -629,7 +629,7 @@ module.exports = {
629
629
 
630
630
  // Enforce using `onChange` or `readonly` attribute when `checked` is used
631
631
  // https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/checked-requires-onchange-or-readonly.md
632
- 'react/checked-requires-onchange-or-readonly': 'error',
632
+ // 'react/checked-requires-onchange-or-readonly': 'error',
633
633
 
634
634
  // Disallow usage of referential-type variables as default param in functional component
635
635
  // https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-object-type-as-default-prop.md