We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The rules no-dupe-class-members and no-undef are currently set to off: https://github.com/simplabs/qunit-dom/blob/6c31d65d825c8c09fab1c4f604b8a89945c06e11/.eslintrc.js#L30-L32
no-dupe-class-members
no-undef
off
However, as your configuration extends plugin:@typescript-eslint/eslint-recommended, these rules are already disabled: https://github.com/typescript-eslint/typescript-eslint/blob/2326238738c95acfc14c17f9b16798f1de6d267f/packages/eslint-plugin/src/configs/eslint-recommended.ts
plugin:@typescript-eslint/eslint-recommended
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The rules
no-dupe-class-members
andno-undef
are currently set tooff
:https://github.com/simplabs/qunit-dom/blob/6c31d65d825c8c09fab1c4f604b8a89945c06e11/.eslintrc.js#L30-L32
However, as your configuration extends
plugin:@typescript-eslint/eslint-recommended
, these rules are already disabled:https://github.com/typescript-eslint/typescript-eslint/blob/2326238738c95acfc14c17f9b16798f1de6d267f/packages/eslint-plugin/src/configs/eslint-recommended.ts
The text was updated successfully, but these errors were encountered: