From 51351addeaee136f5a3916fc0bb59456ffa72f1e Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 8 Jan 2018 11:05:37 -0800 Subject: [PATCH] Fix eslint-plugin-jest location The `eslint-plugin-jest` package was moved to the `jest-community` organization in https://github.com/facebook/jest/pull/4867. --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 0ddbebe..a17b594 100644 --- a/plugins.json +++ b/plugins.json @@ -13,7 +13,7 @@ "import": "benmosher", "import-order": "jfmengels", "jasmine": "tlvince", - "jest": "https://github.com/facebook/jest/blob/master/packages/eslint-plugin-jest/docs/rules/RULENAME.md", + "jest": "jest-community", "jsdoc": "https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-RULENAME", "jsx-a11y": "evcohen", "lodash": "wix",