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
// register reqiure hook to include the node_moduels path of plugins.
constnodeModulesPath=path.dirname(path.dirname(path.dirname(require.resolve('eslint/package.json'))))// get the node_modules folder where plugins are installed. Could be own package root or parent packages root (when this modules is installed as a pacakge)
addModuleResolutionPathMultiple({pathArray: [nodeModulesPath, ...additionalNodeModulePath]})// Add own node_modules to module resolving paths