From 2d8fc3771c8f4322f520316d3217ca69c178fa41 Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:37:19 +0900 Subject: [PATCH] fix: rename 'config:base' to 'config:recommended' (#60) --- default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json b/default.json index 58e5230..06628a0 100644 --- a/default.json +++ b/default.json @@ -1,7 +1,7 @@ { "description": "Default config for Nuxt repositories", "extends": [ - "config:base", + "config:recommended", "group:allNonMajor", ":semanticCommitTypeAll(chore)" ],