build: Mark Node file as ES6

Change-Id: I041ff8fa7d22a8e6a4aa6877c4136d8086593956
This commit is contained in:
Ed Sanders 2017-03-20 10:47:54 +00:00
parent aac0f3dd40
commit e0f297ae39

View file

@ -4,7 +4,7 @@
* @package Cite
*/
/* eslint-env node */
/* eslint-env node, es6 */
module.exports = function ( grunt ) {
var conf = grunt.file.readJSON( 'extension.json' );