mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
1430bfe73a
* add linter and format files * remove custom scrollbar css * add caniuse * add stylelint to test cmd * revert test file change
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-prettier"
|
|
],
|
|
"ignorePath": [
|
|
"dist/**"
|
|
],
|
|
"rules": {
|
|
"custom-property-pattern": null
|
|
}
|
|
} |