UNPKG

linter-bundle

Version:

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

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