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
Before committing to #2865 we'd already worked on a few ESLint rules for some common situations in DSpace:
import { of as observableOf } from 'rxjs';
ThemedComponent
We have prototypes for these four rules, and that we'd like to polish up and integrate into DSpace Angular's custom ESLint plugin
The text was updated successfully, but these errors were encountered:
ybnd
Successfully merging a pull request may close this issue.
Before committing to #2865 we'd already worked on a few ESLint rules for some common situations in DSpace:
import { of as observableOf } from 'rxjs';
ThemedComponent
wrappers do not set default values on inputs (see Fixed some themeable component default values not being overridable #2164)We have prototypes for these four rules, and that we'd like to polish up and integrate into DSpace Angular's custom ESLint plugin
The text was updated successfully, but these errors were encountered: