Is there anyway to stop having Phoenix give me little errors that don't really matter? #1742
Answered
by
abose
treeguy1234
asked this question in
Q&A
-
Phoenix keeps giving me errors that are not necessary. Is there any way to stop that? |
Beta Was this translation helpful? Give feedback.
Answered by
abose
Jul 7, 2024
Replies: 1 comment
-
To permanently disable HTML and js error hints, follow these steps:
"HTMLLint.disabled": true,
"jshint.disabled": true This will disable error detection for both HTML and JavaScript files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To permanently disable HTML and js error hints, follow these steps:
File
>Preferences
.phcode.json
file in the right pane.This will disable error detection for both HTML and JavaScript files.