Skip to content

Commit

Permalink
MDL-50115 grunt: add missing jshint configuration
Browse files Browse the repository at this point in the history
The gruntfile isn't a normal browser environment
  • Loading branch information
danpoltawski committed Feb 4, 2016
1 parent ca86656 commit c0abaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -12,6 +12,7 @@
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/* jshint node: true, browser: false */


/** /**
* @copyright 2014 Andrew Nicols * @copyright 2014 Andrew Nicols
Expand Down

0 comments on commit c0abaa9

Please sign in to comment.