Use JSON format for configuration pm2 control process file on installer

file.

Also, add to validate format on Gruntfile
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-01 22:12:09 -03:00
parent 043779f4af
commit 16499d2fb8
2 changed files with 6 additions and 5 deletions

View File

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