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