From e2c2eb27e31d7ec7097a5dbaf5a4dc5bff05b186 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 19 Aug 2017 00:09:06 +0200 Subject: [PATCH] Use json extension for .stylelintrc Bug: T173516 Change-Id: I1d451a3840a8d06438fa7f889814e53c9544025e --- .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 5d49a79..9aa9be5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,6 @@ module.exports = function ( grunt ) { all: [ '*.json', '**/*.json', - '.stylelintrc', '!node_modules/**', '!vendor/**' ]