index.js 89 B

1234567
  1. "use strict";
  2. const { ESLint } = require("./eslint");
  3. module.exports = {
  4. ESLint
  5. };