Krylov 2 #5

Merged
ksv741 merged 2 commits from krylov-2 into main 2024-07-05 06:48:10 +03:00
2 changed files with 16 additions and 1 deletions
Showing only changes of commit 7dcbfc968e - Show all commits

View File

@ -1,4 +1,19 @@
# ksv741 Eslint Config # ksv741 Eslint Config
### 0.0.4 (2024-07-05)
### 🚀 New Features
* add github actions ([4e38a6f](https://github.com/ksv741/eslint-config-ksv741/commit/4e38a6fef61144b8a8afc3d70c66d2ed82edc80b))
* add jest ruleset ([139a4a6](https://github.com/ksv741/eslint-config-ksv741/commit/139a4a6766a593d9fbc27a504c24bc9e4b5c6e5a))
* update packages ([b619377](https://github.com/ksv741/eslint-config-ksv741/commit/b61937756639d07e22ce76cf912935c99b482a40))
* upgrade yarn, add linting packages ([a738e8c](https://github.com/ksv741/eslint-config-ksv741/commit/a738e8c415c6b91610128e04dd591bf4a1bbd43e))
### 🛠️ Bug Fixes
* remove ts from dev deps ([1c5b2d4](https://github.com/ksv741/eslint-config-ksv741/commit/1c5b2d4d1eeda33dbf6e6fbd747230da196797ec))
### 0.0.3 (2024-07-05) ### 0.0.3 (2024-07-05)

View File

@ -22,7 +22,7 @@
"type": "git", "type": "git",
"url": "https://github.com/ksv741/eslint-config-ksv741" "url": "https://github.com/ksv741/eslint-config-ksv741"
}, },
"version": "0.0.3", "version": "0.0.4",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "19.2.1", "@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0", "@commitlint/config-conventional": "19.1.0",