chore: přidat commitizen

This commit is contained in:
Matyáš Caras 2022-10-04 16:44:18 +02:00
parent f14ca49886
commit 94a5451052
3 changed files with 3725 additions and 1 deletions

4
.gitignore vendored
View File

@ -9,4 +9,6 @@ build/
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock
.env*
*.test.dart
*.test.dart
node_modules/

3712
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}