You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not only are they inconsistent (I mean "pipe-*" versus "component-*"), there's just too many of them. Maybe the below format would be more appropriate/easier:
{
"[pipe|directive|component]-naming": [
true,
{
"selector-prefix": "sg",
"selector": "[camelCase|kebab-case]",
// or, to make this somewhat future-proof// "selector": ["camelCase", "tolerate-kebab-case", "tolerate-PascalCase"]"suffix": true|false,
}
]
}
The text was updated successfully, but these errors were encountered:
We have improvement in this direction. We will change the configuration a bit in near future, for sure, but for now I think the current configuration schema makes a lot of sense.
Here are the current naming-related options:
Not only are they inconsistent (I mean
"pipe-*"
versus"component-*"
), there's just too many of them. Maybe the below format would be more appropriate/easier:The text was updated successfully, but these errors were encountered: