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

👌 IMPROVE: [BREAKING] use eslint-plugin-jsdoc@39 to support Node.js 18 #64

Merged
merged 4 commits into from
Jun 4, 2022

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jun 2, 2022

Only support Node.js >= 14
Remove strict rule

@@ -18,7 +18,7 @@
"@typescript-eslint/parser": "^5.4.0",
"eslint-plugin-eggache": "^1.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-jsdoc": "^39.3.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

@fengmk2 fengmk2 changed the title 👌 IMPROVE: use eslint-plugin-jsdoc@39 to support Node.js 18 👌 IMPROVE: [BREAKING] use eslint-plugin-jsdoc@39 to support Node.js 18 Jun 4, 2022
@fengmk2
Copy link
Member Author

fengmk2 commented Jun 4, 2022

@atian25 直接发大版本,只支持 node >= 14

@fengmk2
Copy link
Member Author

fengmk2 commented Jun 4, 2022

去掉了 use strict

@lgtm-com
Copy link

lgtm-com bot commented Jun 4, 2022

This pull request fixes 1 alert when merging 9aa6838 into c498d30 - view on LGTM.com

fixed alerts:

  • 1 for Superfluous trailing arguments

@lgtm-com
Copy link

lgtm-com bot commented Jun 4, 2022

This pull request fixes 1 alert when merging a8b7c6e into c498d30 - view on LGTM.com

fixed alerts:

  • 1 for Superfluous trailing arguments

@codecov
Copy link

codecov bot commented Jun 4, 2022

Codecov Report

Merging #64 (aad8fb0) into master (c498d30) will increase coverage by 100.00%.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##           master       #64        +/-   ##
=============================================
+ Coverage        0   100.00%   +100.00%     
=============================================
  Files           0        29        +29     
  Lines           0      3285      +3285     
  Branches        0        94        +94     
=============================================
+ Hits            0      3285      +3285     
Impacted Files Coverage Δ
index.js 100.00% <ø> (ø)
legacy.js 100.00% <ø> (ø)
react.js 100.00% <ø> (ø)
lib/rules/strict.js 100.00% <100.00%> (ø)
typescript.js 100.00% <0.00%> (ø)
lib/rules/es6.js 100.00% <0.00%> (ø)
lib/rules/errors.js 100.00% <0.00%> (ø)
lib/rules/style.js 100.00% <0.00%> (ø)
lib/rules/variables.js 100.00% <0.00%> (ø)
test/legacy.test.js 100.00% <0.00%> (ø)
... and 23 more

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 c498d30...aad8fb0. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Jun 4, 2022

This pull request fixes 2 alerts when merging aad8fb0 into c498d30 - view on LGTM.com

fixed alerts:

  • 1 for Superfluous trailing arguments
  • 1 for Unknown directive

@fengmk2 fengmk2 mentioned this pull request Jun 4, 2022
4 tasks
@fengmk2 fengmk2 merged commit f5d58c4 into master Jun 4, 2022
@fengmk2 fengmk2 deleted the node-18 branch June 4, 2022 04:25
@fengmk2
Copy link
Member Author

fengmk2 commented Jun 4, 2022

12.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants