How to turn off formatting validation in vue-element-admin

1. Find the .eslintignore file in the root directory, as follows:

2. Replace all the content in the file with *, as shown in the figure:

 3. Delete the node_modules and package-lock.json files and re-run the project

Guess you like

Origin blog.csdn.net/weixin_44594219/article/details/129205496
Recommended