@ntnyq/eslint-config 3.12.2 → 3.12.3

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.cjs CHANGED
@@ -3370,6 +3370,7 @@ function defineESLintConfig(options = {}, ...userConfigs) {
3370
3370
  if (enableMarkdown) {
3371
3371
  configs2.push(
3372
3372
  markdown({
3373
+ ...resolveSubOptions(options, "markdown"),
3373
3374
  extensions: supportedExtensions,
3374
3375
  overrides: getOverrides(options, "markdown")
3375
3376
  })
package/dist/index.js CHANGED
@@ -3209,6 +3209,7 @@ function defineESLintConfig(options = {}, ...userConfigs) {
3209
3209
  if (enableMarkdown) {
3210
3210
  configs2.push(
3211
3211
  markdown({
3212
+ ...resolveSubOptions(options, "markdown"),
3212
3213
  extensions: supportedExtensions,
3213
3214
  overrides: getOverrides(options, "markdown")
3214
3215
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "3.12.2",
4
+ "version": "3.12.3",
5
5
  "packageManager": "pnpm@9.15.4",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [