Commits on Source 3
-
Cenk Kılıç authored
-
Cenk Kılıç authored
-
semantic-release [bot] authored
## [3.0.7](v3.0.6...v3.0.7) (2024-10-18) ### Bug Fixes * send prettier ([7f4ea79f](7f4ea79f))
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Eslint configuration for my taste.", | ||
"main": "index.js", | ||
"repository": "git@gitlab.kilic.dev:config/eslint-config.git", | ||
... | ... | @@ -8,7 +8,8 @@ |
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": "./index.js" | ||
".": "./index.js", | ||
"./prettierrc": "./.prettierrc.js" | ||
}, | ||
"scripts": { | ||
"format": "prettier --log-level warn --write ./*.js && eslint --fix", | ||
... | ... |