refactor: používat conventional commit formát

pull/11/head
Matyáš Caras 1 year ago
parent 39caef858a
commit 0d4ba7b1a6

1
.gitignore vendored

@ -140,3 +140,4 @@ Temporary Items
*.code-workspace
# End of https://www.toptal.com/developers/gitignore/api/flutter,linux,macos,visualstudiocode
node_modules

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint --edit "${1}"

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
flutter analyze

@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}

@ -0,0 +1,10 @@
{
"devDependencies": {
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^17.0.0",
"husky": "^8.0.0"
},
"scripts": {
"prepare": "husky install"
}
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save