Shobhit Gupta
Shobhit Gupta
Same issue with Mac osx Yosemite and Node v5.0.0
@tomashubelbauermicrosoft How is your experience so far? I am facing a lot of linting related issues in `CRA 2.1`.
@whengely Same here, I tried converting my project from `CRA-TS` to `CRA 2.1`. Facing too many eslint linting issues, (as in my vscode doesn't know where the linting config is,...
@samuelcastro if I do that I am sure it would help vscode provide linting errors, but will my build system (`yarn start` and `yarn build`) switch from `eslint` to `tslint`?
Just tried out `CRA 2.1.0`. Looks like linting is based on eslint. And there is too much mismatch between vscode dev environment and linting errors. There is no eslint config...
@wilcus and @fc I am having this same issue (#440). But looks like this workaround won't work because I will have to change everytime I do `yarn install` in my...
@fc I had started my project a month before official CRA 2.1.0 came out. Things were going fine and I had no reason to budge until I hit this `.jsx`...
I tried CRA 2.1.0. I ran `npx create-react-app hello-tsx --typescript`. But the files that were created were all `.js`.
Thanks, this worked. However example code in Readme.md is incorrect. Just pointing out.
Created a PR, super minor thing. But will help people who come after me.