@odg/eslint-config 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odg/eslint-config",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Linter for JavaScript And Typescript project",
5
5
  "main": "index.js",
6
6
  "author": "Dragons Gamers <https://www.linkedin.com/in/victor-alves-odgodinho>",
@@ -397,6 +397,7 @@ module.exports = {
397
397
  {
398
398
  selector: "typeLike",
399
399
  format: [
400
+ "StrictPascalCase",
400
401
  "camelCase",
401
402
  ],
402
403
  },