Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Comparing changes
Open a pull request
base repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v6.7.5
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v6.8.0
- 13commits
- 186files changed
- 10contributors
Commits on Oct 9, 2023
docs(eslint-plugin): [explicit-function-return-type] fix typo in opti…
…on name (#7728)* docs(eslint-plugin): fix typo in option name | rule: explicit-function-return-type* docs(eslint-plugin): add tags | rule: explicit-function-return-type
levchak0910 authoredOct 9, 2023
Commits on Oct 10, 2023
chore: add discord and stackoverflow as links to issue template (#7645)
* chore: add discord and stackoverflow as links to issue templateIDK if this is the best as it adds more noiseBut people can't easily find these options right now without jumping through some hoops.* fix trailing space formatting---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Oct 11, 2023
chore: remove Playwright end-to-end website tests (#7730)
build: remove playwright
JoshuaKGoldberg authoredOct 11, 2023 chore: use named import for
util
(#7669)* refactor: use named export for `util`* fix: revert isTypeFlagSet switch* chore: conflicts* chore: adding back comments* fix: conflicts---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
docs: fix "Alternatively" typo (#7740)
docs: Fix "Alternatively" typo
hyperupcall authoredOct 11, 2023 docs(eslint-plugin): deduplicate examples for no-explicit-any (#7715)
Josh-Cena authoredOct 11, 2023 fix(eslint-plugin): [no-unsafe-member-access] report on only the acce…
…ssed property (#7717)
Josh-Cena authoredOct 11, 2023 fix(eslint-plugin): [no-useless-empty-export] exempt .d.ts (#7718)
Josh-Cena authoredOct 11, 2023 fix(eslint-plugin): [no-shadow] fix static class generics for class e…
…xpressions (#7724)* Add test for factory generating class functionn with generic type* Rename isGenericOfClassDecl to isGenericOfClass, check for class expression in function* Apply eslint fixer on no shadow test class expression test case* Apply yarn lint-fix
peanutenthusiast authoredOct 11, 2023 fix(eslint-plugin): [consistent-type-imports] import assertion checks…
… added (#7722)* Updated consistent-type-importsAdded type assertion for json files* Import assertion checks addedThe linter checks for import assertions before suggesting fixes
rielAsh24 authoredOct 11, 2023 feat(eslint-plugin): add new extended rule
prefer-destructuring
(#7117)* copy prefer-destructuring from ESLint* rewrite schema by hand* add enforceForTypeAnnotatedProperties optionautofix is still wrong.* add tests* prevent fixing type-annotated declaration* add tests* move baseTests into end of file* refactor* consider numeric properties of non-itreable objects for VariableDeclarator* consider numeric properties of non-itreable objects for AssignmentExpression* fix a bug* fix a bug* add "openjsf" into the dictionary* add prefer-destructuring into all* add doc and minor tweak* fix typo* fix incorrect "correct" case* improve test coverage* improve test coverage* fix: bring in adjustments from main branch* Updated snapshot* Update packages/eslint-plugin/src/rules/prefer-destructuring.tsCo-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>* rename a function* fix typo* reduce baseRule.create() calls* lazily run baseRule.create(noFixContext(context))* lint* add test cases* add test cases* remove tests copied from base rule* add tests* add tests* declare variables* minor improvements- naming of options- using nullish coalescing assignment* improve type and coverage---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Oct 15, 2023
build: fix introduced post-merge build break with no-useless-empty-ex…
…port
JoshuaKGoldberg committedOct 15, 2023
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v6.7.5...v6.8.0
Uh oh!
There was an error while loading.Please reload this page.