SublimeLinter / SublimeLinter-flow

SublimeLinter plugin for JavaScript static type checking, using flow.
MIT License
116 stars 24 forks source link

Change `self.get_view_settings()` to `self.settings` #74

Closed TomasBarry closed 5 years ago

TomasBarry commented 5 years ago

It appears that SublimeLinter#get_view_settings has been deprecatedand replaced by a simple call to self.settings.

This commit makes the appropriate change and returns SublimeLinter-flow to a working state with no warnings.

TomasBarry commented 5 years ago

@kaste, fair comments. I'll address those.

kaste commented 5 years ago

👋 @TomasBarry or I will just merge and push.

TomasBarry commented 5 years ago

@kaste, haven't had the chance to make those changes. If you want to merge, I'll make the changes in a separate commit (time permitting).

kaste commented 5 years ago

Thanks again!