Skip to content
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

Merged
merged 11 commits into from
Feb 6, 2025
Merged

Feature/add js linter #67

merged 11 commits into from
Feb 6, 2025

Conversation

Le-Caignec
Copy link

@Le-Caignec Le-Caignec commented Feb 4, 2025

  • fix solhint config Issue avec ici
  • ajout d'un linter basic pour JS +TS

.solhint.json Show resolved Hide resolved
Copy link
Contributor

@gfournieriExec gfournieriExec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.30%. Comparing base (38ad8ff) to head (47086f3).
Report is 12 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

eslint.config.mjs Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Copy link
Member

@jeremyjams jeremyjams left a 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",
Copy link
Member

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?

Copy link
Author

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 😵‍💫

Copy link
Author

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

@Le-Caignec Le-Caignec merged commit 00f98f2 into develop Feb 6, 2025
4 checks passed
@Le-Caignec Le-Caignec deleted the feature/add-js-linter branch February 6, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants