From 393c4fb1a72d2c573f906c9ede666fb6df01cf52 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Tue, 24 Aug 2021 23:22:04 +0800 Subject: [PATCH] update stylelint --- .stylelintrc | 6 +++++- package-lock.json | 1 - package.json | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index b50448c1..59415381 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,3 +1,7 @@ { - "extends": "stylelint-config-recommended" + "extends": "stylelint-config-standard", + "rules": { + "indentation": 4, + "no-descending-specificity": null + } } diff --git a/package-lock.json b/package-lock.json index e85b95e5..cc1feebc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,6 @@ "eslint-plugin-vue": "^7.16.0", "sass": "^1.37.5", "stylelint": "^13.13.1", - "stylelint-config-recommended": "^5.0.0", "stylelint-config-standard": "^22.0.0", "typescript": "^4.3.5", "vite": "^2.4.4" diff --git a/package.json b/package.json index d9d0104c..8218000c 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,6 @@ "eslint-plugin-vue": "^7.16.0", "sass": "^1.37.5", "stylelint": "^13.13.1", - "stylelint-config-recommended": "^5.0.0", "stylelint-config-standard": "^22.0.0", "typescript": "^4.3.5", "vite": "^2.4.4"