Pure_Mall/.eslintrc.js

5 lines
74 B
JavaScript
Raw Normal View History

2024-02-28 13:34:06 +08:00
module.exports = {
root: true,
extends: '@react-native-community',
};