StackOverflow - vue.js, vuejs2, vuejs3, eslint, airbnb-js-styleguide
How to disable eslint rule max line length for paragraph in <template> of vue.js?
This will disable the rule for the entire template tag. Official ES Lint docs on disabling rules ... EDIT: If you want to instead disable line length rule for all .vue files, then add this to .eslintrc.js (this will also disable the rule for