Skip to content

Commit

Permalink
Remove linting and formatting from web-example
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Jan 22, 2025
1 parent a433662 commit 8292814
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions apps/common-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/tvos-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1892,4 +1892,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 79e1477a8eb76b717bdd7c1610f7f8e6772536a9

COCOAPODS: 1.16.1
COCOAPODS: 1.14.3
2 changes: 0 additions & 2 deletions apps/web-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
},
Expand Down

0 comments on commit 8292814

Please sign in to comment.