Closed
Description
Environment
Node version: 18
npm version: N/A
ESLint version: N/A
eslint-plugin-n version: 17.16.*
Operating System: Ubuntu
What rule do you want to report?
N/A
Link to Minimal Reproducible Example
What did you expect to happen?
No errors when running eslint in a non-ts project.
Participation
- I am willing to submit a pull request for this issue.
Additional comments
It seems that this pr: #392 added a new dependency on ts-declaration-location which has a peerDependency on typescript. This results in eslint throwing errors when running in a project that doesn't use typescript.
This is causing some of the CI jobs to fail in the ember-cli project.