Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

eslint failed to load react

// Add this to vscode settings
{
  "eslint.workingDirectories": [
    "Dir1",
    "Dir2"
  ],
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact",
  ]
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #eslint #failed #load #react
ADD COMMENT
Topic
Name
4+1 =