Skip to content

Instantly share code, notes, and snippets.

@XXXMrG
Created February 8, 2020 10:55
Show Gist options
  • Save XXXMrG/d742054881615d9933135b40207f33b3 to your computer and use it in GitHub Desktop.
Save XXXMrG/d742054881615d9933135b40207f33b3 to your computer and use it in GitHub Desktop.
{
"name": "recursive-animation",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"eject": "react-scripts eject"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"eslintConfig": {
"extends": "react-app"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment