Skip to content

Commit dd1a460

Browse files
committed
drop eslint-plugin-simple-import-sort
1 parent e7c780a commit dd1a460

File tree

3 files changed

+1
-40
lines changed

3 files changed

+1
-40
lines changed

hackathon/spacecraft/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,16 @@
8787
"app-icon-badge": "^0.0.15",
8888
"babel-loader": "^9.1.3",
8989
"babel-plugin-module-resolver": "^5.0.0",
90-
"babel-plugin-root-import": "^6.6.0",
9190
"babel-plugin-transform-remove-console": "^6.9.4",
9291
"eslint": "^8.56.0",
9392
"eslint-config-expo": "^7.0.0",
9493
"eslint-config-prettier": "^9.1.0",
9594
"eslint-config-react-native-wcandillon": "^3.9.0",
96-
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
97-
"eslint-plugin-import": "^2.29.1",
9895
"eslint-plugin-perfectionist": "^3.3.0",
9996
"eslint-plugin-prettier": "^5.1.3",
10097
"eslint-plugin-query": "^0.9.1",
10198
"eslint-plugin-react": "^7.34.2",
10299
"eslint-plugin-react-native": "^4.1.0",
103-
"eslint-plugin-simple-import-sort": "^12.1.0",
104100
"eslint-plugin-testing-library": "^6.3.0",
105101
"jest": "^29.6.4",
106102
"jest-expo": "~51.0.2",

hackathon/spacecraft/src/screens/StarshipFeedScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from "react";
21
import { FlatList } from "react-native";
32
import { Button } from "react-native-paper";
43
import { useQuery } from "@tanstack/react-query";

hackathon/spacecraft/yarn.lock

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6702,13 +6702,6 @@ babel-plugin-react-native-web@~0.19.10:
67026702
resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.19.12.tgz#90481ee72b515020b06cb644abe1e8a16590bd86"
67036703
integrity sha512-eYZ4+P6jNcB37lObWIg0pUbi7+3PKoU1Oie2j0C8UF3cXyXoR74tO2NBjI/FORb2LJyItJZEAmjU5pSaJYEL1w==
67046704

6705-
babel-plugin-root-import@^6.6.0:
6706-
version "6.6.0"
6707-
resolved "https://registry.yarnpkg.com/babel-plugin-root-import/-/babel-plugin-root-import-6.6.0.tgz#85940840f308a8c292f66ca0b5bdd314046273ed"
6708-
integrity sha512-SPzVOHd7nDh5loZwZBxtX/oOu1MXeKjTkz+1VnnzLWC0dk8sJIGC2IDQ2uWIBjE5mUtXlQ35MTHSqN0Xn7qHrg==
6709-
dependencies:
6710-
slash "^3.0.0"
6711-
67126705
babel-plugin-transform-flow-enums@^0.0.2:
67136706
version "0.0.2"
67146707
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
@@ -9091,23 +9084,6 @@ eslint-config-react-native-wcandillon@^3.9.0:
90919084
prettier "2.8.7"
90929085
typescript "5.0.3"
90939086

9094-
eslint-import-resolver-babel-plugin-root-import@^1.1.1:
9095-
version "1.1.1"
9096-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-babel-plugin-root-import/-/eslint-import-resolver-babel-plugin-root-import-1.1.1.tgz#b060f1177557918389f7ed476e5b36a43854a381"
9097-
integrity sha512-ZZxdV9AxzL2WFVggDxZ36xodPg2+BTrkhhMf/of+BxSVh/GKLGCs17EDq5b61wqC7/oQsA2h1RtH1fV7HOUV/w==
9098-
dependencies:
9099-
eslint-import-resolver-node "^0.2.1"
9100-
json5 "^0.5.0"
9101-
9102-
eslint-import-resolver-node@^0.2.1:
9103-
version "0.2.3"
9104-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
9105-
integrity sha512-HI8ShtDIy7gON76Nr3bu4zl0DuCLPo1Fud9P2lltOQKeiAS2r5/o/l3y+V8HJ1cDLFSz+tHu7/V9fI5jirwlbw==
9106-
dependencies:
9107-
debug "^2.2.0"
9108-
object-assign "^4.0.1"
9109-
resolve "^1.1.6"
9110-
91119087
eslint-import-resolver-node@^0.3.7, eslint-import-resolver-node@^0.3.9:
91129088
version "0.3.9"
91139089
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
@@ -9313,11 +9289,6 @@ eslint-plugin-react@^7.34.2:
93139289
string.prototype.matchall "^4.0.11"
93149290
string.prototype.repeat "^1.0.0"
93159291

9316-
eslint-plugin-simple-import-sort@^12.1.0:
9317-
version "12.1.1"
9318-
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.1.tgz#e64bfdaf91c5b98a298619aa634a9f7aa43b709e"
9319-
integrity sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==
9320-
93219292
eslint-plugin-testing-library@^6.3.0:
93229293
version "6.3.0"
93239294
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz#9c31a9941a860efdff3c06180151ab9c8142f685"
@@ -12541,11 +12512,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
1254112512
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
1254212513
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
1254312514

12544-
json5@^0.5.0:
12545-
version "0.5.1"
12546-
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
12547-
integrity sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==
12548-
1254912515
json5@^1.0.1, json5@^1.0.2:
1255012516
version "1.0.2"
1255112517
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
@@ -15751,7 +15717,7 @@ resolve.exports@^2.0.0, resolve.exports@^2.0.2:
1575115717
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.2.tgz#f8c934b8e6a13f539e38b7098e2e36134f01e800"
1575215718
integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==
1575315719

15754-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.4, resolve@^1.22.8, resolve@^1.3.2:
15720+
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.4, resolve@^1.22.8, resolve@^1.3.2:
1575515721
version "1.22.8"
1575615722
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
1575715723
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==

0 commit comments

Comments
 (0)