-
Notifications
You must be signed in to change notification settings - Fork 54
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
ci(eslint): add @typescript-eslint/naming-convention to lint generic #385
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
// TODO: remove this eslint | ||
/* eslint-disable @typescript-eslint/naming-convention */ |
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.
After removing enabled option in @suspensive/react-query, I will remove these comments
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 23 23
Lines 846 846
Branches 144 144
=========================================
Hits 846 846
|
…385) fix #384 # Overview <!-- A clear and concise description of what this pr is about. --> I added eslint rule to lint TypeScript generic conventionally Thanks to @juliusmarminge https://twitter.com/jullerino/status/1726532233824284741 ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
…385) fix #384 # Overview <!-- A clear and concise description of what this pr is about. --> I added eslint rule to lint TypeScript generic conventionally Thanks to @juliusmarminge https://twitter.com/jullerino/status/1726532233824284741 ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
…385) fix #384 # Overview <!-- A clear and concise description of what this pr is about. --> I added eslint rule to lint TypeScript generic conventionally Thanks to @juliusmarminge https://twitter.com/jullerino/status/1726532233824284741 ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
fix #384
Overview
I added eslint rule to lint TypeScript generic conventionally
Thanks to @juliusmarminge https://twitter.com/jullerino/status/1726532233824284741
PR Checklist