zuitable/.eslintrc.js

5 lines
74 B
JavaScript
Raw Normal View History

2024-02-27 15:41:26 +08:00
module.exports = {
root: true,
extends: '@react-native-community',
};