Linting, cleanup, removing unused code
[fnpeditor.git] / Gruntfile.js
index 55ee1c8..4d929f6 100644 (file)
@@ -1,4 +1,7 @@
+/* global module */
+
 module.exports = function(grunt) {
+    'use strict';
 
     grunt.initConfig({
         requirejs: {