UNPKG

bsg

Version:

Lint all in one tool for BSG-FE

8 lines (6 loc) 177 B
const fs = require("fs"); const path = require("path"); module.exports = function () { if (fs.existsSync(path.resolve("./.ls-lint.yml"))) require("@ls-lint/ls-lint"); };