fea17e86
fea17e86
When ESLint has feature parity with TSLint, TNS should migrate completely to ESLint with a breaking version change. Additionally, documentation should be added to help people migrate from TSLint to...
I thought having a simple Docker environment to develop a ts node application/modules might be helpfull. Also, being able to replace the name of the build folder in a fork...
Hi I'm using create-react-app with react-scripts-ts. When I'm trying to start or build my project I get the following error: ``` Failed to compile. node_modules/bloomer/lib/components/Breadcrumb/Breadcrumb.d.ts (8,124): Type '{ className: string;...
## Bug Report **Current behavior** Using `ResponseCookies.delete({ name: '__Secure-some-cookie', secure: true })` to delete a secure cookie fails. The cookie simply doesn't get deleted. **Expected behavior/code** The cookie should get...