pda_react_native_template/.eslintrc.js

5 lines
64 B
JavaScript
Raw Normal View History

2025-07-04 10:44:57 +08:00
module.exports = {
root: true,
extends: '@react-native',
};