nwaku/examples/mobile/.eslintrc.js

5 lines
64 B
JavaScript
Raw Normal View History

2024-05-22 01:00:22 +00:00
module.exports = {
root: true,
extends: '@react-native',
};