From 62cb3a610e9c24e4a6aff4660ecf824586859e18 Mon Sep 17 00:00:00 2001 From: rejas Date: Wed, 5 Jun 2019 20:33:53 +0200 Subject: [PATCH] Actually only test json files in jsonlint, rename stylelintrc for clarity --- .stylelintrc => .stylelintrc.json | 0 Gruntfile.js | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename .stylelintrc => .stylelintrc.json (100%) diff --git a/.stylelintrc b/.stylelintrc.json similarity index 100% rename from .stylelintrc rename to .stylelintrc.json diff --git a/Gruntfile.js b/Gruntfile.js index 3bc8aeb1..33393af5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ module.exports = function(grunt) { stylelint: { simple: { options: { - configFile: ".stylelintrc" + configFile: ".stylelintrc.json" }, src: [ "css/main.css", @@ -42,11 +42,11 @@ module.exports = function(grunt) { src: [ "package.json", ".eslintrc.json", - ".stylelintrc", + ".stylelintrc.json", + "installers/pm2_MagicMirror.json", "translations/*.json", "modules/default/*/translations/*.json", - "installers/pm2_MagicMirror.json", - "vendor/package.js" + "vendor/package.json" ], options: { reporter: "jshint"