]> source.dussan.org Git - vaadin-core.git/commitdiff
Add .jshintrc
authorTeemu Pöntelin <teemu@vaadin.com>
Mon, 29 Aug 2016 11:02:44 +0000 (14:02 +0300)
committerTeemu Pöntelin <teemu@vaadin.com>
Mon, 29 Aug 2016 11:02:44 +0000 (14:02 +0300)
.jshintrc [new file with mode: 0644]

diff --git a/.jshintrc b/.jshintrc
new file mode 100644 (file)
index 0000000..59f01b9
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,4 @@
+{
+  "node": true,
+  "esnext": true
+}