diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 6536139833..0ce230876f 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -1,6 +1,5 @@ -import { dirname } from 'path' -import { fileURLToPath } from 'url' -import path from 'path' +import path, { dirname } from 'node:path' +import { fileURLToPath } from 'node:url' import js from '@eslint/js' import tseslint from 'typescript-eslint'