UNPKG

@expo/vector-icons

Version:

Built-in support for 10 popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.

19 lines (18 loc) 588 B
{ "extends": "airbnb", "parser": "babel-eslint", "rules": { "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], "import/no-extraneous-dependencies": [0], "import/no-unresolved": [2, { ignore: ['^react(-native)?$'] }], "import/extensions": [2, { "js": "never", "json": "always" }], "arrow-parens": ["error", "as-needed"], "comma-dangle": ["error", { "arrays": "always-multiline", "objects": "always-multiline", "imports": "always-multiline", "exports": "always-multiline", "functions": "ignore", }] } }