Commits on Source 3
-
Cenk Kılıç authored
-
Cenk Kılıç authored
-
semantic-release [bot] authored
## [3.0.1](v3.0.0...v3.0.1) (2024-10-18) ### Bug Fixes * update configuration ([9aabf206](9aabf206))
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Eslint configuration for my taste.", | ||
"main": "index.js", | ||
"repository": "git@gitlab.kilic.dev:config/eslint-config.git", | ||
"author": "Cenk Kilic", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": "./base.js", | ||
"./*": "./*.js" | ||
}, | ||
"scripts": { | ||
"format": "prettier --log-level warn --write ./*.js && eslint --fix", | ||
"lint": "eslint", | ||
... | ... |