Lotfi Meklati

Results 6 comments of Lotfi Meklati

Hello, I ran through the same issue. Here is a PR to fix it: https://github.com/hellomuthu23/planning-poker/pull/101 thanks

Just created a PR to support flat configs in v8 https://github.com/sarbbottam/eslint-find-rules/pull/354

Hello @ljharb @yutak23, Can you please take a look at my PR https://github.com/lotmek/eslint-find-rules/pull/1 ? I will bring the test data for ESLint v9 and split the tests between legacy and...

Hello @yutak23, I've tried a similar approach as yours, but I was facing some surprises in the output. Some plugins are not properly imported by the ESLint config object and...

As mentioned in the [jose specifications](https://github.com/panva/jose/tree/v6.1.0?tab=readme-ov-file#specifications), it is now possible to import ESM packages from CommonJS using `require(esm)`. This interoperability is enabled by default in the latest Node.js versions: -...

> Patch worked on downstream NestJS app with PKCE and JWKS, although custom jest mock is needed for downstream testing to work. Yes unfortunately `require(esm)` is not supported by default...