UNPKG

eslint

Version:

An AST-based pattern checker for JavaScript.

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 };