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
diff options
context:
space:
mode:
Diffstat (limited to 'grunt/.jshintrc')
-rw-r--r--grunt/.jshintrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc
new file mode 100644
index 0000000000..8d402b53c2
--- /dev/null
+++ b/grunt/.jshintrc
@@ -0,0 +1,10 @@
+{
+ "curly" : true,
+ "eqeqeq": true,
+ "newcap": true,
+ "noarg" : true,
+ "node" : true,
+ "nonbsp": true,
+ "strict": true,
+ "undef" : true
+}