Skip to content

Commit 8ffab1a

Browse files
Juangui JordánJuangui Jordán
Juangui Jordán
authored and
Juangui Jordán
committed
Added .prettierrc and modified .gitignore
1 parent 799631a commit 8ffab1a

File tree

5 files changed

+5438
-339
lines changed

5 files changed

+5438
-339
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ system-notification.iml
55
react-native-system-notification.iml
66
.DS_Store
77
.idea/
8+
android/.classpath
9+
android/.gradle/
810
android/.idea/
11+
android/.project
12+
android/.settings
913
*.iml

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"trailingComma": "es5"
6+
}

0 commit comments

Comments
 (0)