v1.3.0
1.3.0 (2020-02-21)
Bug Fixes
- @typescript-eslint: add default name formats (b7b1168)
- @typescript-eslint: allow leading underscores for parameters (e82c398)
- @typescript-eslint: allow properties to be any format (de31f6a)
- @typescript-eslint: allow variables to be
PascalCasenamed (5abbf1c) - @typescript-eslint: require enum names to be pascal or upper case (ad64b1f)
- @typescript-eslint: require typeLike names to be PascalCase (c839b33)
- @typescript-eslint: require var names to be camel or upper case (52d2a30)
- @typescript-eslint: use
naming-conventionfor generic type naming (ef2b574) - @typescript-eslint: use
naming-conventionfor interface naming (32a4b95) - @typescript-eslint: use
naming-conventionfor member naming (e7a890e)
Features
- @typescript-eslint: enable
@typescript-eslint/naming-convention(52885ac)