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

chore: update repo #42

Merged
merged 1 commit into from
Mar 27, 2023
Merged

chore: update repo #42

merged 1 commit into from
Mar 27, 2023

Conversation

nozomuikuta
Copy link
Member

@nozomuikuta nozomuikuta commented Mar 7, 2023

I updated repository based on unjs template, for someone to be able to handle opened issue(s).

@nozomuikuta nozomuikuta self-assigned this Mar 7, 2023
@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Merging #42 (b305596) into main (249072a) will increase coverage by 0.17%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   99.06%   99.23%   +0.17%     
==========================================
  Files           1        1              
  Lines         107      131      +24     
  Branches       39       42       +3     
==========================================
+ Hits          106      130      +24     
  Misses          1        1              
Impacted Files Coverage Δ
src/index.ts 99.23% <100.00%> (+0.17%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Comment on lines -5 to -7
"rules": {
"no-redeclare": "off"
}
Copy link
Member Author

Choose a reason for hiding this comment

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

ESLint passes without this rule defined, so I deleted it.
Please let me know if you need for some reasons.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated: I confirmed "no-redeclare": "off" is included in eslint-config-unjs, by running pnpm eslint --print-config ./src/index.ts > test.json

...
"no-redeclare": [
  "off",
  {
    "builtinGlobals": false
  }
],
...

@pi0 pi0 merged commit 3c71cca into main Mar 27, 2023
@pi0 pi0 deleted the chore/update-repo branch March 27, 2023 12:05
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.

2 participants