2018-06-25 03:38:11 +03:00
|
|
|
{
|
|
|
|
"extends": "stylelint-config-standard",
|
2023-07-13 18:02:17 +03:00
|
|
|
"customSyntax": "postcss-less",
|
2018-06-25 04:11:21 +03:00
|
|
|
"ignoreFiles": [
|
|
|
|
"./src/less/*-vendor.less"
|
|
|
|
],
|
2023-07-13 18:02:17 +03:00
|
|
|
"rules": {
|
2023-07-17 22:31:53 +03:00
|
|
|
"alpha-value-notation": null,
|
|
|
|
"color-function-notation": null,
|
2023-07-13 18:02:17 +03:00
|
|
|
"import-notation": "string"
|
|
|
|
}
|
2018-06-25 03:38:11 +03:00
|
|
|
}
|