// JSHint does not support linting of jsx.
// If you want to develop react applications using jsx you should disable it or
// better switch to ESLint.
"language": {
"javascript": {
"linting.prefer": [
"JSHint"
],
"linting.usePreferredOnly": true
}
}