aboutsummaryrefslogtreecommitdiff
path: root/node_modules/promise/.jshintrc
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-25 05:57:23 +0000
committerHumairAK <humair88@hotmail.com>2016-07-25 05:57:23 +0000
commitc27a1b924a8e07079e7dc8c61923a765df46c9e9 (patch)
treebcc2fb017ed8f5f1c8290725009999a16abfbae5 /node_modules/promise/.jshintrc
parent1904de750f421cce9bec21ab89c50ea7a38a37d4 (diff)
parent6d8857b2a3774db605f10631e327f152f241834b (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/promise/.jshintrc')
-rw-r--r--node_modules/promise/.jshintrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/promise/.jshintrc b/node_modules/promise/.jshintrc
new file mode 100644
index 0000000..47c256f
--- /dev/null
+++ b/node_modules/promise/.jshintrc
@@ -0,0 +1,5 @@
+{
+ "asi": true,
+ "node": true,
+ "strict": true
+}