-
Notifications
You must be signed in to change notification settings - Fork 121
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
feat: build target up to ES2022 #439
Conversation
use enforce "node:" prefix eslint rule
@@ -17,7 +17,7 @@ | |||
"suppressImplicitAnyIndexErrors": true, | |||
"suppressExcessPropertyErrors": true, | |||
"forceConsistentCasingInFileNames": true, | |||
"target": "ES2020", |
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.
Codecov Report
@@ Coverage Diff @@
## master #439 +/- ##
==========================================
- Coverage 99.67% 99.51% -0.17%
==========================================
Files 8 8
Lines 1227 1227
Branches 234 235 +1
==========================================
- Hits 1223 1221 -2
- Misses 4 6 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
|
"extends": "eslint-config-egg/typescript", | ||
"extends": [ | ||
"eslint-config-egg/typescript", | ||
"eslint-config-egg/lib/rules/enforce-node-prefix" |
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.
[skip ci] ## [3.13.0](v3.12.0...v3.13.0) (2023-03-25) ### Features * build target up to ES2022 ([#439](#439)) ([95a51ce](95a51ce))
🎉 This PR is included in version 3.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
use enforce "node:" prefix eslint rule