ec0lint-style
Version:
CSS linter for reducing digital footprint with ec0lint.
18 lines (13 loc) • 455 B
JavaScript
;
const _importLazy = require('import-lazy');
const importLazy = _importLazy(require);
/** @type {typeof import('ec0lint-style').formatters} */
const formatters = {
compact: importLazy('./compactFormatter'),
json: importLazy('./jsonFormatter'),
string: importLazy('./stringFormatter'),
tap: importLazy('./tapFormatter'),
unix: importLazy('./unixFormatter'),
verbose: importLazy('./verboseFormatter'),
};
module.exports = formatters;