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
When I ran mrm typescript prettier eslint, mrm added prettier/@typescript-eslint to .eslintrc.json. However, with the latest version of eslint-config-prettier, eslint won't work:
Error: Cannot read config file: /Users/riywo/riywo.com/app/node_modules/eslint-config-prettier/@typescript-eslint.js
Error: "prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21
Referenced from: /Users/riywo/riywo.com/app/.eslintrc.json
I think we can remove prettier/@typescript-eslint from here:
This discussion was converted from issue #169 on September 13, 2023 15:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.Beta Was this translation helpful? Give feedback.
All reactions