diff --git a/.jshintrc b/.jshintrc index 33963b835..2eecd34c1 100644 --- a/.jshintrc +++ b/.jshintrc @@ -6,7 +6,7 @@ "it": false }, "node": true, - "globalstrict": true, + "strict": "global", "expr": true, "curly": false, "camelcase": true, diff --git a/plugins/convertStyleToAttrs.js b/plugins/convertStyleToAttrs.js index 4a0493e4b..f1fb5006d 100644 --- a/plugins/convertStyleToAttrs.js +++ b/plugins/convertStyleToAttrs.js @@ -42,7 +42,7 @@ var EXTEND = require('whet.extend'), * @example * * ⬇ - * + * * * @param {Object} item current iteration item * @return {Boolean} if false, item will be filtered out