-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: bridge compatibility #80
Conversation
Codecov Report
@@ Coverage Diff @@
## main #80 +/- ##
============================================
+ Coverage 81.53% 100.00% +18.46%
============================================
Files 2 2
Lines 65 68 +3
Branches 7 7
============================================
+ Hits 53 68 +15
+ Misses 12 0 -12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Any update on the problem @MartinX3 reported above? |
@argoyle I deactivated this modul and wait for a response by @ricardogobbosouza |
Yes, me too. But it removes the eslint-findings during "regular" dev and I have to run linting manually for now. 😄 |
I use commitlint as git hook, run the lints in "preserve" and "prebuild" and also activated linting on save in IntelliJ as action on save :) |
Nuxt Bridge use Webpack 4 under the hood, so As a workaround, you could add a resolution to your "resolutions": {
"eslint-webpack-plugin": "^2.0.0"
}, |
No description provided.