From 05eb11ace731d1f675711adbc0730a61ee36f2a9 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 6 May 2019 23:16:11 +0200 Subject: [PATCH] chore: fix lint error --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c61bf3a..33ccde9b3 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,11 @@ for more information about extending configuration files. ## Related Projects ### eslint-plugin-jest-formatting -This project aims to provide formatting rules (auto-fixable where possible) to ensure consistency and readability in jest test suites. -https://github.com/dangreenisrael/eslint-plugin-jest-formatting +This project aims to provide formatting rules (auto-fixable where possible) to +ensure consistency and readability in jest test suites. +https://github.com/dangreenisrael/eslint-plugin-jest-formatting [consistent-test-it]: docs/rules/consistent-test-it.md [expect-expect]: docs/rules/expect-expect.md