Skip to content

Commits on Source 3

## [3.1.54](https://gitlab.kilic.dev/config/eslint-config/compare/v3.1.53...v3.1.54) (2025-07-13)
### Bug Fixes
* update globals ([3241cb3](https://gitlab.kilic.dev/config/eslint-config/commit/3241cb31c93e85d56959e3a03614d0b3db60a91e))
## [3.1.53](https://gitlab.kilic.dev/config/eslint-config/compare/v3.1.52...v3.1.53) (2025-07-13)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "3.1.53",
"version": "3.1.54",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......
......@@ -23,6 +23,7 @@ export default [
},
globals: {
...globals.es2020,
...globals.node,
...globals.browser
}
},
......