Merge "Update GenderCache to use NamespaceInfo"
[lhc/web/wiklou.git] / Gruntfile.js
index 2592815..765fe55 100644 (file)
@@ -22,7 +22,8 @@ module.exports = function ( grunt ) {
        grunt.initConfig( {
                eslint: {
                        options: {
-                               reportUnusedDisableDirectives: true
+                               reportUnusedDisableDirectives: true,
+                               cache: true
                        },
                        all: [
                                '**/*.js',
@@ -47,6 +48,7 @@ module.exports = function ( grunt ) {
                },
                banana: {
                        options: {
+                               requireLowerCase: false,
                                disallowBlankTranslations: false
                        },
                        core: 'languages/i18n/',