Remi Wg
Remi Wg
This weekend, I'll remove serverless-bundle and it should solve your problem.
@aacitelli I just migrate the project to serverless-esbuild from serverless-bundle. Hope it should solve your issue.
@aacitelli thank you for your help, let me know if you have any question.
Totally align with you, I'm planning to add custom rules for Cursor or for other IDE
Things are moving super fast, the latest trend seems to be Claude Code. Since it's CLI, it's compatible with all IDE Cursor, VSCode, etc... Probably I will go to Claude...
Sorry for the delay, I'm currently focusing on the web version: https://github.com/ixartz/Next-js-Boilerplate and https://github.com/ixartz/SaaS-Boilerplate. I'll come back to this project soon.
It's extremely strange because in the source code you see the code: https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/src/index.ts#L209 but in the build output, the code disappear.
I'm actively monitoring Biome as a linter instead of ESLint. Currently, Biome doesn't have a plugin system. With ESLint, you have a plugin for playwright, Next.js, and more. I know...
Unfortunately, the Biome ecosystem didn't catch the ESLint one yet. I might consider using Oxlint, also written in Rust like Biome, they are planning to support ESLint plugin. So, you...
Would be great to update the peerDependencies to support ESLint v9. ESLint v8 has been deprecated: "ESLint v8.x reached end-of-life on 2024-10-05 and is no longer maintained." quoted on the...