Project scenario:When running the Vue project, there was an indentation error. I was using the idea compiler and checked online. Most of them directly changed the number of indents, but I thought it was troublesome and just wanted to turn off the verification. Problem description:Vue indentation error occurs in idea compiler
Solution:Just add these three lines of code in .eslintrc.js 'no-tabs':'off', 'indent':'off', 'space-before-function-paren':0 After joining rules: // allow async-await 'generator-star-spacing': 'off', // allow debugger during development 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-tabs':'off', 'indent':'off', 'space-before-function-paren':0 } This is the end of this article about the scenario analysis of the Vue indentation error problem in the idea compiler. For more relevant Vue indentation error content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: A simple example of MySQL joint table query
>>: How to use the dig/nslookup command to view DNS resolution steps
The specific code is as follows: <div id="...
As shown below: select a1,a2,a1+a2 a,a1*a2 b,a1*1...
Installation path: /application/mysql-5.5.56 1. P...
1. Framework A browser document window can only d...
To beautify the table, you can set different bord...
First, install PHP5 very simple yum install php T...
Scary, isn't it! Translation in the picture: ...
This article example shares the specific code of ...
Install related dependencies npm i lib-flexible -...
After the official release of Activiti7, it has f...
Preface Today, when I was designing a feedback fo...
1. ROW_NUMBER() Definition: The ROW_NUMBER() func...
I spent almost two hours trying various methods. ...
Table of contents What is Docker Compose Requirem...
Events can specify the execution of SQL code once...