From 3e8e26b180c032fa6ef2d41b87e465e2b997a174 Mon Sep 17 00:00:00 2001 From: Miro Yovchev <2827783+myovchev@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:34:03 +0300 Subject: [PATCH] chore: stylelint update --- .stylelintrc.json | 12 +----------- package.json | 4 ++-- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 68449fcd..827def6a 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,13 +1,3 @@ { - "extends": "stylelint-config-apostrophe", - "overrides": [ - { - "files": ["*.vue", "**/*.vue"], - "customSyntax": "postcss-html" - }, - { - "files": ["*.s{c,a}ss", "**/*.s{c,a}ss"], - "customSyntax": "postcss-scss" - } - ] + "extends": "stylelint-config-apostrophe" } diff --git a/package.json b/package.json index f7ab11f5..ce63372b 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.19.2", "mocha": "^10.2.0", - "stylelint": "^15.9.0", - "stylelint-config-apostrophe": "^3.0.0", + "stylelint": "^16.0.0", + "stylelint-config-apostrophe": "^4.1.0", "vue-eslint-parser": "^9.3.2" }, "dependencies": {