fix build issues

This commit is contained in:
taskylizard
2023-11-14 20:40:49 +05:30
parent bd530c4afc
commit 529b5182e0
8 changed files with 2363 additions and 78 deletions

6
eslint.config.js Normal file
View File

@@ -0,0 +1,6 @@
// @ts-check
import tasky from "@taskylizard/eslint-config";
export default tasky({
vue: true,
});