bigbite / build-tools

MIT License
6 stars 1 forks source link

Disable react/prop-types in eslint config #84

Closed ampersarnie closed 1 year ago

ampersarnie commented 1 year ago

Description

To ensure that Prop-types are not expected, react/prop-types is also needed for the eslint config to ensure it's inline with expectations from release 1.2.0. Additional missing dependencies have also been added.

Change Log