Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / DetachHead/eslint-config issues and pull requests
#62 - enable strict-boolean-expressions
Issue -
State: open - Opened by DetachHead 4 months ago
#61 - attempt to fix eslint-plugin-detachhead crash on newer typescript versions
Pull Request -
State: open - Opened by DetachHead 10 months ago
#60 - rule for re-exporting wildcard import from module and redefining a name from it
Issue -
State: open - Opened by DetachHead 10 months ago
#59 - a rule to ban assigning `string` to `Iterable`
Issue -
State: open - Opened by DetachHead 11 months ago
#58 - switch from `prefer-promise-reject-errors` to `@typescript-eslint/prefer-promise-reject-errors`
Pull Request -
State: closed - Opened by DetachHead about 1 year ago
#57 - address the new eslint config system
Issue -
State: open - Opened by KotlinIsland about 1 year ago
#56 - github release action is broken
Issue -
State: open - Opened by DetachHead over 1 year ago
#55 - switch to @eslint-community/eslint-comments and disable `require-description` on `eslint-enable` comments since it's redundant
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#54 - enable `prefer-promise-reject-errors`
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#53 - fix duplicated `require-await` rule
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#52 - enable `ignorePrimitives` in `@typescript-eslint/prefer-nullish-coalescing` since it otherwise caused lots of false positives
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#51 - a rule that enforces `{foo?: number | undefined}` over `{foo?: number}` to support `exactOptionalProperties`
Issue -
State: open - Opened by DetachHead over 1 year ago
#50 - Encourage polymorphic return type
Issue -
State: open - Opened by KotlinIsland over 1 year ago
- 1 comment
#49 - disable ts unused label suggestion since it's covered by eslint and causes false positives in svelte files
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#48 - fix ts only rules applying to cjs files
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#47 - enable `import/no-commonjs` for `module.exports` assignments in ts files
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#46 - enable `@typescript-eslint/no-base-to-string`
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#45 - bump eslint-plugin-jsdoc
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#44 - bump eslint-plugin-jsdoc and enable `imports-as-dependencies`
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#43 - support typescript >=5.0
Pull Request -
State: closed - Opened by DetachHead over 1 year ago
#42 - find a rule that bans all `any` expressions
Issue -
State: open - Opened by DetachHead almost 2 years ago
#41 - bump eslint plugin & disable esmodule suggestion
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#40 - disable `no-fallthrough` since it's handled by typescript
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#39 - bump eslint plugin & disable esmodule suggestion code
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#38 - use prettier-plugin-sort-imports and convert prettierrc to js file
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#37 - `@typescript-eslint/no-unused-vars` - don't allow unused args even if it's followed by a used arg
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#36 - jest eslint plugin
Issue -
State: open - Opened by DetachHead almost 2 years ago
#35 - Stuff
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#34 - add my eslint plugin and enable `enforce-variance-annotations` rule
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#33 - find a rule for "import can be converted to default import"
Issue -
State: open - Opened by DetachHead almost 2 years ago
#32 - More import rules
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#31 - enable `includeTypes` for `import/no-extraneous-dependencies`
Pull Request -
State: closed - Opened by DetachHead almost 2 years ago
#30 - Enable `import/no-cycle`
Issue -
State: closed - Opened by DetachHead about 2 years ago
#29 - enable `caughtErrors` and `varsIgnorePattern` in `@typescript-eslint/no-unused-vars`
Pull Request -
State: closed - Opened by DetachHead about 2 years ago
#28 - enable `import/order`
Issue -
State: open - Opened by DetachHead about 2 years ago
- 1 comment
#27 - disable `no-fallthrough` since it's handled by typescript
Pull Request -
State: closed - Opened by DetachHead about 2 years ago
- 1 comment
#26 - make `import/no-named-as-default-member` error instead of warning
Pull Request -
State: closed - Opened by DetachHead about 2 years ago
#25 - Make Readme more professional
Pull Request -
State: closed - Opened by ethan-xd over 2 years ago
#24 - set `import/no-named-as-default` to `error` instead of `warn`
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#23 - make `@typescript-eslint/no-non-null-assertion` an error instead of a warning
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#22 - fixes for js config files
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#21 - disable `import/named` because it sucks
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#20 - add jsdoc rules
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#19 - enable `no-extra-bind`
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#18 - enable `@typescript-eslint/prefer-nullish-coalescing`
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#17 - disable `@typescript-eslint/no-inferrable-types`
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#16 - enforce generic variance annotation (`in` and `out` keywords)
Issue -
State: closed - Opened by DetachHead over 2 years ago
#15 - remove Variance annotations
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#14 - fix generic variance error being reported on functions and mapped types
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#13 - enforce generic variance annotations
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#12 - ban non arrow functions in abstract classes, interfaces and types
Pull Request -
State: closed - Opened by DetachHead over 2 years ago
#11 - Bump deps
Pull Request -
State: closed - Opened by DetachHead almost 3 years ago
#10 - allow triple slash comments with `spaced-comment`
Pull Request -
State: closed - Opened by DetachHead almost 3 years ago
#9 - re-enable ban-types
Pull Request -
State: closed - Opened by DetachHead about 3 years ago
#8 - add `@typescript-eslint/no-unnecessary-condition`
Pull Request -
State: closed - Opened by DetachHead about 3 years ago
#7 - fix plugin dependencies not being installed
Pull Request -
State: closed - Opened by DetachHead about 3 years ago
#6 - disable no-extra-semi
Pull Request -
State: closed - Opened by DetachHead about 3 years ago
#5 - add `@typescript-eslint/recommended-requiring-type-checking`
Pull Request -
State: closed - Opened by DetachHead about 3 years ago
#4 - add await-thenable
Pull Request -
State: closed - Opened by DetachHead over 3 years ago
- 1 comment
#3 - support using ts for jest config
Pull Request -
State: closed - Opened by DetachHead over 3 years ago
#2 - fix
Pull Request -
State: closed - Opened by DetachHead over 3 years ago
#1 - oopsies
Pull Request -
State: closed - Opened by DetachHead over 3 years ago