antv-l7/.stylelintrc

7 lines
155 B
Plaintext
Raw Normal View History

2019-11-21 13:44:32 +08:00
{
"processors": ["stylelint-processor-styled-components"],
"extends": [
"stylelint-config-standard",
"stylelint-config-styled-components"
]
}