Eslint Unable To Resolve Path To Module

[Solved] Eslint Unable To Resolve Path To Module | Shell - Code Explorer | yomemimo.com
Question : unable to resolve path to module eslint

Answered by : sina-moradi

/*SM*/
/*Add the following to your eslintrc file*/
{ "settings": { "import/resolver": { "node": { "extensions": [".js", ".jsx", ".ts", ".tsx"] } } }, ...
}

Source : https://stackoverflow.com/questions/55198502/using-eslint-with-typescript-unable-to-resolve-path-to-module | Last Update : Tue, 15 Feb 22

Answers related to eslint unable to resolve path to module

Code Explorer Popular Question For Shell