eslint-module-utils
Advanced tools
Changelog
[2.12.0] - 2018-05-17
named
] rule ([#931], thanks [@mattijsbliek])no-useless-path-segments
] rule ([#1068], thanks [@manovotny])packageDir
option for [no-extraneous-dependencies
] can be array-valued ([#1085], thanks [@hulkish])Changelog
[2.11.0] - 2018-04-09
first
] ([#1046], thanks [@fengkfengk])allow-require
option for [no-commonjs
] rule ([#880], thanks [@futpib])Changelog
[2.10.0] - 2018-03-29
order
] rule ([#908], thanks [@tihonove])no-cycle
] rule: reports import cycles.Changelog
[2.9.0] - 2018-02-21
group-exports
] rule: style-guide rule to report use of multiple named exports ([#721], thanks [@robertrossmann])no-self-import
] rule: forbids a module from importing itself. ([#727], [#449], [#447], thanks [@giodamelio]).no-default-export
] rule ([#889], thanks [@isiahmeadows])no-useless-path-segments
] rule ([#912], thanks [@graingert] and [@danny-andrews])Changelog
[2.8.0] - 2017-10-18
exports-last
] rule ([#620] + [#632], thanks [@k15a])