SmartStopAPK/.eslintrc.js

5 lines
64 B
JavaScript
Raw Normal View History

2023-11-08 20:37:01 -03:00
module.exports = {
root: true,
extends: '@react-native',
};