Skip to content

Commit

Permalink
Update meta.name properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jul 23, 2024
1 parent 61babde commit 933f9a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
* @author Brandon Mills
*/

//-----------------------------------------------------------------------------
// Imports
//-----------------------------------------------------------------------------

import { processor } from "./processor.js";



Check failure on line 13 in src/index.js

View workflow job for this annotation

GitHub Actions / Lint

More than 2 blank lines not allowed
const rulesConfig = {

// The Markdown parser automatically trims trailing
Expand All @@ -30,7 +36,7 @@ const rulesConfig = {

const plugin = {
meta: {
name: "eslint-plugin-markdown",
name: "@eslint/markdown",
version: "5.1.0" // x-release-please-version
},
processors: {
Expand Down
2 changes: 1 addition & 1 deletion src/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function postprocess(messages, filename) {

export const processor = {
meta: {
name: "eslint-plugin-markdown/markdown",
name: "@eslint/markdown/markdown",
version: "5.1.0" // x-release-please-version
},
preprocess,
Expand Down

0 comments on commit 933f9a6

Please sign in to comment.