[no-dupe-class-members] Rule doesn't handle class properties #618
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement: new base rule extension
New base rule extension required to handle a TS specific case
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
I have configured the following .eslintrc to validate my typescript files:
When my typescript file contains duplicated property name like:
No error will be thrown when running the linting process.
Is "no-dupe-class-members" supported in typescript files?
Many thanks
The text was updated successfully, but these errors were encountered: