source: frontend/node_modules/eslint-plugin-import/config/react-native.js@ 9af201e

Last change on this file since 9af201e was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 289 bytes
Line 
1/**
2 * - adds platform extensions to Node resolver
3 */
4module.exports = {
5 settings: {
6 'import/resolver': {
7 node: {
8 // Note: will not complain if only _one_ of these files exists.
9 extensions: ['.js', '.web.js', '.ios.js', '.android.js'],
10 },
11 },
12 },
13};
Note: See TracBrowser for help on using the repository browser.