add front-urban
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"plugins": [
|
||||
"stylelint-use-logical-spec"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"customSyntax": "postcss-styled-syntax",
|
||||
"files": [
|
||||
"**/*.{js,ts,jsx,tsx}"
|
||||
]
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"liberty/use-logical-spec": "always"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user