Skip to content

Commit

Permalink
chore: delete eslint-config-fb-strict package from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 30, 2020
1 parent 1b8f70a commit 6764f02
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -7,7 +7,7 @@

module.exports = {
extends: [
'./packages/eslint-config-fb-strict/index.js',
'fb-strict',
'plugin:import/errors',
'plugin:import/typescript',
'prettier',
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -7,16 +7,17 @@
### Fixes

- `[babel-plugin-jest-hoist]` Preserve order of hoisted mock nodes within containing block ([#10536](https://github.com/facebook/jest/pull/10536))
- `[jest-config]` Fix bug introduced in watch mode by PR[#10678](https://github.com/facebook/jest/pull/10678/files#r511037803) ([#10692](https://github.com/facebook/jest/pull/10692))
- `[expect]` Stop modifying the sample in `expect.objectContaining()` ([#10711](https://github.com/facebook/jest/pull/10711))
- `[jest-circus, jest-jasmine2]` fix: don't assume `stack` is always a string ([#10697](https://github.com/facebook/jest/pull/10697))
- `[jest-config]` Fix bug introduced in watch mode by PR[#10678](https://github.com/facebook/jest/pull/10678/files#r511037803) ([#10692](https://github.com/facebook/jest/pull/10692))
- `[jest-resolve-dependencies]` Resolve mocks as dependencies ([#10713](https://github.com/facebook/jest/pull/10713))

### Chore & Maintenance

- `[docs]` Add docs for using mocks in TypeScript([#10415](https://github.com/facebook/jest/pull/10415))
- `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/1098))
- `[docs]` Add docs for using mocks in TypeScript ([#10415](https://github.com/facebook/jest/pull/10415))
- `[eslint-config-fb-strict]` Move package from this repo to `fbjs` repo ([#10739](https://github.com/facebook/jest/pull/10739))
- `[examples]` Update TypeScript example to show use of newer Jest types ([#10399](https://github.com/facebook/jest/pull/10399))
- `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/10698))

### Performance

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -33,6 +33,7 @@
"debug": "^4.0.1",
"dedent": "^0.7.0",
"eslint": "^7.7.0",
"eslint-config-fb-strict": "^26.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-eslint-comments": "^3.1.2",
Expand Down
87 changes: 0 additions & 87 deletions packages/eslint-config-fb-strict/index.js

This file was deleted.

29 changes: 0 additions & 29 deletions packages/eslint-config-fb-strict/package.json

This file was deleted.

12 changes: 7 additions & 5 deletions yarn.lock
Expand Up @@ -7861,9 +7861,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-fb-strict@workspace:packages/eslint-config-fb-strict":
version: 0.0.0-use.local
resolution: "eslint-config-fb-strict@workspace:packages/eslint-config-fb-strict"
"eslint-config-fb-strict@npm:^26.0.0":
version: 26.0.0
resolution: "eslint-config-fb-strict@npm:26.0.0"
dependencies:
eslint-config-fbjs: ^3.1.1
peerDependencies:
Expand All @@ -7874,8 +7874,9 @@ __metadata:
eslint-plugin-jest: ^21.0.0 || ^22.0.0 || ^23.0.0
eslint-plugin-jsx-a11y: ^6.0.2
eslint-plugin-react: ^7.1.0
languageName: unknown
linkType: soft
checksum: 8ea89ca2f08627d6ef727047d870c86cf4f3027a4321f74b15bc5206d9fef8790b3d63f413cba274ca5ddbe0cb9c40febfced7db4c9e796a10e31345ccdeda78
languageName: node
linkType: hard

"eslint-config-fbjs@npm:^3.1.1":
version: 3.1.1
Expand Down Expand Up @@ -17208,6 +17209,7 @@ fsevents@^1.2.7:
debug: ^4.0.1
dedent: ^0.7.0
eslint: ^7.7.0
eslint-config-fb-strict: ^26.0.0
eslint-config-prettier: ^6.1.0
eslint-plugin-babel: ^5.1.0
eslint-plugin-eslint-comments: ^3.1.2
Expand Down

0 comments on commit 6764f02

Please sign in to comment.