File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- # ` eslint-parser -mdx `
1+ # ` eslint-plugin -mdx `
22
33[ ![ Travis] ( https://img.shields.io/travis/com/rx-ts/eslint-plugin-mdx.svg )] ( https://travis-ci.com/rx-ts/eslint-plugin-mdx )
4+ [ ![ npm] ( https://img.shields.io/npm/v/@rxts/eslint-plugin-mdx.svg )] ( https://npmjs.org/@rxts/eslint-plugin-mdx )
45[ ![ David] ( https://img.shields.io/david/rx-ts/eslint-plugin-mdx.svg )] ( https://david-dm.org/rx-ts/eslint-plugin-mdx )
56[ ![ David Dev] ( https://img.shields.io/david/dev/rx-ts/eslint-plugin-mdx.svg )] ( https://david-dm.org/rx-ts/eslint-plugin-mdx?type=dev )
67[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg )] ( https://conventionalcommits.org )
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxts/eslint-plugin-mdx" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " ESLint Parser/Plugin for MDX" ,
55 "repository" :
" [email protected] :rx-ts/eslint-plugin-mdx.git" ,
66 "author" :
" JounQin <[email protected] >" ,
Original file line number Diff line number Diff line change 11// eslint-disable-next-line @typescript-eslint/no-triple-slash-reference
2- /// <reference path="./types.d.ts" />
2+ /// <reference path=".. /types.d.ts" />
33
44import { parse as esParse } from 'espree'
55import remarkMdx from 'remark-mdx'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments