라우트 추가 (#2)

Reviewed-on: #2
Co-authored-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com>
Co-committed-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com>
This commit was merged in pull request #2.
This commit is contained in:
2026-04-08 15:18:58 +09:00
committed by jinseok
parent d1fdae63ac
commit d99422d328
23 changed files with 125 additions and 24 deletions

View File

@@ -18,4 +18,9 @@ export default tseslint.config(
arrowParens: true,
}),
reactHooks.configs.flat.recommended,
{
rules: {
'@stylistic/jsx-one-expression-per-line': 'off',
},
},
);