UNPKG
cytoscape-react-fe-ml
Version:
latest (2.0.0-beta5)
2.0.0-beta5
图析画布组件
code.mlamp.cn/frontend/components/cytoscape-react
cytoscape-react-fe-ml
/
.stylelintrc
12 lines
(11 loc)
•
210 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"stylelint-config-recommended-scss"
,
"plugins"
:
[
"stylelint-scss"
]
,
"rules"
:
{
"selector-pseudo-class-no-unknown"
:
[
true
,
{
"ignorePseudoClasses"
:
[
"/global/"
]
}
]
}
}