Skip to content

Commit

Permalink
[REF] jslintrc: Disable prefer-reflect error
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Aug 1, 2017
1 parent 128d018 commit f596ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint_odoo/examples/.jslintrc
Expand Up @@ -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",
Expand Down

0 comments on commit f596ae3

Please sign in to comment.