Without param#104
Closed
brettz9 wants to merge 4 commits intogajus:masterfrom brettz9:without-param
+11,560-41
Commits
Commits on Nov 13, 2018
- Refactoring: Remove outdated
rulesConfig
: https://eslint.org/docs/2.0.0/user-guide/migrating-to-2.0.0#plugins-no-longer-have-default-configurationscommitted- committed
- Enhancement: Add new boolean options
allowImplementsWithoutParam
andallowAugmentsExtendsWithoutParam
and apply torequireParam
(fixes gajus#100)committed- Expand loosening brought by param checking with
is(*)AllowedWithoutParam
options to include methods whose class has the tag instead (i.e., @OverRide, @implements, @Augments, or @extends)committed