create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

Support multiple tslint config files

Open yebrahim opened this issue 6 years ago • 1 comments

Is this a bug report?

No

It would be great if multiple tslint files are supported. Use case: Currently I have a directory with auto-generated TS declaration files that I import, and I don't control how those files are generated, so I end up having a custom tslint.json file in that directory to disable the rules I don't want.

yebrahim avatar Sep 25 '18 22:09 yebrahim

Unfortunately, that's aligned with upstream CRA :( https://github.com/wmonk/create-react-app-typescript/pull/388#discussion_r214528875

I work around that by combining CRA-TS with react-app-rewired.

elektronik2k5 avatar Sep 27 '18 05:09 elektronik2k5