This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[mrm-task-eslint] prettier/@typescript-eslint
is no more needed.
#169
Labels
When I ran
mrm typescript prettier eslint
,mrm
addedprettier/@typescript-eslint
to.eslintrc.json
. However, with the latest version ofeslint-config-prettier
,eslint
won't work:I think we can remove
prettier/@typescript-eslint
from here:mrm/packages/mrm-task-eslint/index.js
Lines 121 to 128 in ca485fb
I confirmed
eslint
works once I removedprettier/@typescript-eslint
by hand.The text was updated successfully, but these errors were encountered: