[x] I agree to follow the code of conduct that this project follows, as appropriate.
[x] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Please describe your issue:
Running electron-forge lint gives no output when lint errors are present.
While npm run lint or tslint --project tsconfig.json --type-check --force (from lint script in package.json) shows them correctly.
*Console output when you run electron-forge init with the environment variable `DEBUG=electron-forge:`. (Instructions on how to do so here). Please include the stack trace if one exists.**
Please describe your issue: Running
electron-forge lint
gives no output when lint errors are present. Whilenpm run lint
ortslint --project tsconfig.json --type-check --force
(from lint script inpackage.json
) shows them correctly.*Console output when you run
electron-forge init
with the environment variable `DEBUG=electron-forge:`. (Instructions on how to do so here). Please include the stack trace if one exists.**What command line arguments are you passing?
What does your
config.forge
data inpackage.json
look like?Steps to reproduce: 1 . electron-forge init my-new-project --template=react-typescript
if (isDevMode)
inindex.ts
Saw #29, but typescript+react part is merged #31.