-
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Jul 19, 2023
Replies: 2 comments
-
Don't you need to to install @typescript-eslint/eslint-plugin, and then do something like: {
"extends": ["next/core-web-vitals", "prettier"],
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-unused-vars": "error"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wywppkd
-
How to ignore when we used "_" (underscore) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't you need to to install @typescript-eslint/eslint-plugin, and then do something like: