-
Notifications
You must be signed in to change notification settings - Fork 1
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
🔨 Adjust biome rulelint/correctness/noNodejsModules
setting
#402
Conversation
|
@@ -8,6 +8,7 @@ | |||
"linter": { | |||
"rules": { | |||
"correctness": { | |||
"noNodejsModules": "error", |
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.
The frontend/packages/db-structure/src/schema/
directory (not the parser) likely still requires noNodejsModules
, I suppose.
be1d12d
to
dd21de2
Compare
lint/correctness/noNodejsModules
settinglint/correctness/noNodejsModules
setting
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.
Thanks for your quick response 🙏.
I understand that the noNodejsModules
restriction applies in the following cases.
- frontend/packages/db-structure(not the parser)
- frontend/packages/erd-core
Yes! And the |
Thanks!! |
Summary
🔧 Adjust biome rule
lint/correctness/noNodejsModules
settingRelated Issue
closes #401
Changes
Testing
Other Information