summaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorTeemu Pòˆntelin <teemu@vaadin.com>2016-08-29 14:02:44 +0300
committerTeemu Pòˆntelin <teemu@vaadin.com>2016-08-29 14:02:44 +0300
commit505ab3c62df44a6fa1cd74d2d9c8fbe02b6e9749 (patch)
tree71b54ff103c923b433d334d09dcdd33014073426 /.jshintrc
parentaca189126ec01368b8df5a4e9e87c5f36569c983 (diff)
downloadvaadin-core-505ab3c62df44a6fa1cd74d2d9c8fbe02b6e9749.tar.gz
vaadin-core-505ab3c62df44a6fa1cd74d2d9c8fbe02b6e9749.zip
Add .jshintrc
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..59f01b9
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,4 @@
+{
+ "node": true,
+ "esnext": true
+}