elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/config/react-native.js

10 lines
234 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export default {
settings: {
'import-x/resolver': {
node: {
extensions: ['.js', '.web.js', '.ios.js', '.android.js'],
},
},
},
};
//# sourceMappingURL=react-native.js.map