pos-dashboard-v2/.stylelintrc.json

17 lines
252 B
JSON
Raw Normal View History

2025-08-05 12:35:40 +07:00
{
"plugins": [
"stylelint-use-logical-spec"
],
"overrides": [
{
"customSyntax": "postcss-styled-syntax",
"files": [
"**/*.{js,ts,jsx,tsx}"
]
}
],
"rules": {
"liberty/use-logical-spec": "always"
}
}