Skip to content

Commit 9519a0d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/_eslintrc.js

Lines changed: 1 addition & 1 deletion
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)