Skip to content

Commit

Permalink
Remove eslint-plugin-ft-flow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gusgard committed Apr 9, 2023
1 parent 310a51c commit f2f1ec2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-swiper-flatlist",
"version": "3.1.1",
"version": "3.1.2",
"main": "index.ts",
"license": "Apache-2.0",
"description": "React native swiper flatlist component",
Expand Down Expand Up @@ -98,8 +98,5 @@
"url": "https://github.com/gusgard"
}
],
"dependencies": {
"eslint-plugin-ft-flow": "^2.0.3"
},
"packageManager": "yarn@3.5.0"
}
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4184,7 +4184,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-ft-flow@npm:^2.0.1, eslint-plugin-ft-flow@npm:^2.0.3":
"eslint-plugin-ft-flow@npm:^2.0.1":
version: 2.0.3
resolution: "eslint-plugin-ft-flow@npm:2.0.3"
dependencies:
Expand Down Expand Up @@ -9247,7 +9247,6 @@ __metadata:
babel-jest: 24.8.0
eslint: ^8.19.0
eslint-plugin-detox: ^1.0.0
eslint-plugin-ft-flow: ^2.0.3
jest: 24.8.0
metro-react-native-babel-preset: ^0.55.0
pre-commit: ^1.2.2
Expand Down

0 comments on commit f2f1ec2

Please sign in to comment.