Drop tag_summary and valid_tag tables
[lhc/web/wiklou.git] / Gruntfile.js
index 6be908e..707a1fb 100644 (file)
@@ -21,6 +21,9 @@ module.exports = function ( grunt ) {
 
        grunt.initConfig( {
                eslint: {
+                       options: {
+                               reportUnusedDisableDirectives: true
+                       },
                        all: [
                                '**/*.js',
                                '!docs/**',