flagsmith icon indicating copy to clipboard operation
flagsmith copied to clipboard

fix: run `eslint --fix` removing all prettier error from web/ folder

Open rssilva opened this issue 1 year ago • 3 comments

Thanks for submitting a PR! Please check the boxes below:

  • [ ] I have added information to docs/ if required so people know about the feature!
  • [x] I have filled in the "Changes" section below?
  • [x] I have filled in the "How did you test this code" section below?
  • [x] I have used a Conventional Commit title for this Pull Request

Changes

Please describe.

How did you test this code?

I temporarily changed eslint to

'extends': ['plugin:prettier/recommended'],
...
'rules': {},

and then ran eslint web/ --fix

rssilva avatar Oct 16 '24 13:10 rssilva