react-native-image-modal-reanimated
Version:
image full screen modal for react native
13 lines (12 loc) • 363 B
YAML
pre-commit:
parallel: true
commands:
Prettier:
root: "src/"
run: npx prettier --check {staged_files}
ESLint:
exclude: 'Develop|Example'
glob: 'src/**/*.{js,jsx,ts,tsx}'
run: npx eslint -c eslint.config.js {staged_files}
CSpell:
run: npx cspell --gitignore --show-suggestions --no-must-find-files {staged_files}