added frontend linting workflow

This commit is contained in:
GW_MC
2025-12-19 18:32:11 +08:00
parent 903b7e6e5a
commit 5060c84f28
4 changed files with 134 additions and 5 deletions

View File

@@ -21,9 +21,6 @@ export default tseslint.config(
tsconfigRootDir: import.meta.dirname,
},
},
rules: {
// Add custom rules here
'no-console': 'warn',
},
rules: {},
}
);