-
-
Notifications
You must be signed in to change notification settings - Fork 75
Chore: Make ESLint a devDependency/peerDependency (fixes #523) #526
Conversation
package.json
Outdated
"typescript-estree": "2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^4.19.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to move to eslint 5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I had intended to leave it open but I should have used >=
. I'll check the ESLint migration guide and, if feasible/not breaking, make that change this weekend. (Fairly sure it can be done without breaking users but just want to check.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ficristo This is fixed. Sorry for the delay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there are any changes in this list that affect the parser, but definitely would be best to check!
I've pushed a change to allow [email protected] peer dependencies. I'll leave this another day or so and then merge if no one raises any issues. Thanks for your patience everyone-- work has been crazy. |
@platinumazure I have fixed a conflict after merging in the visitor keys PR, if you are still happy with it please feel free to merge |
Thank you @JamesHenry, I'll merge as all checks have passed! |
@platinumazure Thanks! I'll cut a release now |
No description provided.