-
The convention for React components is to use pascal case (`FooBar.js`). We could detect files using JSX and enforce pascal case and ignore the chosen case, but it's also common to have an `index.js`,…
-
When using coercion I've run onto an edge-case on dot.case not properly converted back to camelCase. I decided to dig deeper, and found a few more, so here's a result of faulty behaviours with I manag…
-
```
[*.{cs,vb}]
dotnet_naming_rule.constants_must_be_pascal_cased.symbols = constant_symbols
dotnet_naming_rule.constants_must_be_pascal_cased.style …
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Incorrect-Single-Line-Property-Formattin/10439073)._
---
[severity:It's more difficu…
-
### Description
**AS A** user
**I WANT TO** switch casing styles
**SO THAT** will make the code visually familiar
Now the camel case is implemented.
### Acceptance criteria
- Locators Pa…
-
https://astro.build/integrations/ lists all the npm package related to astro.
When selecting an integration, this links to the url page describing the integration.
Most of the time (apart when an is…
-
# Feature Request 🛍️
Create a linter to allow users to specify rules for how their Concerto models are structured
## Use Case
It would be useful to have a tool to allow users to do some / al…
-
In VS2017.2, `dotnet_naming_rule.*.symbols` does not support a comma-separated list. If a comma appears, VS acts as if the line was `= *`. (Which is much worse than acting as though the line was not t…
-
I may be missing something (please ignore the report in that case) but it seems that there is a typo in the makefile file shadow.mk, where the variable MSHADOW_USE_PASCAL is mis-spelled MSDHADOW_USE_P…
ungil updated
5 years ago
-
I have a line of code in an hbs helper:
``
When I run a plop command and `name` is set to `someName`, all of the kebab and pascal casing conversions work fine, but the titleCase one does nothing…