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