@kazupon/eslint-config 0.37.0 → 0.37.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -16325,7 +16325,7 @@ interface MarkdownOptions {
16325
16325
  * @param {MarkdownOptions & OverridesOptions} options - eslint unicorn configuration options
16326
16326
  * @returns {Promise<Linter.Config[]>} eslint flat configurations with `@eslint/markdown` and overrides
16327
16327
  */
16328
- declare function markdown(options?: MarkdownOptions & OverridesOptions): Promise<Linter.Config[]>;
16328
+ declare function markdown(options?: MarkdownOptions & OverridesOptions<MarkdownRules>): Promise<Linter.Config[]>;
16329
16329
  declare const md: typeof markdown;
16330
16330
  //#endregion
16331
16331
  //#region src/configs/prettier.d.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kazupon/eslint-config",
3
3
  "description": "ESLint config for @kazupon",
4
- "version": "0.37.0",
4
+ "version": "0.37.1",
5
5
  "author": {
6
6
  "email": "kawakazu80@gmail.com",
7
7
  "name": "kazuya kawaguchi"