Home > Article > Development Tools > How to turn off eslint syntax checking in vscode
Open [File]->[Preferences]
Then add "eslint.enable": false
in [Settings] Just configure it
As shown in the figure:
The user settings on the right will automatically overwrite the default settings on the left.
In the vue project, Search the configuration file globally and delete the configuration related to loader: 'eslint-loader'
Restart vscode
Done!
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to turn off eslint syntax checking in vscode. For more information, please follow other related articles on the PHP Chinese website!