flagsmith
flagsmith copied to clipboard
fix: run `eslint --fix` removing all prettier error from web/ folder
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