From 2413b7573423eedf28a21f0add4212b4fdf5e4c1 Mon Sep 17 00:00:00 2001 From: Dariusz Czajkowski Date: Tue, 29 Oct 2019 14:14:33 +0100 Subject: [PATCH 1/2] Added information about ESLint support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 22f25392..4bcb1264 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ - [More examples](#more-examples) - [Docs](#docs) - [Typings](#typings) +- [ESLint](#eslint-support) - [License](#license) - [Contributors](#contributors) @@ -139,6 +140,10 @@ The TypeScript type definitions are in the [DefinitelyTyped repo][types] and bundled with Vue Testing Library. +## ESLint support + +If you want to lint test files that use vue-testing-library, you can use [eslint-plugin-testing-library](https://github.com/Belco90/eslint-plugin-testing-library). + ## License [MIT][license] From 24d197959ec4bd6e9d62d13041079310fd5ae6ff Mon Sep 17 00:00:00 2001 From: Dariusz Czajkowski Date: Wed, 30 Oct 2019 16:18:50 +0100 Subject: [PATCH 2/2] Use the package name in a readable format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: AdriĆ  Fontcuberta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bcb1264..3b136d04 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ and bundled with Vue Testing Library. ## ESLint support -If you want to lint test files that use vue-testing-library, you can use [eslint-plugin-testing-library](https://github.com/Belco90/eslint-plugin-testing-library). +If you want to lint test files that use Vue Testing Library, you can use the official plugin: [eslint-plugin-testing-library](https://github.com/Belco90/eslint-plugin-testing-library). ## License