-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
Now that typescript-eslint/typescript-eslint#425 has been released, it should be relatively straightforward to migrate.
I think porting one and one rule makes the most sense. Feel free to pick one 🙂
-
consistent-test-it
- ts-migration/consistent-test-it #327 -
expect-expect
- ts-migration/expect-expect #325 -
lowercase-name
- chore: port lowercase-name to TypeScript #258 -
no-alias-methods
-
no-commented-out-tests
- chore: convert to TS #305 -
no-disabled-tests
- ts-migration/convert-some-utils-functions #315 -
no-duplicate-hooks
- ts-migration/no-duplicate-hooks #318 -
no-empty-title
-
no-export
- ts-migration/no-export #323 -
no-focused-tests
- ts-migration/no-focused-tests #314 -
no-hooks
- ts-migration/no-hooks #322 -
no-identical-title
-
no-if
- ts-migration/no-if #324 -
no-jasmine-globals
- ts-migration/convert-some-utils-functions #315 -
no-jest-import
- chore: migrate no-jest-import to typescript #259 -
no-large-snapshots
-
no-mocks-import
- ts-migration/no-mocks-import-2 #309 -
no-test-callback
- ts-migration/no-test-callbacks #321 -
no-test-prefixes
- ts-migration/no-test-prefixes #328 -
no-test-return-statement
- ts-migration/no-test-return-statement #320 -
no-truthy-falsy
-
prefer-called-with
-
prefer-expect-assertions
-
prefer-inline-snapshots
- ts-migration/prefer-inline-snapshots #319 -
prefer-spy-on
- ts-migration/prefer-spy-on #326 -
prefer-strict-equal
- ts-migration/prefer-strict-equals #329 -
prefer-to-be-null
-
prefer-to-be-undefined
-
prefer-to-contain
-
prefer-to-have-length
-
prefer-todo
- ts-migration/prefer-todo #335 -
require-tothrow-message
-
valid-describe
- chore: migrate valid-describe to ts #308 -
valid-expect-in-promise
-
valid-expect
- WIP: ts-migration/valid-expect #333