@tb-dev/eslint-config 2.1.0 → 2.1.2

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/dist/index.cjs CHANGED
@@ -373,18 +373,14 @@ async function typescript(options) {
373
373
  "classMethod",
374
374
  "classProperty",
375
375
  "function",
376
- "objectLiteralMethod",
377
376
  "parameter",
378
377
  "parameterProperty",
379
- "typeMethod",
380
- "typeParameter",
381
- "typeProperty",
382
378
  "variable"
383
379
  ],
384
380
  format: ["camelCase"]
385
381
  },
386
382
  {
387
- selector: ["class", "enum", "enumMember", "interface", "typeAlias"],
383
+ selector: ["class", "enum", "enumMember", "interface", "typeAlias", "typeParameter"],
388
384
  format: ["PascalCase"]
389
385
  }
390
386
  ],
package/dist/index.js CHANGED
@@ -350,18 +350,14 @@ async function typescript(options) {
350
350
  "classMethod",
351
351
  "classProperty",
352
352
  "function",
353
- "objectLiteralMethod",
354
353
  "parameter",
355
354
  "parameterProperty",
356
- "typeMethod",
357
- "typeParameter",
358
- "typeProperty",
359
355
  "variable"
360
356
  ],
361
357
  format: ["camelCase"]
362
358
  },
363
359
  {
364
- selector: ["class", "enum", "enumMember", "interface", "typeAlias"],
360
+ selector: ["class", "enum", "enumMember", "interface", "typeAlias", "typeParameter"],
365
361
  format: ["PascalCase"]
366
362
  }
367
363
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",