UNPKG

create-react-native-library

Version:
17 lines (16 loc) 320 B
pre-commit: parallel: true commands: <% if (tools.includes('eslint')) { %> lint: glob: "*.{js,ts,jsx,tsx}" run: npx eslint {staged_files} <% } %> types: glob: "*.{js,ts, jsx, tsx}" run: npx tsc commit-msg: parallel: true commands: commitlint: run: npx commitlint --edit