Results 7 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...