From 4c89ab4b62fee21c15f48b1c626d9b7c251f0ba0 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 19 Aug 2017 09:39:19 +0200 Subject: [PATCH] Use json extension for .stylelintrc Bug: T173516 Change-Id: I1629e74a301e76a436dcec8b363f09aebfcecac8 --- .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 0a4c1fd81..38d3bfb18 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,7 +35,6 @@ module.exports = function ( grunt ) { jsonlint: { all: [ '**/*.json', - '.stylelintrc', '!node_modules/**', '!vendor/**' ]