I generated a project with vue-cli that turned on the detection of eslint, but the eslint error was caused by the shortcut formatting code of webstorm.
where the .editorconfig file in the project generated by vue-cli is shown in the following figure:
webstorm:
ctrl+alt+Leslint:
is there a way to format the code without conflicts with eslint?