Encountered an issue while setting up the ESLint CLIEngine - 'basePath' must be an absolute path
Attempting to utilize eslint
$ npx prettier-eslint **/*.js
However, receiving the following error message:
prettier-eslint [ERROR]: Encountered an issue while setting up the ESLint CLIEngine.
prettier-eslint-cli [ERROR]: There was an error formatting "test/fizzBuzz.test.js":
AssertionError [ERR_ASSERTION]: 'basePath' should be an absolute path.