From 0a784bfc3b88177137c1db469391e04b3adf8478 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 7 Jan 2015 21:06:04 -0700 Subject: [PATCH] Allow bracket notation We use bracket notation with string literals instead of dot notation where we don't want the compiler to do any renaming. --- .jshintrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 111b15e321..036fde760a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,4 +1,5 @@ { - "-W030": true, - "-W083": true + "-W030": true, + "-W083": true, + "-W069": true }