How to configure @typescript-eslint rules
问题 I'm trying to convert to @typescript-eslint but the documentation seems sorely lacking. For example, I'm getting errors like this: Line 58: Expected a semicolon @typescript-eslint/member-delimiter-style I want to enforce no semicolons or commas. I found the documentation for that rule. https://github.com/bradzacher/eslint-plugin-typescript/blob/master/docs/rules/member-delimiter-style.md But it doesn't seem to give any examples of how to configure it in a real eslint file! Anyone know how?