17 lines
252 B
JSON
17 lines
252 B
JSON
|
|
{
|
||
|
|
"plugins": [
|
||
|
|
"stylelint-use-logical-spec"
|
||
|
|
],
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"customSyntax": "postcss-styled-syntax",
|
||
|
|
"files": [
|
||
|
|
"**/*.{js,ts,jsx,tsx}"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"rules": {
|
||
|
|
"liberty/use-logical-spec": "always"
|
||
|
|
}
|
||
|
|
}
|