@schoero/configs 1.2.2 → 1.2.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.
@@ -134,7 +134,6 @@ export const typescript = [
134
134
  ],
135
135
 
136
136
  // functions
137
- "eslint-plugin-typescript/unified-signatures": ["warn", { ignoreDifferentlyNamedParameters: true }],
138
137
  "eslint-plugin-typescript/adjacent-overload-signatures": "off", // conflicts with perfectionist/sort-interfaces
139
138
  "eslint-plugin-typescript/prefer-function-type": "warn",
140
139
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.2",
2
+ "version": "1.2.3",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",