ilyavolodin / eslint-plugin-backbone

Backbone specific linting rules for ESLint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no-view-qualified-jquery not present in index.js

platinumazure opened this issue · comments

This is my mistake-- I forgot to include it in index.js when I made my original pull. Sorry!

I'm going to open an issue on the main ESLint to see if there could possibly be a script created which would be useful for validating new plugin rules (so a lighter version of Makefile.js) which could be optionally consumed by plugins as a dev dependency. I make this mistake in my own repo once in a while too, unfortunately.