diff --git a/packages/eslint-plugin-jest/README.md b/packages/eslint-plugin-jest/README.md index 5e094766369b..8785737f0bf7 100644 --- a/packages/eslint-plugin-jest/README.md +++ b/packages/eslint-plugin-jest/README.md @@ -31,7 +31,7 @@ Then configure the rules you want to use under the rules section. "jest/no-disabled-tests": "warn", "jest/no-focused-tests": "error", "jest/no-identical-title": "error", - "jest/valid-expect": "error", + "jest/valid-expect": "error" } } ```