@tb-dev/eslint-config 2.1.1 → 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,11 +373,8 @@ async function typescript(options) {
373
373
  "classMethod",
374
374
  "classProperty",
375
375
  "function",
376
- "objectLiteralMethod",
377
376
  "parameter",
378
377
  "parameterProperty",
379
- "typeMethod",
380
- "typeProperty",
381
378
  "variable"
382
379
  ],
383
380
  format: ["camelCase"]
package/dist/index.js CHANGED
@@ -350,11 +350,8 @@ async function typescript(options) {
350
350
  "classMethod",
351
351
  "classProperty",
352
352
  "function",
353
- "objectLiteralMethod",
354
353
  "parameter",
355
354
  "parameterProperty",
356
- "typeMethod",
357
- "typeProperty",
358
355
  "variable"
359
356
  ],
360
357
  format: ["camelCase"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",