Skip to content

Commit

Permalink
chore: fix code editing (add dev dependency on eslint-plugin-ft-flow (#…
Browse files Browse the repository at this point in the history
…2644)

## Description

Had issues editing top level project files as eslint language server
would report missing dependency.

Installing it.

## Changes

Added dev depenency on `eslint-plugin-ft-flow` for the library.

## Test code and steps to reproduce

N/A

## Checklist

- [x] Ensured that CI passes (lint fails recently)
  • Loading branch information
kkafar authored Jan 23, 2025
1 parent 0f411ac commit ea56038
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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

0 comments on commit ea56038

Please sign in to comment.