Skip to content

Commit

Permalink
Add no-ajax-events to global list of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav authored and dgraham committed Dec 6, 2017
1 parent a5ee87d commit 1cb4bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module.exports = {
rules: {
'no-ajax': require('./rules/no-ajax'),
'no-ajax-events': require('./rules/no-ajax-events'),
'no-animate': require('./rules/no-animate'),
'no-attr': require('./rules/no-attr'),
'no-bind': require('./rules/no-bind'),
Expand Down Expand Up @@ -51,6 +52,7 @@ module.exports = {
deprecated: {
rules: {
"jquery/no-ajax": 2,
"jquery/no-ajax-events": 2,
"jquery/no-animate": 2,
"jquery/no-attr": 2,
"jquery/no-bind": 2,
Expand Down

0 comments on commit 1cb4bee

Please sign in to comment.