Skip to content

Commit

Permalink
[LOCAL] Fix eslint config for template
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Cipolleschi committed Dec 19, 2022
1 parent ce3eefe commit 9519a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/_eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
root: true,
extends: '@react-native',
extends: '@react-native-community',
};

0 comments on commit 9519a0d

Please sign in to comment.