I trying to set up the Eslint in VS Code IDE, however after installing the eslint dependency,
by $ npm install eslint --save-dev
command then
executing the below command for configuration
$ ./node_modules/.bin/eslint --init
getting the following error, what is the problem?
eslint : File \AppData\Roaming\npm\eslint.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + eslint --init + ~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess