Skip to content

Commit 8620abe

Browse files
authored
Merge pull request #136 from chaijs/ban-some-plugins
Ban some plugins from the plugin listing
2 parents 2e35a1e + 72c0213 commit 8620abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_scripts/banned_plugins.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ module.exports = [
22

33
'chai-51st-state', // Banned for profane language
44
'chai2.0-webdriver-promised', // Fork with poor metadata
5+
'lodash-match-pattern', // not a real chai plugin, chai-match-pattern is the real one
6+
'shimo-chai-as-promised', // dupe of chai-as-promised
57

68
];

0 commit comments

Comments
 (0)