ansible/awx

Remove some of the eslint-disable comments

Open

#11707 opened on Feb 9, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (13,071 stars) (3,333 forks)batch import
Hacktoberfestcomponent:uigood first issuetype:enhancementtype:task

Description

ISSUE TYPE
  • Feature Idea
SUMMARY

There are several places in the code basis that we use - eslint-disable and certain rule, we need to verify which ones we should keep in place, and make changes accordingly.

This PR https://github.com/ansible/awx/pull/11568 added a couple more in order to speed up the react-scripts bump process.

Contributor guide