Merge "build: Mark Node file as ES6"

This commit is contained in:
jenkins-bot 2017-03-20 13:59:50 +00:00 committed by Gerrit Code Review
commit dd570be4f5

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' );