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

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcandre <andrew.pennebaker@gmail.com>2013-05-09 20:05:03 +0400
committermcandre <andrew.pennebaker@gmail.com>2013-05-09 20:05:03 +0400
commitb8f9cbbd4897ac8f4bb868272dc748c42ab3cd70 (patch)
tree81faacf9b0b03beea48502a61d23ec93bb382a6c /.jshintrc
parent44f474a2ec40c2a93506f2651ec2a37a78f93a88 (diff)
clearing away JSHint errors
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..c1f2978
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,3 @@
+{
+ "node": true
+}