We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b5607 commit e976bcbCopy full SHA for e976bcb
.autorc
@@ -0,0 +1,12 @@
1
+{
2
+ "noVersionPrefix": true,
3
+ "plugins": [
4
+ "npm",
5
+ [
6
+ "conventional-commits",
7
+ {
8
+ "preset": "angular"
9
+ }
10
+ ]
11
12
+}
.gitignore
@@ -1,2 +1,3 @@
node_modules/
dist/
+.env
package.json
@@ -46,6 +46,7 @@
46
"@types/jest": "^29.5.14",
47
"@types/react": "~19.0.10",
48
"@types/react-native": "^0.72.0",
49
+ "auto": "^11.3.0",
50
"eslint": "^9.25.0",
51
"eslint-config-expo": "~9.2.0",
52
"eslint-config-prettier": "^10.1.5",
0 commit comments