-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Type: BugInconsistencies or issues which will cause a problem for users or implementors.Inconsistencies or issues which will cause a problem for users or implementors.
Description
Bug Report
Regression introduced in #801:
prefer-tacit reports on [''].filter(str => /a/.test(str)).
Expected behavior
No errors reported, since changing to [''].filter(/a/.test) causes a JavaScript error.
Actual behavior
No reports by prefer-tacit.
Metadata
Metadata
Assignees
Labels
Type: BugInconsistencies or issues which will cause a problem for users or implementors.Inconsistencies or issues which will cause a problem for users or implementors.