PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/eslint-plugin-import/config

Просмотр файла: react-native.js

/**
 * - adds platform extensions to Node resolver
 */
module.exports = {
  settings: {
    'import/resolver': {
      node: {
        // Note: will not complain if only _one_ of these files exists.
        extensions: ['.js', '.web.js', '.ios.js', '.android.js'],
      },
    },
  },
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!