Skip to content

Commit

Permalink
Remove eslint-plugin-promise from plugins.json
Browse files Browse the repository at this point in the history
  • Loading branch information
macklinu committed Feb 8, 2018
1 parent b8638a1 commit 0e0ec0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 0 additions & 10 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0e0ec0d

Please sign in to comment.