electron-userland / electron-webpack

Scripts and configurations to compile Electron applications using webpack
https://webpack.electron.build/
903 stars 170 forks source link

lint error when running the lint script #430

Closed xinpingwang closed 3 years ago

xinpingwang commented 3 years ago

When running yarn lint, there are to errors:

yarn run v1.22.10
$ tslint -c ./node_modules/electron-builder-tslint-config/tslint.json -p packages/electron-webpack --exclude "**/*.js"
---/electron-webpack/packages/electron-webpack/src/targets/BaseTarget.ts:113:7
ERROR: 113:7  radix  Missing radix parameter

---/electron-webpack/packages/electron-webpack/src/targets/RendererTarget.ts:53:11
ERROR: 53:11  align  members are not aligned

error Command failed with exit code 2.