mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: replace deprecated eslint-plugin-markdown
PR-URL: https://github.com/nodejs/node/pull/60908 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
75744b11cf
commit
c14e4e4b31
@@ -20,7 +20,7 @@ const { default: js } = await importEslintTool('@eslint/js');
|
||||
const { default: babelEslintParser } = await importEslintTool('@babel/eslint-parser');
|
||||
const babelPluginSyntaxImportSource = resolveEslintTool('@babel/plugin-syntax-import-source');
|
||||
const { default: jsdoc } = await importEslintTool('eslint-plugin-jsdoc');
|
||||
const { default: markdown } = await importEslintTool('eslint-plugin-markdown');
|
||||
const { default: markdown } = await importEslintTool('@eslint/markdown');
|
||||
const { default: stylisticJs } = await importEslintTool('@stylistic/eslint-plugin');
|
||||
|
||||
nodeCore.RULES_DIR = fileURLToPath(new URL('./tools/eslint-rules', import.meta.url));
|
||||
|
||||
1107
tools/eslint/package-lock.json
generated
1107
tools/eslint/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,11 +6,11 @@
|
||||
"@babel/core": "^7.28.5",
|
||||
"@babel/eslint-parser": "^7.28.5",
|
||||
"@babel/plugin-syntax-import-source": "^7.27.1",
|
||||
"@eslint/markdown": "^7.5.1",
|
||||
"@stylistic/eslint-plugin": "^5.6.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-formatter-tap": "^9.0.1",
|
||||
"eslint-plugin-jsdoc": "^61.4.1",
|
||||
"eslint-plugin-markdown": "^5.1.0",
|
||||
"globals": "^16.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user