-
Notifications
You must be signed in to change notification settings - Fork 83
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
📝 Add Natspec comments for clarity #146
Conversation
SMA-98 Natspec Comments for All Functions
Ensure all functions have Natspec comments for better documentation and understanding. |
🙈 Remove ignore linting rules
@@ -51,7 +51,6 @@ | |||
"@typescript-eslint/eslint-plugin": "^5.30.5", | |||
"@typescript-eslint/parser": "^5.30.5", | |||
"chai": "^4.3.7", | |||
"dotenv": "^16.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we remove dotenv
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't remove it, it was duplicated on devdep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it
Thanks a lot for this @Aboudjem ! |
Summary
Added NATSPEC comments to missing functions and updated the existing ones that were incomplete
Related Issue: #SMA-98
Change Type