UNPKG

react-native-reanimated-image-viewer

Version:
22 lines 452 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/*"] } }