mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Use jsonlint task to check translation files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user