9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"import-notation": "string",
|
|
"color-hex-length": null
|
|
}
|
|
}
|