Skip to content

Commit 7a037d8

Browse files
committed
feat: lint check test
1 parent c87bee0 commit 7a037d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://img.alicdn.com/imgextra/i1/O1CN01kGgO3z1N30OINgUoG_!!6000000001513-2-tps-1915-821.png" alt="Aliyun Model Studio CLI" />
44

5-
**The official command-line interface for Aliyun Model Studio (DashScope) AI Platform**
5+
** The official command-line interface for Aliyun Model Studio (DashScope) AI Platform**
66

77
[![npm version](https://img.shields.io/npm/v/bailian-cli?color=0969da&label=npm)](https://www.npmjs.com/package/bailian-cli)
88
[![Node.js](https://img.shields.io/badge/node-%3E%3D22.12-brightgreen)](https://nodejs.org)
@@ -20,7 +20,7 @@ _Built for AI Agents. Every command works as a structured tool call._
2020

2121
</div>
2222

23-
##Features
23+
## Features
2424

2525
Equip your AI Agent out-of-the-box with these capabilities, composable across complex tasks:
2626

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
hookTimeout: 60_000,
88
},
99
staged: {
10-
"*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml}": "vp check --fix",
10+
"*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml,md}": "vp check --fix",
1111
},
1212
lint: { options: { typeAware: true, typeCheck: true } },
1313
run: {

0 commit comments

Comments
 (0)