From 164c1032a9ec49d4c32d323e97f06b5cfc0b8a9b Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 19 Aug 2017 00:15:45 +0200 Subject: [PATCH] Use json extension for .stylelintrc Bug: T173516 Change-Id: I9af9be524ca103a626620ca6c6492e8f39ff8331 --- .stylelintrc => .stylelintrc.json | 0 Gruntfile.js | 1 - 2 files changed, 1 deletion(-) 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 551d34f..6f13f1b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,6 @@ module.exports = function ( grunt ) { jsonlint: { all: [ '**/*.json', - '.stylelintrc', '!node_modules/**', '!vendor/**' ]