diff --git a/.eslintrc.json b/.eslintrc.json index c3767f46..b6e23d8d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,7 +25,10 @@ ], "unused-imports/no-unused-imports": "error", "no-else-return": ["error", { "allowElseIf": false }], - "@typescript-eslint/consistent-type-imports": "error", + "@typescript-eslint/consistent-type-imports": [ + "error", + { "fixStyle": "inline-type-imports" } + ], "@typescript-eslint/no-unused-vars": "error", "@typescript-eslint/naming-convention": [ "error", @@ -48,9 +51,9 @@ "warn", { "groups": [ - ["^next", "^react", "^@\\w", "^\\w"], + ["^next", "^react", "^@tanstack", "^@vanilla", "^\\w"], ["^\\u0000"], - ["^@/"], + ["^~", "^@"], ["^\\."] ] } diff --git a/.storybook/preview-body.html b/.storybook/preview-body.html new file mode 100644 index 00000000..28bc4e3f --- /dev/null +++ b/.storybook/preview-body.html @@ -0,0 +1,2 @@ +