Skip to content

Commits on Source 3

## [3.0.8](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.7...v3.0.8) (2024-10-18)
### Bug Fixes
* rename ([43dc785](https://gitlab.kilic.dev/config/eslint-config/commit/43dc7851db713ca766b05f43bffdd1fd210133d2))
## [3.0.7](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.6...v3.0.7) (2024-10-18)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "3.0.7",
"version": "3.0.8",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......
......@@ -73,7 +73,7 @@ export function generateImportGroups(options) {
* @param {{ paths?: string[], tsconfig?: string, tsconfigDir?: string}} options
* @returns {import("eslint").Linter.Config[]}
*/
export function importGroupConfig(options) {
export function configImportGroup(options) {
return [
{
plugins: {
......