Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

unable to resolve path to module eslint

/*SM*/
/*Add the following to your eslintrc file*/
{
  "settings": {
    "import/resolver": {
      "node": {
        "extensions": [".js", ".jsx", ".ts", ".tsx"]
      }
    }
  },
  ...
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #unable #resolve #path #module #eslint
ADD COMMENT
Topic
Name
6+4 =