mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-02 22:08:42 +00:00
use Gruntfile into modules/default/*
This commit is contained in:
parent
c949548150
commit
8ad00025ad
@ -6,7 +6,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
configFile: ".eslintrc.json"
|
||||
},
|
||||
target: ["js/*.js", "modules/default/*.js", "serveronly/*.js", "*.js"]
|
||||
target: ["js/*.js", "modules/default/*.js", "modules/default/*/*.js", "serveronly/*.js", "*.js"]
|
||||
},
|
||||
stylelint: {
|
||||
simple: {
|
||||
@ -63,4 +63,4 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks("grunt-yamllint");
|
||||
grunt.loadNpmTasks("grunt-markdownlint");
|
||||
grunt.registerTask("default", ["eslint", "stylelint", "jsonlint", "markdownlint", "yamllint"]);
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user