@tb-dev/eslint-config 5.4.19 → 5.4.21

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
@@ -535,8 +535,6 @@ async function typescript(options) {
535
535
  ],
536
536
  "@typescript-eslint/consistent-generic-constructors": ["error", "constructor"],
537
537
  "@typescript-eslint/consistent-indexed-object-style": ["error", "record"],
538
- "consistent-return": "off",
539
- "@typescript-eslint/consistent-return": "error",
540
538
  "@typescript-eslint/consistent-type-assertions": [
541
539
  "error",
542
540
  {
@@ -598,8 +596,6 @@ async function typescript(options) {
598
596
  "@typescript-eslint/no-duplicate-enum-values": "error",
599
597
  "@typescript-eslint/no-duplicate-type-constituents": "error",
600
598
  "@typescript-eslint/no-dynamic-delete": "error",
601
- "no-empty-function": "off",
602
- "@typescript-eslint/no-empty-function": "error",
603
599
  "@typescript-eslint/no-empty-object-type": [
604
600
  "error",
605
601
  {
package/dist/index.js CHANGED
@@ -531,8 +531,6 @@ async function typescript(options) {
531
531
  ],
532
532
  "@typescript-eslint/consistent-generic-constructors": ["error", "constructor"],
533
533
  "@typescript-eslint/consistent-indexed-object-style": ["error", "record"],
534
- "consistent-return": "off",
535
- "@typescript-eslint/consistent-return": "error",
536
534
  "@typescript-eslint/consistent-type-assertions": [
537
535
  "error",
538
536
  {
@@ -594,8 +592,6 @@ async function typescript(options) {
594
592
  "@typescript-eslint/no-duplicate-enum-values": "error",
595
593
  "@typescript-eslint/no-duplicate-type-constituents": "error",
596
594
  "@typescript-eslint/no-dynamic-delete": "error",
597
- "no-empty-function": "off",
598
- "@typescript-eslint/no-empty-function": "error",
599
595
  "@typescript-eslint/no-empty-object-type": [
600
596
  "error",
601
597
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "5.4.19",
3
+ "version": "5.4.21",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",