-
Notifications
You must be signed in to change notification settings - Fork 492
Linting inconsistencies #102
Comments
Can someone please confirm whether they are seeing these issues? Thanks in advance. |
Is this related to #103? |
I don't think so. #103 says that lint reports only one error at a time. In my case no errors are reported even if I mess up the indentation completely! In addition, my bullet 1 says that the generated README file has references to ESLint instead of TSLint. |
Just found out that tslint is reacting to all other issues but indentation. So the rule
Seems like a tslint issue to me!!! I should read up on it. So the only issue remaining here is my bullet 1 in the initial description. |
With regards to your first bullet, I will gladly accept a PR to change all eslint to tslint! 👍 |
@wmonk, ah, looking at the PR, README.md was not touched. I will try to make a new PR. |
I started looking for the README.md file that needs to be changed. Tracked it down to this file. I notice that it is nicely tracking the upstream. If I make changes to it, we will break that tracking. I don't think it is worth the trouble as long as we understand what is going on under the covers. Closing this issue. |
Generated a fresh project using
create-react-app my-app --scripts-version=react-scripts-ts
:"indent": [ true, "spaces", 4 ]
, still not errors.Am I missing something?
The text was updated successfully, but these errors were encountered: