UNPKG

@jipis/eslint-plugin-import-sort

Version:

A highly-opinionated ESLint plugin to enforce a strict custom sorting order of `import` statements across four clearly defined sections.

7 lines (5 loc) 102 B
module.exports = { rules: { 'custom-import-sort': require('./rules/custom-import-sort') } };