Replace $.proxy by Function.prototype.bind
[lhc/web/wiklou.git] / .eslintrc.json
index f7a79ac..f088617 100644 (file)
                                "object": "$",
                                "property": "trim",
                                "message": "Please use String.prototype.trim instead"
+                       },
+                       {
+                               "object": "$",
+                               "property": "proxy",
+                               "message": "Please use Function.prototype.bind instead"
                        }
                ],
                "dot-notation": 0,