StackOverflow - vue.js, vuejs2, vuejs3, eslint, airbnb-js-styleguide

How to disable eslint rule max line length for paragraph in <template> of vue.js?

You can add this to your ESLint rules: rules: { "vue/max-attributes-per-line": "off" } This worked for me (even if I rather set it on for my projects). You can find more information here if you want.

Was this helpful?

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.