Schema change for reading ct_tag_id instead of ct_tag
[lhc/web/wiklou.git] / .eslintrc.json
index da5d409..fbf2a5a 100644 (file)
                                "property": "map",
                                "message": "Please use Array.prototype.map instead"
                        },
+                       {
+                               "object": "$",
+                               "property": "inArray",
+                               "message": "Please use Array.prototype.indexOf instead"
+                       },
                        {
                                "object": "$",
                                "property": "isArray",