Commits on Source 2
-
Cenk Kılıç authored
-
semantic-release [bot] authored
## [3.1.52](v3.1.51...v3.1.52) (2025-07-13) ### Bug Fixes * update eslint rules ([6e25d19e](6e25d19e))
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "3.1.51", | ||
"version": "3.1.52", | ||
"description": "Eslint configuration for my taste.", | ||
"main": "index.js", | ||
"repository": "git@gitlab.kilic.dev:config/eslint-config.git", | ||
... | ... | @@ -61,20 +61,20 @@ |
}, | ||
"dependencies": { | ||
"@eslint/js": "^9.31.0", | ||
"@stylistic/eslint-plugin": "^2.13.0", | ||
"@stylistic/eslint-plugin": "^5.1.0", | ||
"@typescript-eslint/eslint-plugin": "^8.36.0", | ||
"@typescript-eslint/parser": "^8.36.0", | ||
"eslint-plugin-import": "^2.32.0", | ||
"globals": "^15.15.0", | ||
"globals": "^16.3.0", | ||
"load-tsconfig": "^0.2.5", | ||
"typescript-eslint": "^8.36.0" | ||
}, | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.8.1", | ||
"@cenk1cenk2/cz-cc": "^2.0.2", | ||
"@vue/eslint-config-typescript": "^14.6.0", | ||
"eslint": "^9.31.0", | ||
"eslint-plugin-vue": "^9.33.0", | ||
"lint-staged": "^15.5.2", | ||
"eslint-plugin-vue": "^10.3.0", | ||
"lint-staged": "^16.1.2", | ||
"prettier": "^3.6.2", | ||
"simple-git-hooks": "^2.13.0", | ||
"svelte": "^5.35.6" | ||
... | ... |
This diff is collapsed.