Skip to content

Commit

Permalink
chore: remove duplicate example (#32391)
Browse files Browse the repository at this point in the history
Removes the `with-typescript-eslint-jest` example in favour of the more up-to-date `with-jest` and `with-jest-babel` examples, that also support TypeScript etc.

Related #23841


## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
balazsorban44 committed Dec 11, 2021
1 parent 37d1100 commit ac82da2
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 623 deletions.
3 changes: 0 additions & 3 deletions examples/with-typescript-eslint-jest/.babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with-typescript-eslint-jest/.eslintignore

This file was deleted.

47 changes: 0 additions & 47 deletions examples/with-typescript-eslint-jest/.eslintrc.json

This file was deleted.

34 changes: 0 additions & 34 deletions examples/with-typescript-eslint-jest/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions examples/with-typescript-eslint-jest/.prettierignore

This file was deleted.

4 changes: 0 additions & 4 deletions examples/with-typescript-eslint-jest/.prettierrc

This file was deleted.

33 changes: 0 additions & 33 deletions examples/with-typescript-eslint-jest/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions examples/with-typescript-eslint-jest/jest.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions examples/with-typescript-eslint-jest/next-env.d.ts

This file was deleted.

49 changes: 0 additions & 49 deletions examples/with-typescript-eslint-jest/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions examples/with-typescript-eslint-jest/pages/api/hello.ts

This file was deleted.

0 comments on commit ac82da2

Please sign in to comment.