@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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
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
|
})
|