Skip to content

Commit 5d94442

Browse files
committed
build(demo): remove eslint, prettier and jest config
1 parent a3edef7 commit 5d94442

8 files changed

Lines changed: 5 additions & 39 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
2323
with:
2424
branch: ${{ github.event.pull_request.base.ref }}
25+
toolchain: vite-plus
2526

2627
move-linear-tickets:
2728
if: |

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ concurrency:
1111
jobs:
1212
call:
1313
uses: OneSignal/sdk-shared/.github/workflows/wrapper-js-ci.yml@main
14+
with:
15+
toolchain: vite-plus

examples/demo/.eslintrc.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/demo/.prettierrc.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/demo/__tests__/App.test.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/demo/bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo/jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/demo/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"ios": "bash ../run-ios.sh",
1111
"clean:android": "rm -rf android/app/build android/app/.cxx android/build",
1212
"clean:ios": "rm -rf ios/build ios/Pods",
13-
"lint": "eslint .",
14-
"start": "react-native start",
15-
"test": "jest"
13+
"start": "react-native start"
1614
},
1715
"dependencies": {
1816
"@react-native-async-storage/async-storage": "^2.1.0",
@@ -35,20 +33,11 @@
3533
"@react-native-community/cli-platform-android": "20.1.0",
3634
"@react-native-community/cli-platform-ios": "20.1.0",
3735
"@react-native/babel-preset": "0.84.0",
38-
"@react-native/eslint-config": "0.84.0",
3936
"@react-native/metro-config": "0.84.0",
4037
"@react-native/typescript-config": "0.84.0",
41-
"@types/jest": "^29.5.13",
4238
"@types/react": "^19.2.0",
4339
"@types/react-native-vector-icons": "^6.4.18",
44-
"@types/react-test-renderer": "^19.1.0",
45-
"@typescript-eslint/eslint-plugin": "^7.0.0",
46-
"@typescript-eslint/parser": "^7.0.0",
47-
"eslint": "^8.57.0",
48-
"jest": "^29.6.3",
49-
"prettier": "2.8.8",
5040
"react-native-svg-transformer": "^1.5.3",
51-
"react-test-renderer": "19.2.3",
5241
"typescript": "^5.8.3"
5342
},
5443
"engines": {

0 commit comments

Comments
 (0)