@maz-ui/eslint-config 4.0.0-beta.7 → 4.0.0-beta.8

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.d.mts CHANGED
@@ -25,7 +25,7 @@ interface MazESLintOptions extends OptionsConfig {
25
25
  env?: 'development' | 'production';
26
26
  /**
27
27
  * Files to ignore
28
- * @default ['**\/*.md', 'dist/**', 'node_modules/**']
28
+ * @default ['dist/**', 'node_modules/**']
29
29
  */
30
30
  ignores?: string[];
31
31
  /**
package/dist/index.d.ts CHANGED
@@ -25,7 +25,7 @@ interface MazESLintOptions extends OptionsConfig {
25
25
  env?: 'development' | 'production';
26
26
  /**
27
27
  * Files to ignore
28
- * @default ['**\/*.md', 'dist/**', 'node_modules/**']
28
+ * @default ['dist/**', 'node_modules/**']
29
29
  */
30
30
  ignores?: string[];
31
31
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/eslint-config",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.7",
4
+ "version": "4.0.0-beta.8",
5
5
  "description": "ESLint configuration for JavaScript/TypeScript projects",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -81,5 +81,5 @@
81
81
  "eslint --fix"
82
82
  ]
83
83
  },
84
- "gitHead": "b64fa54fbf3c645a1f2009f44c50da350bd8461e"
84
+ "gitHead": "fef4d097f7e992f20980cc628216f070a516644e"
85
85
  }