diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index 092408a..fc784a5 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -23,6 +23,8 @@ export default tseslint.config( 'warn', { allowConstantExport: true }, ], + 'semi': ['error', 'always'], + 'quotes': ['error', 'double'], }, }, )