UNPKG

htmllint

Version:
9 lines (5 loc) 220 B
// Export an array of all rules. var bulk = require('bulk-require'); // All modules in this directory excluding this file var rulesExport = bulk(__dirname, '!(index).js'); module.exports = Object.values(rulesExport);