Skip to content

Commits on Source 2

## [3.0.6](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.5...v3.0.6) (2024-10-18)
### Bug Fixes
* update rules ([a219adc](https://gitlab.kilic.dev/config/eslint-config/commit/a219adcb300fc9af31c25e8328497f4671398d1c))
## [3.0.5](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.4...v3.0.5) (2024-10-18)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "3.0.5",
"version": "3.0.6",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......
......@@ -16,9 +16,7 @@ export default [
}
},
rules: {
'max-len': 'off',
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': 'off'
'max-len': 'off'
}
}
]
......@@ -16,8 +16,6 @@ export default [
'@typescript-eslint/await-thenable': 'error',
'dot-notation': 'off',
'@typescript-eslint/dot-notation': ['error'],
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': ['error'],
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
'@typescript-eslint/consistent-type-imports': [
'error',
......