You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are a few hundred eslint warnings reported in this repository. They were initially errors, but degraded to warnings just to get started with eslint.
I think it is a good idea to fix all these issues and upgrade all of these rules to report as errors. See the list of rules here:
I would rather not make this a discussion item for each and every rule. I think we should just accept the eslint "recommended" rules and go with it. I created two PRs previously that resolves some of these errors:
I also have a third one that resolves all the errors in the /core directory, but I will not keep going with it unless there is interest from the community to get them resolved.
Personally I think it is a good idea to fix these issues as it will force proper use of Typescript and Javascript. It will also force us to provide types, which will make the use of the library much easier. If you agree, please say so in the comments. If you are a reviewer and agree, please review the PRs mentioned above so we can get it going.
The text was updated successfully, but these errors were encountered:
Currently, there are a few hundred eslint warnings reported in this repository. They were initially errors, but degraded to warnings just to get started with eslint.
I think it is a good idea to fix all these issues and upgrade all of these rules to report as errors. See the list of rules here:
signify-ts/.eslintrc
Lines 10 to 30 in 5801e63
Also their documentation and rationale here:
I would rather not make this a discussion item for each and every rule. I think we should just accept the eslint "recommended" rules and go with it. I created two PRs previously that resolves some of these errors:
I also have a third one that resolves all the errors in the /core directory, but I will not keep going with it unless there is interest from the community to get them resolved.
Personally I think it is a good idea to fix these issues as it will force proper use of Typescript and Javascript. It will also force us to provide types, which will make the use of the library much easier. If you agree, please say so in the comments. If you are a reviewer and agree, please review the PRs mentioned above so we can get it going.
The text was updated successfully, but these errors were encountered: