@@ -1,4 +1,6 @@
{
+ "esnext": true,
+ "fileExtensions": [".js", ".es6"],
"disallowImplicitTypeConversion": ["numeric", "boolean", "binary", "string"],
"disallowKeywords": ["with"],
"disallowKeywordsOnNewLine": ["else", "catch", "finally"],
@@ -26,6 +26,7 @@
"expr": true,
"globalstrict": true,
"node": true,
"devel": false