Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix code editing (add dev dependency on eslint-plugin-ft-flow #2644

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-n": "^16.0.2",
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6247,6 +6247,19 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-ft-flow@npm:^3.0.11":
version: 3.0.11
resolution: "eslint-plugin-ft-flow@npm:3.0.11"
dependencies:
lodash: "npm:^4.17.21"
string-natural-compare: "npm:^3.0.1"
peerDependencies:
eslint: ^8.56.0 || ^9.0.0
hermes-eslint: ">=0.15.0"
checksum: 10c0/025b3736d99d2831c6d493421fbfa880b0aeef9752d3b677972c7100e5ba424368525bc15b34604f02d18807bfa7b1bcaa2c3f37552381f2ce45283faa5989d5
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.28.1":
version: 2.31.0
resolution: "eslint-plugin-import@npm:2.31.0"
Expand Down Expand Up @@ -12183,6 +12196,7 @@ __metadata:
eslint: "npm:^8.56.0"
eslint-config-prettier: "npm:^8.10.0"
eslint-config-standard: "npm:^17.1.0"
eslint-plugin-ft-flow: "npm:^3.0.11"
eslint-plugin-import: "npm:^2.28.1"
eslint-plugin-jest: "npm:^27.9.0"
eslint-plugin-n: "npm:^16.0.2"
Expand Down
Loading