Skip to content

Commit

Permalink
chore(package.json): use plugin:testing-library/react instead of plug…
Browse files Browse the repository at this point in the history
…in:testing-library/recommended
  • Loading branch information
wellyshen committed May 21, 2020
1 parent f70f4f6 commit 43a29e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cool-starter",
"version": "3.7.1",
"version": "3.7.2",
"description": "A starter boilerplate for a universal web application with the best development experience and best practices.",
"license": "MIT",
"homepage": "https://github.com/wellyshen/react-cool-starter",
Expand Down Expand Up @@ -102,7 +102,7 @@
"plugin:jest/recommended",
"plugin:jest/style",
"plugin:jest-dom/recommended",
"plugin:testing-library/recommended",
"plugin:testing-library/react",
"plugin:prettier/recommended",
"prettier/@typescript-eslint",
"prettier/react"
Expand Down

0 comments on commit 43a29e1

Please sign in to comment.