Breaking Changes:
- No longer
no-missing-*
rules are checking whether or not import targets are published.
So"publish"
option was removed. (#3) "convertBinPath"
option ofshebang
rule was removed.
Please use new"convertPath"
option.
It's consistent with other rules. (#7)
Updates:
no-unpublished-*
rules were added.
They were split out fromno-missing-*
rules. (#3)shebang
rule got fixable. (#8)"tryExtensions"
option was added tono-missing-*
andno-unpublished-*
. (#14)
As a result, the behavior that checks files with additional extensions was improved.
Thank you @AprilArcus !- We got an ability to use shared settings for rules.
"convertPath"
forno-unpublished-*
andshebang
."tryExtensions"
forno-missing-*
andno-unpublished-*
.