From 04450ccb2c2aae2d7bdd97d109509f5083c4d9fb Mon Sep 17 00:00:00 2001 From: Johann du Toit Date: Mon, 27 Feb 2017 00:11:39 +0200 Subject: [PATCH] Enabled the plugin checking for Applets and Silverlight --- lib/rules/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/rules/index.js b/lib/rules/index.js index b66b7ef..4637a42 100644 --- a/lib/rules/index.js +++ b/lib/rules/index.js @@ -2,6 +2,8 @@ module.exports = exports = [ require('./w3c'), - require('./plugins/flash') + require('./plugins/applets'), + require('./plugins/flash'), + require('./plugins/silverlight') ];