ilyavolodin / eslint-plugin-backbone

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

Investigate performance improvements #29

Closed ilyavolodin closed 9 years ago

ilyavolodin commented 10 years ago

Currently, running every single rule in the plugin package takes almost as much time as running every rule in eslint core (which has about 130 rules). This should be improved, there's no reason for plugin to take so much time. Just need to figure out a way to profile plugins.