electron-userland / electron-userland/electron-webpack

TSLint plugin

Open
#147 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
902
Forks
168
PR merge metrics
No merged PRs in 30d

Description

Normally, when using `transpileOnly` + `ForkTsCheckerWebpackPlugin`, you want to do linting in the `ForkTsCheckerWebpackPlugin` (which it supports by supplying a config object `{ tslint: ''}`). It's a one-liner.

Sadly, the current solution with hardcoded 'smart' webpack config merging does not allow you to replace (or remove) a plugin entry in the webpack config, so there's currently no way to add this support by yourself without losing CLI support :( (https://github.com/electron-userland/electron-webpack/issues/11, https://github.com/electron-userland/electron-webpack/issues/33, https://github.com/electron-userland/electron-webpack/issues/92). So, in lieu of a proper solution for more powerful config transformations, could TSLint be added as a plugin?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.