Commits on Source 2
-
Cenk Kılıç authored
-
semantic-release [bot] authored
## [3.1.2](v3.1.1...v3.1.2) (2024-10-19) ### Bug Fixes * update configuration with the file types ([42843c90](42843c90))
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Eslint configuration for my taste.", | ||
"main": "index.js", | ||
"repository": "git@gitlab.kilic.dev:config/eslint-config.git", | ||
... | ... | @@ -75,7 +75,8 @@ |
"eslint-plugin-vue": "^9.29.0", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"simple-git-hooks": "^2.11.1" | ||
"simple-git-hooks": "^2.11.1", | ||
"svelte": "^5.0.0" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
... | ... |