@schoero/configs 1.0.21 → 1.0.22

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.
@@ -78,7 +78,7 @@ export const typescript = [
78
78
  "eslint-plugin-typescript/dot-notation": ["warn", { allowKeywords: true }],
79
79
 
80
80
  // interfaces
81
- "eslint-plugin-typescript/method-signature-style": ["warn", "method"],
81
+ "eslint-plugin-typescript/method-signature-style": ["warn", "property"], // https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful
82
82
  "eslint-plugin-typescript-sort-keys/interface": ["warn", "asc", {
83
83
  caseSensitive: true,
84
84
  natural: true,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.21",
2
+ "version": "1.0.22",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",