wikimedia / eslint-plugin-no-jquery

Control allowance of certain jQuery functions, and suggest or autofix alternatives.
MIT License
32 stars 8 forks source link

Document when rules are included in a deprecation set #118

Closed edg2s closed 4 years ago

stof commented 4 years ago

should this explain that deprecated sets are cumulative ? A rule included in deprecated-1.8 is actually also part of all 1.8+ sets due to the usage of extends. Maybe an note in the readme about that is enough though.