File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const ERROR = 2;
6
6
/** @type {import('eslint').Linter.Config } */
7
7
module . exports = {
8
8
root : true ,
9
- extends : [ "@remix-run/eslint-config/internal" , "plugin:markdown/recommended" ] ,
9
+ extends : [ "@remix-run/eslint-config/internal" , "plugin:markdown/recommended-legacy " ] ,
10
10
plugins : [ "markdown" ] ,
11
11
settings : {
12
12
"import/internal-regex" : "^~/" ,
Original file line number Diff line number Diff line change 12
12
"@types/react" : " ^18.3.3" ,
13
13
"eslint" : " ^8.57.0" ,
14
14
"eslint-config-prettier" : " ^9.1.0" ,
15
- "eslint-plugin-markdown" : " ^3 .0.1 " ,
15
+ "eslint-plugin-markdown" : " ^5 .0.0 " ,
16
16
"eslint-plugin-cypress" : " ^3.3.0" ,
17
17
"eslint-plugin-prefer-let" : " ^3.0.1" ,
18
18
"jest" : " ^29.7.0" ,
Original file line number Diff line number Diff line change @@ -1753,10 +1753,10 @@ eslint-plugin-jsx-a11y@^6.7.1:
1753
1753
object.fromentries "^2.0.6"
1754
1754
semver "^6.3.0"
1755
1755
1756
- eslint-plugin-markdown@^3 .0.1 :
1757
- version "3 .0.1 "
1758
- resolved "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-3 .0.1 .tgz#fc6765bdb5f82a75e2438d7fac619602f2abc38c "
1759
- integrity sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A ==
1756
+ eslint-plugin-markdown@^5 .0.0 :
1757
+ version "5 .0.0 "
1758
+ resolved "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-5 .0.0 .tgz#a2b69bce83e85838111d44c84b2d6721452dbb73 "
1759
+ integrity sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw ==
1760
1760
dependencies :
1761
1761
mdast-util-from-markdown "^0.8.5"
1762
1762
You can’t perform that action at this time.
0 commit comments