UNPKG

@pitch-me/react-native-twilio-chat

Version:

A React Native wrapper for the Twilio Chat iOS and Android SDKs

17 lines 382 B
{ "parser": "babel-eslint", "parserOptions": { "allowImportExportEverywhere": true }, "extends": [ "airbnb" ], "settings": { "import/core-modules": ["react-native"], "no-unused-vars": ["error", { "varsIgnorePattern": "React" }] }, "rules": { "import/extensions": ["off", "never"], "no-underscore-dangle": 0 } }