Break lint.

This commit is contained in:
David Anson 2019-06-01 15:08:31 -07:00
parent 2e761f8296
commit 38d65b0943

View file

@ -11,14 +11,10 @@ const helpers = require("../helpers");
const cache = require("./cache");
const deprecatedRuleNames = [ "MD002" ];
function bork() {}
const x = 5;
// Validates the list of rules for structure and reuse
function validateRuleList(ruleList) {
if (ruleList.length > 100) {
bork();
}
let result = null;
if (ruleList.length === rules.length) {
// No need to validate if only using built-in rules