UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

11 lines (7 loc) 181 B
/** * @fileoverview exports for browsers * @author 唯然<weiran.zsd@outlook.com> */ "use strict"; const { Linter } = require("./linter/linter"); module.exports = { Linter };