mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
调整stylelint规则,移除无用依赖
This commit is contained in:
parent
c8ecc54b7e
commit
dc39e24d18
@ -1,8 +1,6 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-standard",
|
||||
"stylelint-config-standard-scss",
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-config-recommended-vue/scss"
|
||||
],
|
||||
"overrides": [
|
||||
@ -27,11 +25,11 @@
|
||||
"selector-class-pattern": null,
|
||||
"scss/no-global-function-names": null,
|
||||
"scss/at-import-partial-extension": null,
|
||||
"scss/double-slash-comment-empty-line-before": null,
|
||||
"function-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreFunctions": [
|
||||
"v-bind",
|
||||
"lighten",
|
||||
"darken"
|
||||
]
|
||||
|
@ -49,12 +49,9 @@
|
||||
"postcss-scss": "^4.0.3",
|
||||
"sass": "^1.49.7",
|
||||
"stylelint": "^14.5.0",
|
||||
"stylelint-config-html": "^1.0.0",
|
||||
"stylelint-config-recommended": "^7.0.0",
|
||||
"stylelint-config-recommended-scss": "^5.0.2",
|
||||
"stylelint-config-recommended-vue": "^1.3.0",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"stylelint-scss": "^4.1.0",
|
||||
"svgo": "^2.8.0",
|
||||
"unplugin-auto-import": "^0.5.11",
|
||||
|
@ -30,12 +30,9 @@ specifiers:
|
||||
qs: ^6.10.3
|
||||
sass: ^1.49.7
|
||||
stylelint: ^14.5.0
|
||||
stylelint-config-html: ^1.0.0
|
||||
stylelint-config-recommended: ^7.0.0
|
||||
stylelint-config-recommended-scss: ^5.0.2
|
||||
stylelint-config-recommended-vue: ^1.3.0
|
||||
stylelint-config-standard: ^25.0.0
|
||||
stylelint-config-standard-scss: ^3.0.0
|
||||
stylelint-scss: ^4.1.0
|
||||
svgo: ^2.8.0
|
||||
tinymce: ^5.10.3
|
||||
@ -89,12 +86,9 @@ devDependencies:
|
||||
postcss-scss: 4.0.3
|
||||
sass: 1.49.7
|
||||
stylelint: 14.5.0
|
||||
stylelint-config-html: 1.0.0_2fdfe057bbf58b3dfbbb46d8950182ee
|
||||
stylelint-config-recommended: 7.0.0_stylelint@14.5.0
|
||||
stylelint-config-recommended-scss: 5.0.2_stylelint@14.5.0
|
||||
stylelint-config-recommended-vue: 1.3.0_2fdfe057bbf58b3dfbbb46d8950182ee
|
||||
stylelint-config-standard: 25.0.0_stylelint@14.5.0
|
||||
stylelint-config-standard-scss: 3.0.0_stylelint@14.5.0
|
||||
stylelint-scss: 4.1.0_stylelint@14.5.0
|
||||
svgo: 2.8.0
|
||||
unplugin-auto-import: 0.5.11_@vueuse+core@7.6.2+vite@2.8.2
|
||||
@ -5328,27 +5322,6 @@ packages:
|
||||
stylelint: 14.5.0
|
||||
dev: true
|
||||
|
||||
/stylelint-config-standard-scss/3.0.0_stylelint@14.5.0:
|
||||
resolution: {integrity: sha512-zt3ZbzIbllN1iCmc94e4pDxqpkzeR6CJo5DDXzltshuXr+82B8ylHyMMARNnUYrZH80B7wgY7UkKTYCFM0UUyw==}
|
||||
peerDependencies:
|
||||
stylelint: ^14.0.0
|
||||
dependencies:
|
||||
stylelint: 14.5.0
|
||||
stylelint-config-recommended-scss: 5.0.2_stylelint@14.5.0
|
||||
stylelint-config-standard: 24.0.0_stylelint@14.5.0
|
||||
transitivePeerDependencies:
|
||||
- postcss
|
||||
dev: true
|
||||
|
||||
/stylelint-config-standard/24.0.0_stylelint@14.5.0:
|
||||
resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==}
|
||||
peerDependencies:
|
||||
stylelint: ^14.0.0
|
||||
dependencies:
|
||||
stylelint: 14.5.0
|
||||
stylelint-config-recommended: 6.0.0_stylelint@14.5.0
|
||||
dev: true
|
||||
|
||||
/stylelint-config-standard/25.0.0_stylelint@14.5.0:
|
||||
resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==}
|
||||
peerDependencies:
|
||||
|
@ -12,7 +12,8 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
} @else {
|
||||
}
|
||||
@else {
|
||||
/* stylelint-disable-next-line value-no-vendor-prefix */
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
|
Loading…
Reference in New Issue
Block a user