How does VUE turn off eslint within a component?

my component is a copy of other people"s code eslint reported 500errors common errors are reported including CSS and js part I want to use eslint detection code in this component how should I set up? Thank you

Jul.02,2022

add the file path to the .eslintignore file


/ eslint-disable no-new /

Menu