From fce0a4e5a696f11f87b647b785e2bc7f3a9ca2ab Mon Sep 17 00:00:00 2001 From: Naoki <117070296+naoki-00-ito@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:21:42 +0900 Subject: [PATCH 1/5] Fix ls-lint configuration for directory naming --- .ls-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ls-lint.yml b/.ls-lint.yml index 5ec4bb7..c2506d5 100644 --- a/.ls-lint.yml +++ b/.ls-lint.yml @@ -1,5 +1,5 @@ ls: - dir: kebab-case + .dir: kebab-case .md: SCREAMING_SNAKE_CASE .github: workflows: From e9f12129bbfd1cc49fb2381d8e1851acf615ffa7 Mon Sep 17 00:00:00 2001 From: Naoki <117070296+naoki-00-ito@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:22:34 +0900 Subject: [PATCH 2/5] Fix syntax for directory naming in .ls-lint.yml --- mobile-app/.ls-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-app/.ls-lint.yml b/mobile-app/.ls-lint.yml index 82f1473..8dfc81f 100644 --- a/mobile-app/.ls-lint.yml +++ b/mobile-app/.ls-lint.yml @@ -1,5 +1,5 @@ ls: - dir: kebab-case + .dir: kebab-case .js: kebab-case .ts: kebab-case .tsx: kebab-case From 20b7df0e80549ae71a63dddb4ccb3dab36313d16 Mon Sep 17 00:00:00 2001 From: Naoki_Ito <117070296+naoki-00-ito@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:27:25 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=90=9E=20fix:=20ls-lint=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ls-lint.yml | 4 ++-- mobile-app/.ls-lint.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ls-lint.yml b/.ls-lint.yml index c2506d5..7bb8d15 100644 --- a/.ls-lint.yml +++ b/.ls-lint.yml @@ -8,6 +8,6 @@ ls: ignore: - .git - .vscode - - api - - mobile-app + - api/* + - mobile-app/* - "!*.md" diff --git a/mobile-app/.ls-lint.yml b/mobile-app/.ls-lint.yml index 8dfc81f..d751c3d 100644 --- a/mobile-app/.ls-lint.yml +++ b/mobile-app/.ls-lint.yml @@ -9,9 +9,11 @@ ls: .svg: kebab-case ignore: + - .expo - node_modules - .vscode - app/**/_layout.tsx - app/**/+not-found.tsx - assets/images/**/[!@]*@2x.* - assets/images/**/[!@]*@3x.* + - app/(tabs) From 3eb07fd35e31df395d56164ac489fd74b5df1c34 Mon Sep 17 00:00:00 2001 From: Naoki_Ito <117070296+naoki-00-ito@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:32:26 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=90=9E=20fix:=20ls-lint=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ls-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ls-lint.yml b/.ls-lint.yml index 7bb8d15..76779de 100644 --- a/.ls-lint.yml +++ b/.ls-lint.yml @@ -8,6 +8,6 @@ ls: ignore: - .git - .vscode - - api/* - - mobile-app/* + - api/**/* + - mobile-app/**/* - "!*.md" From bbaf0bd9084f14e6a09bef903fdd6f8b2fdf2594 Mon Sep 17 00:00:00 2001 From: Naoki_Ito <117070296+naoki-00-ito@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:35:14 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=90=9E=20fix:=20ls-lint=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ls-lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ls-lint.yml b/.ls-lint.yml index 76779de..1f35cdd 100644 --- a/.ls-lint.yml +++ b/.ls-lint.yml @@ -1,5 +1,4 @@ ls: - .dir: kebab-case .md: SCREAMING_SNAKE_CASE .github: workflows: @@ -8,6 +7,6 @@ ls: ignore: - .git - .vscode - - api/**/* - - mobile-app/**/* + - api + - mobile-app - "!*.md"