From 8d9e66548b4a5daac1f324b417191c4a3b39e14a Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sun, 29 Oct 2017 21:37:22 -0700 Subject: [PATCH] remove references to i18n-lint --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 31e96e62..5f53b28a 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -297,7 +297,7 @@ module.exports = function(grunt) { grunt.registerTask('secure', ['env:secure', 'lint', 'html2js:main', 'html2js:forms', 'concurrent:default']); // Lint task(s). - grunt.registerTask('lint', ['jshint', 'csslint', 'i18nlint:client', 'i18nlint:server']); + grunt.registerTask('lint', ['jshint', 'csslint']); grunt.registerTask('lint:tests', ['jshint:allTests']); // Build task(s).