UNPKG

@freakycoder/react-native-bounceable

Version:

Animate and bounce any component with RNBounceable for React Native

24 lines (23 loc) 399 B
{ "extends": ["@commitlint/config-conventional"], "rules": { "header-max-length": [0, "always", 150], "subject-case": [0, "always", "sentence-case"], "type-enum": [ 2, "always", [ "ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test" ] ] } }