From 33cfc4d4f0b74b55807de021c05942942ac4c842 Mon Sep 17 00:00:00 2001 From: Brandon Ferrua Date: Thu, 8 Mar 2018 15:11:14 -0800 Subject: [PATCH 1/2] Update stylelint.config.js --- stylelint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylelint.config.js b/stylelint.config.js index fa53deb..0b31992 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -102,7 +102,7 @@ module.exports = { ], "length-zero-no-unit": true, "max-nesting-depth": 5, - "no-missing-end-of-source-newline": true, + "no-missing-end-of-source-newline": false, "number-leading-zero": "always", "selector-attribute-operator-space-after": "never", "selector-attribute-operator-space-before": "never", From 75c066f9c98d0f6910d704b6ad9d56dd40c6710b Mon Sep 17 00:00:00 2001 From: Brandon Ferrua Date: Thu, 8 Mar 2018 15:11:50 -0800 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f80883..9fc1b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-slds", - "version": "1.0.7", + "version": "1.0.8", "description": "The Salesforce Lightning Design System shareable config for stylelint", "main": "index.js", "scripts": {