chore: all review comments

This commit is contained in:
2025-08-14 00:10:29 +03:30
parent 20da3f980e
commit c15e47b8b0
22 changed files with 137 additions and 583 deletions

View File

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