TristonJ / eslint-plugin-prefer-arrow

ESLint plugin to prefer arrow functions
MIT License
54 stars 10 forks source link

Add support for ESLint 4 #5

Closed gabmontes closed 6 years ago

gabmontes commented 6 years ago

This plugin works fine with ESLint 4 but is not explicitly included in the dev nor peer dependencies list, causing npm warnings. This PR just adds version 4 to the lists to suppress the warnings.

Please consider merging and publishing a new package. Thanks!!