Skip to content

Commit 9580ba1

Browse files
committed
chore: small tweaks to dev dependencies
1 parent e4426db commit 9580ba1

8 files changed

+28
-397
lines changed

.prettierignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ android
22
ios
33
node_modules
44

5-
README.md
5+
LICENSE
6+
package-lock.json
7+
README.*
68
yarn.lock

example/.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ expo-env.d.ts
1616
*.p12
1717
*.key
1818
*.mobileprovision
19+
android
20+
ios
1921

2022
# Metro
2123
.metro-health-check*
@@ -34,6 +36,3 @@ yarn-error.*
3436

3537
# typescript
3638
*.tsbuildinfo
37-
38-
android/
39-
ios/

example/.prettierignore

-7
This file was deleted.

example/.prettierrc

-7
This file was deleted.

example/eslint.config.mjs

-65
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"start": "react-native start"
3434
},
3535
"devDependencies": {
36-
"@expo/config-plugins": "^9.0.14",
3736
"@typescript-eslint/eslint-plugin": "^8.23.0",
3837
"@typescript-eslint/parser": "^8.23.0",
3938
"eslint": "^9.19.0",

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
"target": "ESNext"
1515
},
1616
"exclude": ["node_modules"],
17-
"include": ["src"],
18-
"outDir": "./dist"
17+
"include": ["src"]
1918
}

0 commit comments

Comments
 (0)