eslint-plugin-markdown
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -73,2 +73,3 @@ /** | ||
{ | ||
name: "markdown/recommended/plugin", | ||
plugins: { | ||
@@ -79,2 +80,3 @@ markdown: plugin | ||
{ | ||
name: "markdown/recommended/processor", | ||
files: ["**/*.md"], | ||
@@ -84,2 +86,3 @@ processor: "markdown/markdown" | ||
{ | ||
name: "markdown/recommended/code-blocks", | ||
files: ["**/*.md/**"], | ||
@@ -86,0 +89,0 @@ languageOptions: { |
{ | ||
"name": "eslint-plugin-markdown", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "An ESLint plugin to lint JavaScript in Markdown code fences.", | ||
@@ -39,6 +39,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@eslint/js": "^9.1.1", | ||
"@eslint/js": "^9.4.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^9.1.1", | ||
"eslint-config-eslint": "^10.0.0", | ||
"eslint": "^9.4.0", | ||
"eslint-config-eslint": "^11.0.0", | ||
"eslint-release": "^3.1.2", | ||
@@ -45,0 +45,0 @@ "globals": "^15.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31263
459