UNPKG

linter-bundle

Version:

Ready-to use bundle of linting tools, containing configurations for ESLint, stylelint and markdownlint.

6 lines (4 loc) 167 B
/** * @file Wrapper which allows to extend "linter-bundle/eslint.mjs" instead of "linter-bundle/eslint/index.mjs". */ export { default } from './eslint/index.mjs';