-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check if eslint config should change prefer-arrow-callback setting #110
Comments
5 tasks
https://github.com/prettier/eslint-plugin-prettier#arrow-body-style-and-prefer-arrow-callback-issue basically covers this. In the interests of keeping the standards, prefer to keep OOTB recommendation |
Wrong issue? |
Updated link:) |
Question remains why your 3 test classes are - across our 2 projects - the only place eslint/prettier auto-replaced this. I find that rather strange |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
somehow it's automatically turning arrow functions into old fashioned function notation for all tests.
https://eslint.org/docs/rules/prefer-arrow-callback
Originally posted by @JoernBerkefeld in #108 (comment)
The text was updated successfully, but these errors were encountered: