Results 17 comments of Allan Dollé

@timheerwagen does this look like what you are looking for ? https://github.com/godaddy/eslint-plugin-i18n-json/issues/55

Is there any work planned for this issue ?

Hi ! Many thanks for answering us. > Can you explain further? What's the security issue with /tmp? `/tmp` isn't the security issue. As mentioned, we need (for security reason)...

I'm making PWA for some times now, and i'm using typescript / babel / webpack without CRA to bundle my javascript. I love to keep controls over things so i'm...

Can't make a pull request ... 403 :/ ```ts // Type definitions for webpack-pwa-manifest 2.0.4 // Project: https://github.com/arthurbergmz/webpack-pwa-manifest // Definitions by: Arthur A. Bergamaschi import { Plugin } from 'webpack';...

A nice comparaison of monorepo tools : https://monorepo.tools/ To auto-generate changelogs / release, `semantic-release` with [some plugins](https://github.com/oleg-koval/semantic-release-npm-github-publish#readme) ?

If you are running jest with ts-jest, did you tried `transpileOnly` property in your jest `tsconfig` ? tsconfig.jest.json ```json { "extends": "tsconfig.json", "compilerOptions": { ... }, "ts-node": { "transpileOnly": true...

IDEM. appears in `47.0.0` and not in `46.0.1`. node version `18.16.1`. eslint version `8.43.0` the file : ```ts // eslint-disable-next-line @typescript-eslint/require-await -- not intended const mockAuth0: () => Promise =...

@SmashingQuasar hello 😆 did you try with (in c8 config) ```jsonc "src": "src/**/*", // without ./ "exclude": [ "**/*Interface.mts" // without ./ ], ``` i had already noticed that src...