From 48dceb44b70dde268ca3fee7f77350c2a1bb3735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Farkas?= Date: Tue, 30 Sep 2025 12:51:28 +0200 Subject: [PATCH] feat: add types folder to boilerplate --- eslint.config.js | 1 + src/types/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 src/types/.gitkeep diff --git a/eslint.config.js b/eslint.config.js index f4ce9c5..254f071 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -46,6 +46,7 @@ export default defineConfig([ ["^(\\u0000|(?!(react$))@?\\w)(?!\\.).*"], // 3. Hashed (absolute) imports, in a specific order: ["^@/assets/"], + ["^@/types/"], ["^@/components/ui/"], ["^@/components/"], ["^@/config/"], diff --git a/src/types/.gitkeep b/src/types/.gitkeep new file mode 100644 index 0000000..e69de29