labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Add eslint-plugin-cypress to prevent eslint errors on cypress tests #54

Closed lucianoratamero closed 2 years ago

lucianoratamero commented 2 years ago

How to test:

Description of your solution: I added an eslint plugin that injects cypress variables and types into the eslint checks, making sure that no errors related to cypress appear.