diff --git a/index.js b/index.js index 43e80e1..85839a8 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ module.exports = { extends: [ 'stylelint-config-standard-scss', 'stylelint-config-standard-vue/scss', + 'stylelint-config-prettier-scss', ], rules: { 'at-rule-no-unknown': null, diff --git a/package-lock.json b/package-lock.json index f6213ef..fd3ab2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "1.0.2", "license": "BSD-3-Clause", "dependencies": { + "stylelint-config-prettier-scss": "^1.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-config-standard-vue": "^1.0.0", "stylelint-prettier": "^5.0.0" @@ -1762,6 +1763,21 @@ "stylelint": ">=14.0.0" } }, + "node_modules/stylelint-config-prettier-scss": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-prettier-scss/-/stylelint-config-prettier-scss-1.0.0.tgz", + "integrity": "sha512-Gr2qLiyvJGKeDk0E/+awNTrZB/UtNVPLqCDOr07na/sLekZwm26Br6yYIeBYz3ulsEcQgs5j+2IIMXCC+wsaQA==", + "bin": { + "stylelint-config-prettier-scss": "bin/check.js", + "stylelint-config-prettier-scss-check": "bin/check.js" + }, + "engines": { + "node": "14.* || 16.* || >= 18" + }, + "peerDependencies": { + "stylelint": ">=15.0.0" + } + }, "node_modules/stylelint-config-recommended": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz", diff --git a/package.json b/package.json index 4522b5b..486c5c9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { + "stylelint-config-prettier-scss": "^1.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-config-standard-vue": "^1.0.0", "stylelint-prettier": "^5.0.0"