chore: LoginRegisterForm and AuthenticationContainer created

This commit is contained in:
مهرزاد قدرتی
2025-07-26 13:26:33 +03:30
parent d2efafa5a9
commit 2e10a5496c
14 changed files with 628 additions and 17 deletions

View File

@@ -34,8 +34,12 @@ export default tseslint.config(
...tseslint.configs.recommended.rules,
...reactHooks.configs.recommended.rules,
...prettierConfig.rules,
'prettier/prettier': 'error',
'linebreak-style': ['error', 'unix'],
'prettier/prettier': [
'error',
{
"endOfLine": "auto"
}
],
'react-refresh/only-export-components': 'warn',
'@typescript-eslint/no-explicit-any': 'warn',
},