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 63409db commit 30e2a4b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 122 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@
### Chore & Maintenance

- `[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
- `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/1098))

### 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 30e2a4b

Please sign in to comment.