The eslint problem of the vue-cli build project (the function name should be added with spaces and parentheses)

problem description

for projects built with vue-cli, lint is set in the .eslintrc.js file

the editor environment is webstorm2018.3

what result do you expect?

The expected result of

is that the function name can be followed by no parentheses, consistent with lint"s rules rules.

Dec.28,2021

"space-before-function-paren": [2, {"anonymous": "never", "named": "never"}],
try this

Menu