You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming out of #40 we just pulled in the standard ESLint configuration we've been using in most ProjectEvergreen projects, however to ensure better interop with Prettier (making sure ESLint rules and Prettier rules don't conflict) the eslint-config-prettier package was added to turn off those particular style rules from ESLint/
Details
So the idea with this task is that the following outcomes should be possible:
Go through the eslint.config.js file and remove any stylistic only rules
Should be able to remove the eslint-config-prettier plugin from our dependencies
Test that Prettiers and ESLint rules are still working well together
The text was updated successfully, but these errors were encountered:
Summary
Coming out of #40 we just pulled in the standard ESLint configuration we've been using in most ProjectEvergreen projects, however to ensure better interop with Prettier (making sure ESLint rules and Prettier rules don't conflict) the eslint-config-prettier package was added to turn off those particular style rules from ESLint/
Details
So the idea with this task is that the following outcomes should be possible:
The text was updated successfully, but these errors were encountered: