ilyavolodin / eslint-plugin-backbone

Backbone specific linting rules for ESLint
MIT License
95 stars 11 forks source link

Fix crash when applying "on-top" rules to ES6 modules #70

Closed brianhelba closed 7 years ago

brianhelba commented 7 years ago

Fixes #66

brianhelba commented 7 years ago

@ilyavolodin Please take a look.

I realize that the test code I added goes a little outside the scope of the existing tests, as it validates totally non-Backbone syntax. If you'd like to keep the tests "pure", I can remove that commit. I just wanted to demonstrate the error and the working fix for the purposes of this PR.

brianhelba commented 7 years ago

@ilyavolodin Updated.

ilyavolodin commented 7 years ago

LGTM, thanks.