You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(unbound-method): add original `unbound-method` rule
* feat(unbound-method): modify rule for `jest`
* refactor(unbound-method): extend base rule
* docs(readme): add section about type-based rules
* chore: add `@typescript-eslint/eslint-plugin` as an optional peer dep
* fix(unbound-method): re-throw errors that are not `MODULE_NOT_FOUND`
* chore(unbound-method): use early return instead of empty string
* test(unbound-method): adjust test
* build: ignore test fixtures
* test: add end of file newline to fixture
* docs(unbound-method): mention `@typescript-eslint/eslint-plugin` dep
* refactor(unbound-method): improve method & variable name
0 commit comments