Solve the eslint warning problem -- ignore the warning that there is no space between the method name and ()

Our use of eslint in development will make our code more standardized, but eslint will also pop up various warnings when our code is saved. Today, I will say that there is no space warning between the solution name and (). I usually I prefer those without spaces, so I directly added the following line of configuration to the rules in the eslint configuration file eslintrc.js
insert image description here

Guess you like

Origin blog.csdn.net/m0_56026872/article/details/124138804