Real-Dev-Squad / feature-flag-service

MIT License
3 stars 7 forks source link

Eslint changes #77

Open Tejas-ChandraShekarRaju opened 1 year ago

Tejas-ChandraShekarRaju commented 1 year ago

Description

  1. Switched off react/react-in-jsx-scopesince its no longer needed from react 17
  2. Switched off react/prop-types since we are not using types
  3. Ran prettier
  4. Changed file extension from .eslintrc to .eslintrc.js

Fixes # (issue) Build was failing because of wrong extension. .eslintrc couldn't detect module.exports hence changed extension to .eslintrc.js

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: