feat(provider): add tikmate provider

This commit is contained in:
hansputera
2021-11-07 11:57:05 +07:00
parent 18c9c18a3f
commit c9915a5dc7
7 changed files with 75 additions and 26 deletions

View File

@@ -16,7 +16,7 @@
"typescript": "^4.4.4"
},
"scripts": {
"build": "echo build",
"build": "npm run lint && echo build",
"lint": "eslint \"./lib/**/*.ts\" \"./types/*.ts\" \"./api/**/*.ts\" --fix"
}
}