Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): resolve eslint plugins relative to cdk-build-tools (#5528)
plugins are installed centrally under cdk-build-tools and therefore resolution should happen against that module instead of the current module. otherwise, we get an error `ESLint couldn't find the plugin "eslint-plugin-node".` Furthermore, we also ignore any local .eslintrc files
- Loading branch information