VSCode jshint disable E058 and W030 for async functions
up vote
0
down vote
favorite
I am trying to disable the W030 and the E058 errors thrown by jshint for vscode, but am getting Bad option '-E058 when I set it in the beginning of the file using /* jshint -E058 */. This method with -W030 works fine.
Both of these errors are thrown while using async and await. I know that I can use eshint to overcome this, but really trying to do this via jshint instead.
If i could also see a sample on how to do this via package.json using jshintConfig, it would be very helpful. Based on searches, I couldnt find a direct mapping to the jshint short code to the code mappings. Being able to ignore these errors globally will be even more helpful.
javascript visual-studio-code vscode-settings jshint
add a comment |
up vote
0
down vote
favorite
I am trying to disable the W030 and the E058 errors thrown by jshint for vscode, but am getting Bad option '-E058 when I set it in the beginning of the file using /* jshint -E058 */. This method with -W030 works fine.
Both of these errors are thrown while using async and await. I know that I can use eshint to overcome this, but really trying to do this via jshint instead.
If i could also see a sample on how to do this via package.json using jshintConfig, it would be very helpful. Based on searches, I couldnt find a direct mapping to the jshint short code to the code mappings. Being able to ignore these errors globally will be even more helpful.
javascript visual-studio-code vscode-settings jshint
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to disable the W030 and the E058 errors thrown by jshint for vscode, but am getting Bad option '-E058 when I set it in the beginning of the file using /* jshint -E058 */. This method with -W030 works fine.
Both of these errors are thrown while using async and await. I know that I can use eshint to overcome this, but really trying to do this via jshint instead.
If i could also see a sample on how to do this via package.json using jshintConfig, it would be very helpful. Based on searches, I couldnt find a direct mapping to the jshint short code to the code mappings. Being able to ignore these errors globally will be even more helpful.
javascript visual-studio-code vscode-settings jshint
I am trying to disable the W030 and the E058 errors thrown by jshint for vscode, but am getting Bad option '-E058 when I set it in the beginning of the file using /* jshint -E058 */. This method with -W030 works fine.
Both of these errors are thrown while using async and await. I know that I can use eshint to overcome this, but really trying to do this via jshint instead.
If i could also see a sample on how to do this via package.json using jshintConfig, it would be very helpful. Based on searches, I couldnt find a direct mapping to the jshint short code to the code mappings. Being able to ignore these errors globally will be even more helpful.
javascript visual-studio-code vscode-settings jshint
javascript visual-studio-code vscode-settings jshint
asked Nov 13 at 3:27
securisec
12219
12219
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273357%2fvscode-jshint-disable-e058-and-w030-for-async-functions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown