👋 Would it be appropriate to add prefer-arrow-callback to the list of conflicting rules to be turned off?
I had issues with this rule conflicting with our eslint config (which extends this prettier config). Turning off prefer-arrow-callback solved our issues.
Can I submit a PR?
👋 Would it be appropriate to add
prefer-arrow-callbackto the list of conflicting rules to be turned off?I had issues with this rule conflicting with our eslint config (which extends this
prettierconfig). Turning offprefer-arrow-callbacksolved our issues.Can I submit a PR?