@wistia/eslint-config 0.40.1 → 0.40.2
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
|
@@ -123,6 +123,10 @@ module.exports = {
|
|
|
123
123
|
// https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/rules/render-result-naming-convention.md
|
|
124
124
|
'testing-library/render-result-naming-convention': 'error',
|
|
125
125
|
|
|
126
|
+
// Suggest using implicit assertions for getBy* & findBy* queries
|
|
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',
|
|
129
|
+
|
|
126
130
|
// Prefer toBeChecked over checking attributes
|
|
127
131
|
// https://github.com/testing-library/eslint-plugin-jest-dom/blob/main/docs/rules/prefer-checked.md
|
|
128
132
|
'jest-dom/prefer-checked': 'error',
|