After upgrading to latest eslint@8.9.0, linting the project now fails with:
Cannot read property 'type' of null Occurred while linting /path/to/project/some-file.js:15 Rule: "security-node/detect-unhandled-async-errors"
EDIT: Just noted that there's an outstanding PR that would fix this issue.
@gkouziik Any chance we could get that merged? Many thanks!
After upgrading to latest
eslint@8.9.0, linting the project now fails with:EDIT: Just noted that there's an outstanding PR that would fix this issue.
@gkouziik Any chance we could get that merged? Many thanks!