mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-standard",
|
||
|
"stylelint-config-prettier"
|
||
|
],
|
||
|
"ignorePath": [
|
||
|
"dist/**"
|
||
|
],
|
||
|
"rules": {
|
||
|
"custom-property-pattern": null
|
||
|
}
|
||
|
}
|