Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

v10.0.3

Compare
Choose a tag to compare
@hzoo hzoo released this 25 Aug 21:24
· 31 commits to master since this release

Fixes #791, also eslint/eslint#12117

Some context: #793 (comment)

We ended up going with @JLHwung's PR #794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.