New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix ts file error for eslint #4336
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Deploy preview for angry-lumiere-4b8ba4 ready! Built with commit d8a7c62 https://deploy-preview-4336--angry-lumiere-4b8ba4.netlify.com |
afc163
reviewed
May 31, 2019
imhele
reviewed
Jun 2, 2019
|
Deploy preview for ant-design-pro ready! Built with commit d8a7c62 |
|
这些tslint的错误如何去掉,满屏的红色警告和错误! |
|
没有做好准备之前不要用他了 |
Closed
[ci skip] [skip ci]
This was referenced Jun 17, 2019
|
区块的合并了 这个也可以合并 |
zombieJ
approved these changes
Jun 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.


删除 tslint 全部使用 eslint
现有问题
@typescript-eslint/explicit-function-return-type 非常烦人,rende 方法和声明方法都需要做出修改
any 用的太多,但是某些场景还是需要使用,暂时只能忍耐。
@yutingzhao1991 @sorrycc @afc163 @zombieJ