When editing code using VS Code, in order to ensure code specification, we usually use a tool called lint to detect and prompt errors and irregularities in the code. The execution method of the lint tool will largely affect our development efficiency and experience. Therefore, how to set lint parameters has become one of the skills that developers must understand and master.
1. After entering the application, click the settings icon, and then select the settings option on the settings page.
2. Then find the CSS option on the new page and click it.
3. Then click the drop-down arrow under the lint:arguments in color function option on the right side.
4. Finally, select the ignore option in the pop-up drop-down box.