@kazupon/eslint-config 0.26.0 → 0.26.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 CHANGED
@@ -14069,7 +14069,7 @@ interface MarkdownOptions {
14069
14069
  * @returns {Promise<Linter.Config[]>}
14070
14070
  * eslint flat configurations with `@eslint/markdown` and overrides
14071
14071
  */
14072
- declare function markdown(options?: MarkdownOptions & OverridesOptions<MarkdownRules>): Promise<Linter.Config[]>;
14072
+ declare function markdown(options?: MarkdownOptions & OverridesOptions): Promise<Linter.Config[]>;
14073
14073
  declare const md: typeof markdown;
14074
14074
 
14075
14075
  /**
package/dist/index.js CHANGED
@@ -360,7 +360,7 @@ async function markdown(options = {}) {
360
360
  {
361
361
  name: "makrdown/ignore-lint-blocks-in-typescript",
362
362
  files: ["**/*.md/**"],
363
- languageOptions: { parserOptions: {} }
363
+ languageOptions: { parserOptions: { project: null } }
364
364
  },
365
365
  {
366
366
  name: "@kazupon/markdown",
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.26.0",
4
+ "version": "0.26.1",
5
5
  "author": {
6
6
  "email": "kawakazu80@gmail.com",
7
7
  "name": "kazuya kawaguchi"