Commits on Source 3
-
Cenk Kılıç authored
-
Cenk Kılıç authored
-
semantic-release [bot] authored
## [3.0.3](v3.0.2...v3.0.3) (2024-10-18) ### Bug Fixes * update configuratipn ([d5c8d5de](d5c8d5de))
index.js
0 → 100644
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Eslint configuration for my taste.", | ||
"main": "index.js", | ||
"repository": "git@gitlab.kilic.dev:config/eslint-config.git", | ||
... | ... | @@ -8,8 +8,7 @@ |
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": "./base.js", | ||
"./*": "./*.js" | ||
".": "./index.js" | ||
}, | ||
"scripts": { | ||
"format": "prettier --log-level warn --write ./*.js && eslint --fix", | ||
... | ... | @@ -64,7 +63,8 @@ |
"@typescript-eslint/eslint-plugin": "^8.10.0", | ||
"@typescript-eslint/parser": "^8.10.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"load-tsconfig": "^0.2.5" | ||
"load-tsconfig": "^0.2.5", | ||
"typescript-eslint": "^8.10.0" | ||
}, | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.7.11", | ||
... | ... |
This diff is collapsed.