StackOverflow - StackOverflow
How to disable eslint rule max line length for paragraph in <template> of vue.js?
the correct eslint config is this:
rules: {
'prettier/prettier': ['error', { printWidth: 120 }],
},
Was this helpful?
Related Articles
Have a different question?
Can't find the answer you're looking for? Submit your own question to our community.
🛎️ Get Weekly OTA Fixes
New answers, vendor issues, and updates — straight to your inbox.