Skip to content

Commit 9519a0d

Browse files
author
Riccardo Cipolleschi
committed
[LOCAL] Fix eslint config for template
1 parent ce3eefe commit 9519a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
root: true,
3-
extends: '@react-native',
3+
extends: '@react-native-community',
44
};

0 commit comments

Comments
 (0)