Skip to content

Commits on Source 3

## [3.0.1](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.0...v3.0.1) (2024-10-18)
### Bug Fixes
* update configuration ([9aabf20](https://gitlab.kilic.dev/config/eslint-config/commit/9aabf2067ada855430472e9ebeb475276db3ed24))
# [3.0.0](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.60...v3.0.0) (2024-10-18)
......
{
"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",
......