mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
fix .stylelintrc in jsonlint check
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
jsonlint: {
|
||||
main: {
|
||||
src: ["package.json", ".eslintrc.json", ".stylelint"],
|
||||
src: ["package.json", ".eslintrc.json", ".stylelintrc"],
|
||||
options: {
|
||||
reporter: "jshint"
|
||||
}
|
||||
|
Reference in New Issue
Block a user