aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-18 00:57:45 -0800
committerChris Rebert <[email protected]>2014-02-18 00:57:45 -0800
commit27de7375213ee36a24883b829fc0e33725cf5f60 (patch)
treef645701ba2bec6985699eecb1e8cabb133824e4b
parentdb32afe6cf972d1101ee86a64b72a37b252173c7 (diff)
parentdd60fcb4673e118c7f8f10be86f1b6c475b224e6 (diff)
downloadbootstrap-27de7375213ee36a24883b829fc0e33725cf5f60.tar.xz
bootstrap-27de7375213ee36a24883b829fc0e33725cf5f60.zip
Merge pull request #12760 from ZDroid/grunt-jshintrc
Improve grunt/.jshintrc
-rw-r--r--grunt/.jshintrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc
index ddc04c9a5..47dc88e0b 100644
--- a/grunt/.jshintrc
+++ b/grunt/.jshintrc
@@ -1,5 +1,4 @@
{
- "asi": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
@@ -7,10 +6,10 @@
"indent": 2,
"newcap": true,
"noarg": true,
+ "node": true,
"nonbsp": true,
"quotmark": "single",
- "undef": true,
"strict": true,
"trailing": true,
- "node" : true
+ "undef": true
}