chore: LoginRegisterForm and AuthenticationContainer created
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user