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/**' ]