Use jsonlint task to check translation files

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-01-30 13:34:51 -03:00
parent 1032e97d58
commit cb71667336
26 changed files with 4 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ module.exports = function(grunt) {
},
jsonlint: {
main: {
src: ["package.json", ".eslintrc.json", ".stylelintrc"],
src: ["package.json", ".eslintrc.json", ".stylelintrc", "translations/*.json", "modules/default/*/translations/*.json"],
options: {
reporter: "jshint"
}