-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(
require-param
, check-param-names
): check deeply destructured …
…parameters (fixes #569) (#630) * test: add test case * fix: destructuring false errors of require-param rule. * test: fix test case * docs: update README * refactor: resolve conflict with another rule * test: add invalid test case * docs: update README * refactor: fix to improve performence * test: add detailed case for added code * test: add nested test case * fix(`check-param-name`): fix up destructuring false errors The error mentioned in issue #569 also occurred in `check-param-name` rule. So I fixed.
- Loading branch information
Showing
5 changed files
with
376 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.