jednano / eclint

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.
MIT License
307 stars 28 forks source link

Deprecation warnings on install #114

Closed silverwind closed 6 years ago

silverwind commented 6 years ago

Installing eclint via yarn currently leaves these four deprecations warnings:

warning eclint > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
warning eclint > gulp-filter > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
warning eclint > editorconfig > @types/commander@2.12.2: This is a stub types definition for commander (https://github.com/tj/commander.js). commander provides its own type definitions, so you don't need @types/commander installed!
warning eclint > gulp-reporter > goo.gl > request > node-uuid@1.4.8: Use uuid module instead
gucong3000 commented 6 years ago

Thank you for your report. I'll fix the problem next week.

gucong3000 commented 6 years ago

fixed in #115