-
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…233) The `looksLikeFlowFileAnnotation` regex was too broad and would catch jsdoc comments like `@fixable` and `@function`, causing eslint errors in projects that don't use flow (in my case). I updated the regex to only check for anything beginning with `@flo`. Is there any reason not to full on match `@flow`? I'm not familiar with how flow works. This should fix #165.
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
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