@wistia/eslint-config 0.40.2 → 0.40.3

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.40.2",
3
+ "version": "0.40.3",
4
4
  "description": "Wistia's ESLint configurations",
5
5
  "packageManager": "yarn@4.8.1",
6
6
  "main": "react.js",
@@ -125,7 +125,8 @@ module.exports = {
125
125
 
126
126
  // Suggest using implicit assertions for getBy* & findBy* queries
127
127
  // https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/rules/prefer-implicit-assert.md
128
- 'testing-library/prefer-implicit-assert': 'error',
128
+ // decision: this is an alternative to `prefer-explicit-assert` and both cannot be used together
129
+ 'testing-library/prefer-implicit-assert': 'off',
129
130
 
130
131
  // Prefer toBeChecked over checking attributes
131
132
  // https://github.com/testing-library/eslint-plugin-jest-dom/blob/main/docs/rules/prefer-checked.md