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

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

what was missing for me is the location of configuration file. in my angular project it is .eslintrc.js and the part of the configuration code looks like this: rules: { "quotes": ["error", "double"], "import/no-unresolved": 0, "max-len": ["error", {"code": 120}], },

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.