Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove deprecated and unnecessary explicit resource management plugin
  • Loading branch information
targos committed Nov 18, 2025
commit 6fc2409ea0aca8849d7bd39103ff4d9851e8cf22
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import nodeCore from './tools/eslint/eslint-plugin-node-core.js';
const { globalIgnores } = await importEslintTool('eslint/config');
const { default: js } = await importEslintTool('@eslint/js');
const { default: babelEslintParser } = await importEslintTool('@babel/eslint-parser');
const babelPluginProposalExplicitResourceManagement =
resolveEslintTool('@babel/plugin-proposal-explicit-resource-management');
const babelPluginSyntaxImportAttributes = resolveEslintTool('@babel/plugin-syntax-import-attributes');
const babelPluginSyntaxImportSource = resolveEslintTool('@babel/plugin-syntax-import-source');
const { default: jsdoc } = await importEslintTool('eslint-plugin-jsdoc');
Expand Down Expand Up @@ -106,7 +104,6 @@ export default [
babelOptions: {
parserOpts: { createImportExpressions: true },
plugins: [
babelPluginProposalExplicitResourceManagement,
babelPluginSyntaxImportAttributes,
babelPluginSyntaxImportSource,
],
Expand Down
34 changes: 0 additions & 34 deletions tools/eslint/package-lock.json

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

1 change: 0 additions & 1 deletion tools/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@babel/eslint-parser": "^7.28.5",
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"@babel/plugin-syntax-import-source": "^7.27.1",
"@babel/plugin-proposal-explicit-resource-management": "^7.27.4",
"@stylistic/eslint-plugin": "^5.6.0",
"eslint": "^9.39.1",
"eslint-formatter-tap": "^9.0.1",
Expand Down