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

ESLint custom rule #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

ESLint custom rule #3

wants to merge 4 commits into from

Conversation

fjcaetano
Copy link
Owner

No description provided.

'@react-hook-utilities',
],
rules: {
'react-hooks/rules-of-hooks': 'error',
Copy link
Collaborator

Choose a reason for hiding this comment

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

💯

@fjcaetano fjcaetano added this to the 1.0.0 milestone Nov 5, 2019
@codecov-io
Copy link

codecov-io commented Dec 2, 2019

Codecov Report

Merging #3 into master will decrease coverage by 3.43%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##            master       #3      +/-   ##
===========================================
- Coverage   100.00%   96.56%   -3.44%     
===========================================
  Files            1        3       +2     
  Lines           80      640     +560     
  Branches         7      213     +206     
===========================================
+ Hits            80      618     +538     
- Misses           0       21      +21     
- Partials         0        1       +1     
Impacted Files Coverage Δ
eslint-plugin/lib/index.js 100.00% <0.00%> (ø)
eslint-plugin/lib/rules/ExaustiveDeps.js 96.03% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdbb589...b28dfc2. Read the comment docs.

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.

3 participants