Expected indentation of 6 Spaces but found
10 The code is automatically formatted according to IDEA’s reformat
de, and the result is that the error is reported more and more. When Vue projects are initialized, ESLint is installed by default (ESLint is a syntax-rule and style-checking tool that can be used to ensure that syntax-correct, style-consistent code is written).
The solution here is to turn ESLint off, as follows.
Open the project’s…/build/webpack. Base. Conf. Js file, find the module properties, comment out the following this line of code.
Read More:
- error Expected indentation of 2 spaces but found 8
- An error was reported on the command line of Vue when it first wrote a small project: expected indentation of 4 spaces but found 6
- Taberror: inconsistent use of tabs and spaces in indentation
- RuntimeError: Found dtype Double but expected Float”
- Python: How to Fix “Ord() expected string of length 1, but int found”
- RuntimeError: expected scalar type Double but found Float
- Solve the runtimeerror in RNN: expected scalar type long but found float error
- Successfully solved the problem of “runtimee” in RESNET dataset classification rror:expected scalar type Long but found Float”
- How to Fix “junit.framework.Comparison Failure Expected: but was”
- error Trailing spaces not allowed no-trailing-spaces 9:14 error Unexpected trailing comma
- Type error: sequence item 0: expected STR instance, int found
- Pychar appears“ PEP:8 expected 2 blank lines ,found 1″
- Expected STR instance, float found
- Err: error parsing query: found name, expected identifier, string
- Package pdftex.def Error: PDF mode expected, but DVI mode detected!_ mdpi_ Templatex compilation error in winedt
- @Autowired injection * * required a single bean, but 2 were found**
- Springboot project startup exception – required a single bean, but 2 were found
- The reason and solution of the error of join function: sequence item 0: expected STR instance, int found
- [Solved] RuntimeError: Expected object of scalar type Float but got scalar type Double for argument #2 ‘mat1‘
- Python error prompt unindent does not match any outer indentation level