Skip to content

Commits on Source 3

## [3.0.5](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.4...v3.0.5) (2024-10-18)
### Bug Fixes
* push ([4fe0c28](https://gitlab.kilic.dev/config/eslint-config/commit/4fe0c287a5d3e52fac418c61558cd86f1e781762))
## [3.0.4](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.3...v3.0.4) (2024-10-18)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "3.0.4",
"version": "3.0.5",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......
......@@ -13,7 +13,6 @@ export default [
stylestic: StylisticPlugin,
'@typescript-eslint': TypescriptEslintPlugin
},
parserOptions: {},
rules: {
// this is a bit buggy at the moment
'@typescript-eslint/explicit-module-boundary-types': 'off',
......