Find the rules in the configuration of your ESlint and add such a configuration, set the value off, and you will not get the error message.
"vue/multi-word-component-names":0
Find the vue.config.js file in your project, add the following codes:
lintOnSave: false
After saving and recompiling, the problem is solved
Read More:
- [Solved] Vue eslint Error: Component name “*****“ should always be multi-word
- 9:13 error Component name “home“ should always be multi-word vue/multi-word-component-names
- [Solved] 1:1 error Component name “Header“ should always be multi-word vue/multi-word
- [Solved] error Component name “xxx“ should always be multi-word vue/multi-word-comp
- [Solved] vue error: error Component name “School“ should always be multi-word vue/multi-word-component-names
- [Solved] Component name “login“ should always be multi-word.
- [Solved] Vue3.0 Error: The component has been registered but not used vue/no-unused-components, Close eslint
- [Solved] Syntax Error: Error: No ESLint configuration found & TypeError: eslint.CLIEngine is not a constructor
- How to Solve Vscode save Vue file eslint error
- [Solved] VUE eslint Error: Expected linebreaks to be ‘LF‘ but found ‘CRLF
- ERROR in [eslint] ESLint is not a constructor (How to Solve)
- [Solved] Angular basic create component error: Is it missing an @NgModule annotation
- [Solved] ESLint error: Newline required at end of file but not found (eol-last)
- Vscode save Vue format eslint check error [How to Solve]
- Vue3.0 error: Failed to resolve component el-form-item (el element to be unable to be displayed)
- [Solved] Vue2.0 Error: Syntax Error: TypeError: eslint.CLIEngine is not a constructor
- Vue: How to Solve Eslint error
- [Solved] Errors: 1 http://eslint.org/docs/rules/quotes…elementUI Import Error
- Vue Error: component has been registered but not used [Two Methods to Solve]
- [Solved] el-date-picker Error: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders.