From e0f297ae3928ac861c7c22058aa910da3e4a1905 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Mon, 20 Mar 2017 10:47:54 +0000 Subject: [PATCH] build: Mark Node file as ES6 Change-Id: I041ff8fa7d22a8e6a4aa6877c4136d8086593956 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0257bb0dc..83d37b701 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ * @package Cite */ -/* eslint-env node */ +/* eslint-env node, es6 */ module.exports = function ( grunt ) { var conf = grunt.file.readJSON( 'extension.json' );