You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
settings: {// This is needed to stop VS Code from reporting that it cannot find modules// https://github.com/benmosher/eslint-plugin-import/issues/799// https://github.com/AtomLinter/linter-eslint/issues/610'import/resolver': {node: {paths: [path.resolve(__dirname,'./src'),path.resolve(__dirname,'./src/assets'),],},},},
Point it to the webpack config. Relevant code:
import-js/eslint-plugin-import#799
AtomLinter/linter-eslint#610
The text was updated successfully, but these errors were encountered: