mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-11 16:49:26 +00:00
build: Mark Node file as ES6
Change-Id: I041ff8fa7d22a8e6a4aa6877c4136d8086593956
This commit is contained in:
parent
aac0f3dd40
commit
e0f297ae39
|
@ -4,7 +4,7 @@
|
|||
* @package Cite
|
||||
*/
|
||||
|
||||
/* eslint-env node */
|
||||
/* eslint-env node, es6 */
|
||||
|
||||
module.exports = function ( grunt ) {
|
||||
var conf = grunt.file.readJSON( 'extension.json' );
|
||||
|
|
Loading…
Reference in a new issue