From 8292814339351f83ac02b8df9d7d5042407372ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81opaci=C5=84ski?= Date: Wed, 22 Jan 2025 18:44:03 +0100 Subject: [PATCH] Remove linting and formatting from web-example --- apps/common-app/package.json | 3 +-- apps/tvos-example/ios/Podfile.lock | 2 +- apps/web-example/package.json | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/common-app/package.json b/apps/common-app/package.json index ececc21993f4..cd9084db1e61 100644 --- a/apps/common-app/package.json +++ b/apps/common-app/package.json @@ -36,8 +36,7 @@ "react-native-reanimated": "workspace:*", "react-native-safe-area-context": "5.1.0", "react-native-screens": "4.5.0", - "react-native-svg": "15.11.1", - "react-strict-dom": "0.0.27" + "react-native-svg": "15.11.1" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/apps/tvos-example/ios/Podfile.lock b/apps/tvos-example/ios/Podfile.lock index aae625c4ac2f..5841c27773a9 100644 --- a/apps/tvos-example/ios/Podfile.lock +++ b/apps/tvos-example/ios/Podfile.lock @@ -1892,4 +1892,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 79e1477a8eb76b717bdd7c1610f7f8e6772536a9 -COCOAPODS: 1.16.1 +COCOAPODS: 1.14.3 diff --git a/apps/web-example/package.json b/apps/web-example/package.json index 926abecf301a..9d45dff6731d 100644 --- a/apps/web-example/package.json +++ b/apps/web-example/package.json @@ -6,8 +6,6 @@ "scripts": { "start": "expo start --web", "start:noplugin": "DISABLE_BABEL_PLUGIN=1 yarn start", - "lint": "eslint --max-warnings=0 .", - "format": "prettier --write --list-different .", "production": "yarn expo export -p web && yarn serve dist --single", "build": "" },