UNPKG

react-intl-tel-input

Version:

Telephone input component. Rewrite intl-tel-input in React.js.

18 lines (17 loc) 358 B
{ "parser": "babel-eslint", "extends": "airbnb", "rules": { "no-param-reassign": 0, "no-underscore-dangle": 0, "no-restricted-syntax": 0, "import/no-unresolved": 0, "react/sort-comp": 0, "react/jsx-first-prop-new-line": 0, "react/prefer-stateless-function": 0, }, "env": { "browser": true, "mocha": true, }, }