UNPKG

react-native-hyperlinks

Version:

A simple and customizable library to display hyperlinks in React Native

23 lines (22 loc) 453 B
{ "$schema": "./node_modules/rome/configuration_schema.json", "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "useSimplifiedLogicExpression": "off" }, "style": { "useSingleVarDeclarator": "off" }, "suspicious": { "noExplicitAny": "off", "noArrayIndexKey": "off" } } }, "files": { "ignore": ["node_modules/*", "build/*"] } }