X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Gruntfile.js;h=fec43f343ca534ef54bda04b527378a9f2dea6f2;hp=6be908e0871487dde47005eca94373b4ca86c32d;hb=283dab18118f24e2a6fbe1756ec6ba92f4d68e80;hpb=8e7843197e305020f35ba883fcef39a83ad1ebce diff --git a/Gruntfile.js b/Gruntfile.js index 6be908e087..fec43f343c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -21,6 +21,9 @@ module.exports = function ( grunt ) { grunt.initConfig( { eslint: { + options: { + reportUnusedDisableDirectives: true + }, all: [ '**/*.js', '!docs/**', @@ -47,6 +50,7 @@ module.exports = function ( grunt ) { disallowBlankTranslations: false }, core: 'languages/i18n/', + exif: 'languages/i18n/exif/', api: 'includes/api/i18n/', installer: 'includes/installer/i18n/' },