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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b394a5-2b9d4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b394a5-2b9d4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?