Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-66265 javascript: Add jshint ignore for ES6 files in root dir
[moodle.git]
/
Gruntfile.js
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
771bed1
..
70a2240
100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-24,6
+24,7
@@
* Grunt configuration
*/
+/* eslint-env node */
module.exports = function(grunt) {
var path = require('path'),
tasks = {},