mancala/mobile/.eslintrc.js

5 lines
64 B
JavaScript
Raw Normal View History

2024-03-24 03:47:18 +03:00
module.exports = {
root: true,
extends: '@react-native',
};