-
Before all thank you for this extension, it is great and provides customization! Thank you! 🥇
- There is a way to create folder and file names with PascalCase? (I'm unable to use `replacers` on file…
-
I'm from the AWS .NET team that does a lot of the .NET Lambda tooling. I wanted to compare this library with the JSON.NET one we support. I saw you had an example code in your README but I can't get i…
normj updated
6 years ago
-
The Conjure spec says that type names must be PascalCase: https://github.com/palantir/conjure/blob/develop/docs/spec/source_files.md#typename. However, it doesn't clearly articular the rules for 1-let…
-
PascalCase is a subset of camelCase. This package does not convert to camelCase.
https://stackoverflow.com/questions/41768733/camel-case-and-pascal-case-mistake
-
https://github.com/jgarciaruiz/vue-todo/blob/462c9adacd81f64ef9a01a3126e09733cd508d7b/src/components/TodoList.vue#L40
El nombre de los componentes, por estándar, en formato PascalCase
-
I have a type with PascalCase and a few uppercase properties, e.g.
```
Identifiers: {
MarketplaceASIN: {
MarketplaceId: string;
ASIN: string;
},
}
```
SnakeCasedPropertiesDeep t…
-
Hey, a new version has been released. Here is the complete [migration](https://github.com/Igorkowalski94/eslint-plugin-project-structure/wiki/Migration-guide-to-2.3.0) guide. Many new features and imp…
-
Rider me recomienda cambiar a formato PascalCase el nombre de las propiedades de mi clase:
```
public class Jugada
{
public NormalCard card { get; }
}
```
Cambiando `card` por `Card`.
…
-
In my `.eslintrc.js`, I have:
```js
const namingConventionRules = [
{ selector: 'default', format: ['camelCase'] },
{ selector: 'variable', format: ['camelCase', 'UPPER_CASE'] },
{ …
-
In [boolean.md](https://github.com/PyHP-pph/PyHP_pph/blob/master/spec/boolean.md) it is explicitly stated that the boolean type is named `boolean`. Clearly this is a problem, formal language dictates …