Skip to content

Commit 6c1dbf0

Browse files
authored
Create .eslintrc
1 parent 570d336 commit 6c1dbf0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.eslintrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extends": "@react-native-community",
3+
"globals": {
4+
"it": true,
5+
"expect": true,
6+
"element": true,
7+
"describe": true,
8+
"by": true,
9+
"device": true,
10+
"beforeAll": true,
11+
"beforeEach": true,
12+
"afterAll": true,
13+
"jest": true,
14+
"jasmine": true
15+
}
16+
}

0 commit comments

Comments
 (0)