-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/add js linter #67
Conversation
Le-Caignec
commented
Feb 4, 2025
•
edited
Loading
edited
- fix solhint config Issue avec ici
- ajout d'un linter basic pour JS +TS
…proving readability
… improved readability
…ation for improved code quality
…uration to ignore .solcover.js file
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.
Some minor comments
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #67 +/- ##
========================================
Coverage 99.30% 99.30%
========================================
Files 4 4
Lines 287 287
Branches 53 53
========================================
Hits 285 285
Misses 2 2 ☔ View full report in Codecov by Sentry. |
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.
Thanks :)
@@ -13,8 +17,6 @@ | |||
"quotes": [ | |||
"error", | |||
"double" | |||
], | |||
"imports-order": "warn", |
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.
How import order warning got away since imports did not change in contracts?
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.
yes, I'm very confused too. I don't understand also 😵💫
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.
If you have an idea i'm open
Co-authored-by: Zied Guesmi <[email protected]>