@ethang/eslint-config 19.8.1 → 19.8.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/eslint.config.js CHANGED
@@ -1063,7 +1063,7 @@ export default tseslint.config(
1063
1063
  exports: "always-multiline",
1064
1064
  functions: "always-multiline",
1065
1065
  enums: "never",
1066
- generics: "never",
1066
+ generics: "always",
1067
1067
  tuples: "never",
1068
1068
  },
1069
1069
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "19.8.1",
3
+ "version": "19.8.2",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -15,7 +15,7 @@ const customRules = [
15
15
  exports: "always-multiline",
16
16
  functions: "always-multiline",
17
17
  enums: "never",
18
- generics: "never",
18
+ generics: "always",
19
19
  tuples: "never",
20
20
  },
21
21
  ],