Component name “Temp” should always be multi-word vue/multi-word-component-names

Add this to the “rules”-section at eslintrc.js if you don’t want to change component names:

'vue/multi-word-component-names': 'off', 

(Taken from the response of @lifecoder above, but can’t add it as a comment due to my reputation)

Leave a Comment