summaryrefslogtreecommitdiff
path: root/.jscsrc
diff options
context:
space:
mode:
Diffstat (limited to '.jscsrc')
-rw-r--r--.jscsrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.jscsrc b/.jscsrc
index b8cfa17..3e93b59 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -1,3 +1,4 @@
{
- "validateIndentation": 4
-} \ No newline at end of file
+ "validateIndentation": 4,
+ "esnext": true
+}