Skip to content

Commit 6a853d2

Browse files
committed
chore: 统一质量检查和风格化命令
1 parent bbd55e5 commit 6a853d2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "oflow-interface",
3-
"version": "0.14.1",
3+
"version": "0.14.3",
44
"description": "Interface package for O FLOW. You can use this package to build your own plugin that can control anything.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"watch": "tsc --watch",
9-
"lint": "eslint --fix",
109
"test": "echo All tests passed.",
11-
"build": "tsc"
10+
"build": "tsc",
11+
"type:check": "tsc --noEmit",
12+
"lint": "eslint --fix .",
13+
"lint:check": "eslint .",
14+
"format": "prettier --write .",
15+
"format:check": "prettier --check ."
1216
},
1317
"author": "O FLOW",
1418
"license": "Apache-2.0",
@@ -77,4 +81,4 @@
7781
"dependencies": {
7882
"eslint-plugin-unused-imports": "^4.1.4"
7983
}
80-
}
84+
}

0 commit comments

Comments
 (0)