From 0e0ec0dbe5133f561c7de20d5b6b3d34d7177548 Mon Sep 17 00:00:00 2001 From: Macklin Underdown Date: Thu, 8 Feb 2018 10:11:11 -0500 Subject: [PATCH] Remove eslint-plugin-promise from plugins.json https://github.com/xjamundx/eslint-plugin-promise/pull/91 --- plugins.json | 1 - test.js | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/plugins.json b/plugins.json index a17b594..78db09c 100644 --- a/plugins.json +++ b/plugins.json @@ -27,7 +27,6 @@ "no-use-extend-native": "dustinspecker", "node": "mysticatea", "prettier": "https://github.com/prettier/eslint-plugin-prettier#options", - "promise": "https://github.com/xjamundx/eslint-plugin-promise#RULENAME", "protractor": "alecxe", "react": "yannickcr", "react-native": "Intellicode", diff --git a/test.js b/test.js index e34efda..3399aca 100644 --- a/test.js +++ b/test.js @@ -47,16 +47,6 @@ test('should return url of found plugin rules', t => { found: true, url: 'https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/master/docs/rules/no-unlimited-disable.md' }); - t.deepEqual(getRuleURI('promise/no-native'), - { - found: true, - url: 'https://github.com/xjamundx/eslint-plugin-promise#no-native' - }); - t.deepEqual(getRuleURI('promise/catch-or-return'), - { - found: true, - url: 'https://github.com/xjamundx/eslint-plugin-promise#catch-or-return' - }); t.deepEqual(getRuleURI('standard/array-bracket-even-spacing'), { found: true,