@schoero/configs 1.0.20 → 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,
@@ -269,15 +269,8 @@ export const typescript = [
269
269
  "eslint-plugin-typescript": eslintPluginTypeScript.plugin
270
270
  },
271
271
  files: [
272
- "**/*.config.ts",
273
- "**/*.config.mts",
274
- "**/*.config.cts",
275
- "**/*.md/*.ts",
276
- "**/*.md/*.tsx",
277
- "**/*.md/*.mts",
278
- "**/*.md/*.mtsx",
279
- "**/*.md/*.cts",
280
- "**/*.md/*.ctsx"
272
+ "**/*.config.{ts,mts,cts}",
273
+ "**/*.{md,mdx}/*.{ts,tsx,mjs,cjs,js,jsx,cts,mts,ctsx,mtsx}"
281
274
  ],
282
275
  rules: {
283
276
  ...Object.fromEntries(
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.20",
2
+ "version": "1.0.22",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",