Skip to content

chore: Use ESLint v9 in development env #2775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 2, 2025
Prev Previous commit
Next Next commit
fix vitepress config
  • Loading branch information
ota-meshi committed Jul 1, 2025
commit a21860d7524b21e971ce3fbfe73ac53d6c5765ef
8 changes: 2 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,12 @@ export default async () => {

tslib: path.join(dirname, '../../node_modules/tslib/tslib.es6.js'),
globby: path.join(dirname, './build-system/shim/empty.mjs'),
'fast-glob': path.join(dirname, './build-system/shim/empty.mjs')
'fast-glob': path.join(dirname, './build-system/shim/empty.mjs'),
module: path.join(dirname, './build-system/shim/empty.mjs')
}
},
define: {
'require.cache': '{}'
},
build: {
rollupOptions: {
external: ['module']
}
}
},

Expand Down
Loading