@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.
- package/dist/index.d.ts +1 -1
- 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
|