Skip to content

Commit

Permalink
feat: add md plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jul 4, 2022
1 parent 6465a25 commit 640ce56
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/javascript/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
'!.vscode',
],

extends: [ 'plugin:jsonc/recommended-with-jsonc' ],
extends: [ 'plugin:jsonc/recommended-with-jsonc', 'plugin:markdown/recommended' ],

overrides: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsonc": "^2.3.0",
"eslint-plugin-markdown": "^2.2.1",
"jsonc-eslint-parser": "^2.1.0"
},
"devDependencies": {
Expand Down
97 changes: 97 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 640ce56

Please sign in to comment.