UNPKG

eslint-plugin-sort-requires-by-path

Version:

ESLint rule to enforce sorting of variable declarations in a group of require('path') calls by 'path' string

8 lines (6 loc) 140 B
/** * @author Kenneth Chung, Ondřej Altman */ exports.rules = { 'sort-requires-by-path': require('./rules/sort-requires-by-path'), };