From f596ae3a7260148575d70c32373c7ebbea1cf2ed Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Tue, 1 Aug 2017 17:55:34 -0500 Subject: [PATCH] [REF] jslintrc: Disable prefer-reflect error Fix https://github.com/OCA/maintainer-quality-tools/issues/474 --- pylint_odoo/examples/.jslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint_odoo/examples/.jslintrc b/pylint_odoo/examples/.jslintrc index de1526c6..211d477a 100644 --- a/pylint_odoo/examples/.jslintrc +++ b/pylint_odoo/examples/.jslintrc @@ -207,7 +207,7 @@ "padded-blocks": "off", "prefer-arrow-callback": "off", "prefer-const": "error", - "prefer-reflect": "error", + "prefer-reflect": "off", "prefer-rest-params": "error", "prefer-spread": "error", "prefer-template": "off",