-
-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Description
Currently, when eslint
is updated to 4.19.0
and babel-eslint
to 8.2.3
, few tests of the plugin are broken. Here is the list:
- define-flow-type - Codes containing
interface ...
should throwno-undef
errors but don't. - no-flow-fix-me-comments - No errors thrown. no-flow-fix-me-comments not reporting issues #307 is related issue.
- object-type-delimiter - This seems to be fixed in fix: object-type-delimeter with new babel-eslint #317 .
- sort-keys - Some variance tests broken. Note that despite that sort-keys --fix strips out covariance annotations #334 relates to variances in
sort-keys
, the snippet in that issue is fixed incorrectly even with oldereslint
andeslint-babel
, so it is a separate problem. - use-flow-type - Some
no-unused-vars
tests broken.
These failing tests seem to be blocker for #318.
I will try to look at some of those, but any help is appreciated.