소스 검색

chore: update stylelint

Vben 4 년 전
부모
커밋
4f0c6fbcc7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      stylelint.config.js

+ 6 - 0
stylelint.config.js

@@ -9,6 +9,12 @@ module.exports = {
         ignorePseudoClasses: ['global'],
       },
     ],
+    'selector-pseudo-element-no-unknown': [
+      true,
+      {
+        ignorePseudoElements: ['v-deep'],
+      },
+    ],
     'at-rule-no-unknown': [
       true,
       {