feat/layout-cleaning: merapikan style pada layout + custom ui

This commit is contained in:
Andrian Roshandy
2025-09-28 07:08:44 +07:00
parent e7851f4dc2
commit 2426dcb979
5 changed files with 24 additions and 101 deletions
+1
View File
@@ -42,6 +42,7 @@ export default withNuxt(
// Allow more flexible code style
'style/max-statements-per-line': ['error', { max: 3 }],
'antfu/if-newline': 'off', // Disable newline after if requirement
'antfu/top-level-function': false,
},
},
{