Error:
20:1 error Expected indentation of 2 spaces but found 4 indent 21:1 error Expected indent
Solution:
Open the file eslintrc.js, enter the following code to solve this error
'no-multiple-empty-lines': 0
Error:
20:1 error Expected indentation of 2 spaces but found 4 indent 21:1 error Expected indent
Solution:
Open the file eslintrc.js, enter the following code to solve this error
'no-multiple-empty-lines': 0
I tried all the methods mentioned on the Internet and asked my colleagues, but they didn’t solve them. Finally, I inadvertently remembered to delete the target and out directories, and the results were good… Is there a great God to explain?
At the same time, note that the default band should be deleted and only a backslash should be retained