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": { 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",