Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-markdown

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-markdown - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

v2.0.0-rc.2 - January 30, 2021
* [`f6a3fad`](https://github.com/eslint/eslint-plugin-markdown/commit/f6a3fada43aaeb613aaf9168dfd06a53b9db0ab4) Fix: overrides pattern for virtual filenames in recommended config (#169) (Milos Djermanovic)
v2.0.0-rc.1 - December 20, 2020

@@ -2,0 +6,0 @@

5

lib/index.js

@@ -17,3 +17,6 @@ /**

files: ["*.md"],
processor: "markdown/markdown",
processor: "markdown/markdown"
},
{
files: ["**/*.md/**"],
parserOptions: {

@@ -20,0 +23,0 @@ ecmaFeatures: {

{
"name": "eslint-plugin-markdown",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "An ESLint plugin to lint JavaScript in Markdown code fences.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc