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
Current usage of eslint is useless without setting files and directories to check.
It requires adding "pretest": "eslint lib spec spec-integration verifyCredentials.js --fix" script to package.json"scripts" and fix identified errors
Current usage of eslint is useless without setting files and directories to check.
It requires adding
"pretest": "eslint lib spec spec-integration verifyCredentials.js --fix"script topackage.json"scripts"and fix identified errors