Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yudao-admin-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licheng
yudao-admin-ui
Commits
5a43c39c
Commit
5a43c39c
authored
Jun 25, 2025
by
licheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 关闭stylelint样式书写顺序限制
parent
4b9f81e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
146 additions
and
146 deletions
+146
-146
stylelint.config.js
stylelint.config.js
+146
-146
No files found.
stylelint.config.js
View file @
5a43c39c
...
@@ -60,152 +60,152 @@ module.exports = {
...
@@ -60,152 +60,152 @@ module.exports = {
],
],
// Specify the alphabetical order of the attributes in the declaration block
// Specify the alphabetical order of the attributes in the declaration block
'order/properties-order'
:
[
'order/properties-order'
:
[
'position'
,
//
'position',
'top'
,
//
'top',
'right'
,
//
'right',
'bottom'
,
//
'bottom',
'left'
,
//
'left',
'z-index'
,
//
'z-index',
'display'
,
//
'display',
'float'
,
//
'float',
'width'
,
//
'width',
'height'
,
//
'height',
'max-width'
,
//
'max-width',
'max-height'
,
//
'max-height',
'min-width'
,
//
'min-width',
'min-height'
,
//
'min-height',
'padding'
,
//
'padding',
'padding-top'
,
//
'padding-top',
'padding-right'
,
//
'padding-right',
'padding-bottom'
,
//
'padding-bottom',
'padding-left'
,
//
'padding-left',
'margin'
,
//
'margin',
'margin-top'
,
//
'margin-top',
'margin-right'
,
//
'margin-right',
'margin-bottom'
,
//
'margin-bottom',
'margin-left'
,
//
'margin-left',
'margin-collapse'
,
//
'margin-collapse',
'margin-top-collapse'
,
//
'margin-top-collapse',
'margin-right-collapse'
,
//
'margin-right-collapse',
'margin-bottom-collapse'
,
//
'margin-bottom-collapse',
'margin-left-collapse'
,
//
'margin-left-collapse',
'overflow'
,
//
'overflow',
'overflow-x'
,
//
'overflow-x',
'overflow-y'
,
//
'overflow-y',
'clip'
,
//
'clip',
'clear'
,
//
'clear',
'font'
,
//
'font',
'font-family'
,
//
'font-family',
'font-size'
,
//
'font-size',
'font-smoothing'
,
//
'font-smoothing',
'osx-font-smoothing'
,
//
'osx-font-smoothing',
'font-style'
,
//
'font-style',
'font-weight'
,
//
'font-weight',
'hyphens'
,
//
'hyphens',
'src'
,
//
'src',
'line-height'
,
//
'line-height',
'letter-spacing'
,
//
'letter-spacing',
'word-spacing'
,
//
'word-spacing',
'color'
,
//
'color',
'text-align'
,
//
'text-align',
'text-decoration'
,
//
'text-decoration',
'text-indent'
,
//
'text-indent',
'text-overflow'
,
//
'text-overflow',
'text-rendering'
,
//
'text-rendering',
'text-size-adjust'
,
//
'text-size-adjust',
'text-shadow'
,
//
'text-shadow',
'text-transform'
,
//
'text-transform',
'word-break'
,
//
'word-break',
'word-wrap'
,
//
'word-wrap',
'white-space'
,
//
'white-space',
'vertical-align'
,
//
'vertical-align',
'list-style'
,
//
'list-style',
'list-style-type'
,
//
'list-style-type',
'list-style-position'
,
//
'list-style-position',
'list-style-image'
,
//
'list-style-image',
'pointer-events'
,
//
'pointer-events',
'cursor'
,
//
'cursor',
'background'
,
//
'background',
'background-attachment'
,
//
'background-attachment',
'background-color'
,
//
'background-color',
'background-image'
,
//
'background-image',
'background-position'
,
//
'background-position',
'background-repeat'
,
//
'background-repeat',
'background-size'
,
//
'background-size',
'border'
,
//
'border',
'border-collapse'
,
//
'border-collapse',
'border-top'
,
//
'border-top',
'border-right'
,
//
'border-right',
'border-bottom'
,
//
'border-bottom',
'border-left'
,
//
'border-left',
'border-color'
,
//
'border-color',
'border-image'
,
//
'border-image',
'border-top-color'
,
//
'border-top-color',
'border-right-color'
,
//
'border-right-color',
'border-bottom-color'
,
//
'border-bottom-color',
'border-left-color'
,
//
'border-left-color',
'border-spacing'
,
//
'border-spacing',
'border-style'
,
//
'border-style',
'border-top-style'
,
//
'border-top-style',
'border-right-style'
,
//
'border-right-style',
'border-bottom-style'
,
//
'border-bottom-style',
'border-left-style'
,
//
'border-left-style',
'border-width'
,
//
'border-width',
'border-top-width'
,
//
'border-top-width',
'border-right-width'
,
//
'border-right-width',
'border-bottom-width'
,
//
'border-bottom-width',
'border-left-width'
,
//
'border-left-width',
'border-radius'
,
//
'border-radius',
'border-top-right-radius'
,
//
'border-top-right-radius',
'border-bottom-right-radius'
,
//
'border-bottom-right-radius',
'border-bottom-left-radius'
,
//
'border-bottom-left-radius',
'border-top-left-radius'
,
//
'border-top-left-radius',
'border-radius-topright'
,
//
'border-radius-topright',
'border-radius-bottomright'
,
//
'border-radius-bottomright',
'border-radius-bottomleft'
,
//
'border-radius-bottomleft',
'border-radius-topleft'
,
//
'border-radius-topleft',
'content'
,
//
'content',
'quotes'
,
//
'quotes',
'outline'
,
//
'outline',
'outline-offset'
,
//
'outline-offset',
'opacity'
,
//
'opacity',
'filter'
,
//
'filter',
'visibility'
,
//
'visibility',
'size'
,
//
'size',
'zoom'
,
//
'zoom',
'transform'
,
//
'transform',
'box-align'
,
//
'box-align',
'box-flex'
,
//
'box-flex',
'box-orient'
,
//
'box-orient',
'box-pack'
,
//
'box-pack',
'box-shadow'
,
//
'box-shadow',
'box-sizing'
,
//
'box-sizing',
'table-layout'
,
//
'table-layout',
'animation'
,
//
'animation',
'animation-delay'
,
//
'animation-delay',
'animation-duration'
,
//
'animation-duration',
'animation-iteration-count'
,
//
'animation-iteration-count',
'animation-name'
,
//
'animation-name',
'animation-play-state'
,
//
'animation-play-state',
'animation-timing-function'
,
//
'animation-timing-function',
'animation-fill-mode'
,
//
'animation-fill-mode',
'transition'
,
//
'transition',
'transition-delay'
,
//
'transition-delay',
'transition-duration'
,
//
'transition-duration',
'transition-property'
,
//
'transition-property',
'transition-timing-function'
,
//
'transition-timing-function',
'background-clip'
,
//
'background-clip',
'backface-visibility'
,
//
'backface-visibility',
'resize'
,
//
'resize',
'appearance'
,
//
'appearance',
'user-select'
,
//
'user-select',
'interpolation-mode'
,
//
'interpolation-mode',
'direction'
,
//
'direction',
'marks'
,
//
'marks',
'page'
,
//
'page',
'set-link-source'
,
//
'set-link-source',
'unicode-bidi'
,
//
'unicode-bidi',
'speak'
//
'speak'
]
]
},
},
ignoreFiles
:
[
'**/*.js'
,
'**/*.jsx'
,
'**/*.tsx'
,
'**/*.ts'
],
ignoreFiles
:
[
'**/*.js'
,
'**/*.jsx'
,
'**/*.tsx'
,
'**/*.ts'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment