ilyavolodin / eslint-plugin-backbone

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

Rule to verify that changed property is not modified #4

Closed ilyavolodin closed 10 years ago

ilyavolodin commented 10 years ago

This rule should verify that changed property of Backbone.Model is never set.

Rule name should be no-changed-set