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

Vue: Lint command has 113 errors #7948

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

qmonmert
Copy link
Contributor

@qmonmert qmonmert commented Nov 5, 2023

Fix #7947

@qmonmert qmonmert added area: bug 🐛 Something isn't working client: vue labels Nov 5, 2023
Copy link

codecov bot commented Nov 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (83a4a97) 100.00% compared to head (5a88f5e) 100.00%.
Report is 40 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #7948   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity      2665      2655   -10     
===========================================
  Files            681       680    -1     
  Lines          11668     11651   -17     
  Branches         250       250           
===========================================
- Hits           11668     11651   -17     

see 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -9,6 +9,6 @@ module.exports = {
rules: {
quotes: ['error', 'single', { avoidEscape: true }],
'@typescript-eslint/no-unused-vars': ['error'],
'prettier/prettier': ['error'],
'prettier/prettier': ['error', { 'singleQuote': true }],
Copy link
Member

Choose a reason for hiding this comment

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

2 comments here:

  • maybe adding this to the main engine too ? (can be done in another PR)
  • it was suggest: { singleQuote: true } instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done I do that in other PR for the main engine

@pascalgrimaud pascalgrimaud merged commit 6c01e5c into jhipster:main Nov 7, 2023
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: bug 🐛 Something isn't working client: vue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue: Lint command has 113 errors
2 participants