environment-agency-austria/tslint-eaa-contrib

Add enzyme related packages to allowed implicit dependencies

maschino opened this issue · 0 comments

The linter is complaining about import { shallow } from 'enzyme' and import enzymeAdapterReact16 from 'enzyme-adapter-react-16'; (in the enzyme config). These packages are a dev dependency and only used for unit tests, so they should be allowed as implicit dependencies by default.