@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
|
@@ -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
|
-
|
|
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
|