| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1a4ec6e commit 46dacf6
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,9 +18,6 @@ import nodeCore from './tools/eslint/eslint-plugin-node-core.js'; | |||
| 18 | 18 | const { globalIgnores } = await importEslintTool('eslint/config'); | |
| 19 | 19 | const { default: js } = await importEslintTool('@eslint/js'); | |
| 20 | 20 | const { default: babelEslintParser } = await importEslintTool('@babel/eslint-parser'); | |
| 21 | - const babelPluginProposalExplicitResourceManagement = | ||
| 22 | - resolveEslintTool('@babel/plugin-proposal-explicit-resource-management'); | ||
| 23 | - const babelPluginSyntaxImportAttributes = resolveEslintTool('@babel/plugin-syntax-import-attributes'); | ||
| 24 | 21 | const babelPluginSyntaxImportSource = resolveEslintTool('@babel/plugin-syntax-import-source'); | |
| 25 | 22 | const { default: jsdoc } = await importEslintTool('eslint-plugin-jsdoc'); | |
| 26 | 23 | const { default: markdown } = await importEslintTool('eslint-plugin-markdown'); | |
@@ -106,8 +103,6 @@ export default [ | |||
| 106 | 103 | babelOptions: { | |
| 107 | 104 | parserOpts: { createImportExpressions: true }, | |
| 108 | 105 | plugins: [ | |
| 109 | - babelPluginProposalExplicitResourceManagement, | ||
| 110 | - babelPluginSyntaxImportAttributes, | ||
| 111 | 106 | babelPluginSyntaxImportSource, | |
| 112 | 107 | ], | |
| 113 | 108 | }, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,9 +5,7 @@ | |||
| 5 | 5 | "dependencies": { | |
| 6 | 6 | "@babel/core": "^7.28.5", | |
| 7 | 7 | "@babel/eslint-parser": "^7.28.5", | |
| 8 | - "@babel/plugin-syntax-import-attributes": "^7.27.1", | ||
| 9 | 8 | "@babel/plugin-syntax-import-source": "^7.27.1", | |
| 10 | - "@babel/plugin-proposal-explicit-resource-management": "^7.27.4", | ||
| 11 | 9 | "@stylistic/eslint-plugin": "^5.6.1", | |
| 12 | 10 | "eslint": "^9.39.1", | |
| 13 | 11 | "eslint-formatter-tap": "^9.0.1", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments