Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorZlatan Vasović <legospace9876@gmail.com>2014-02-16 22:57:39 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-02-16 22:57:39 +0400
commitdd60fcb4673e118c7f8f10be86f1b6c475b224e6 (patch)
treeac62b8090b0898a617547d3b664b3182fed54376 /grunt
parent5566c935f201b8af2ca7e1ba45a3beeb836d746d (diff)
Improve grunt/.jshintrc
Diffstat (limited to 'grunt')
-rw-r--r--grunt/.jshintrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc
index ddc04c9a54..47dc88e0be 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
}