-
Notifications
You must be signed in to change notification settings - Fork 2
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
PR to resolve remaining warnings left in eslint #116
Conversation
b694788
to
39df32f
Compare
terminal after running npm run validate I suggest to solve the chunk size warning in a separate branch. Created issue for that |
a91693e
to
1b0fd3d
Compare
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.
Nicely separated commits 🥇. My comments mostly suggest adding some information to the found issues -- so they are trackable.
vite.config.js
Outdated
@@ -14,6 +15,7 @@ export default defineConfig({ | |||
eslintPlugin({ | |||
cache: false, // disable eslint cache to avoid conflicts | |||
}), | |||
nodePolyfills(), |
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.
Are we able to describe what is the issue? We could reference not only issue but also what causes it
It seems that it is again related to lib parse-link-headers
. We can discuss alternatives to this library. Maybe some fixed fork?
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.
again we need to reference here issue which we can watch to solve the issue
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.
vite.config.js
Outdated
@@ -14,6 +15,7 @@ export default defineConfig({ | |||
eslintPlugin({ | |||
cache: false, // disable eslint cache to avoid conflicts | |||
}), | |||
nodePolyfills(), |
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.
again we need to reference here issue which we can watch to solve the issue
4f27b91
to
f6ff982
Compare
…plugin-node-polyfills package
…emove unused, unuofficial vite plugin
… for node.js 'url' package
f7637c6
to
f34ba50
Compare
Note: There are no actual eslint errors remained, but the other ones described here